public static final class PartitionOptions.Builder extends GeneratedMessageV3.Builder<PartitionOptions.Builder> implements PartitionOptionsOrBuilder
Options for a PartitionQueryRequest and PartitionReadRequest.
Protobuf type google.spanner.v1.PartitionOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PartitionOptions.BuilderImplements
PartitionOptionsOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PartitionOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PartitionOptions.Builder |
build()
public PartitionOptions build()
Type | Description |
PartitionOptions |
buildPartial()
public PartitionOptions buildPartial()
Type | Description |
PartitionOptions |
clear()
public PartitionOptions.Builder clear()
Type | Description |
PartitionOptions.Builder |
clearField(Descriptors.FieldDescriptor field)
public PartitionOptions.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PartitionOptions.Builder |
clearMaxPartitions()
public PartitionOptions.Builder clearMaxPartitions()
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired maximum number of partitions to return. For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this maximum count request.
int64 max_partitions = 2;
Type | Description |
PartitionOptions.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PartitionOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PartitionOptions.Builder |
clearPartitionSizeBytes()
public PartitionOptions.Builder clearPartitionSizeBytes()
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired data size for each partition generated. The default for this option is currently 1 GiB. This is only a hint. The actual size of each partition may be smaller or larger than this size request.
int64 partition_size_bytes = 1;
Type | Description |
PartitionOptions.Builder | This builder for chaining. |
clone()
public PartitionOptions.Builder clone()
Type | Description |
PartitionOptions.Builder |
getDefaultInstanceForType()
public PartitionOptions getDefaultInstanceForType()
Type | Description |
PartitionOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMaxPartitions()
public long getMaxPartitions()
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired maximum number of partitions to return. For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this maximum count request.
int64 max_partitions = 2;
Type | Description |
long | The maxPartitions. |
getPartitionSizeBytes()
public long getPartitionSizeBytes()
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired data size for each partition generated. The default for this option is currently 1 GiB. This is only a hint. The actual size of each partition may be smaller or larger than this size request.
int64 partition_size_bytes = 1;
Type | Description |
long | The partitionSizeBytes. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PartitionOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PartitionOptions.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PartitionOptions.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PartitionOptions.Builder |
mergeFrom(PartitionOptions other)
public PartitionOptions.Builder mergeFrom(PartitionOptions other)
Name | Description |
other | PartitionOptions |
Type | Description |
PartitionOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PartitionOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PartitionOptions.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PartitionOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PartitionOptions.Builder |
setMaxPartitions(long value)
public PartitionOptions.Builder setMaxPartitions(long value)
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired maximum number of partitions to return. For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this maximum count request.
int64 max_partitions = 2;
Name | Description |
value | long The maxPartitions to set. |
Type | Description |
PartitionOptions.Builder | This builder for chaining. |
setPartitionSizeBytes(long value)
public PartitionOptions.Builder setPartitionSizeBytes(long value)
Note: This hint is currently ignored by PartitionQuery and PartitionRead requests. The desired data size for each partition generated. The default for this option is currently 1 GiB. This is only a hint. The actual size of each partition may be smaller or larger than this size request.
int64 partition_size_bytes = 1;
Name | Description |
value | long The partitionSizeBytes to set. |
Type | Description |
PartitionOptions.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PartitionOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PartitionOptions.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PartitionOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PartitionOptions.Builder |