Class PartitionOptions.Builder (6.102.0)
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PartitionOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public PartitionOptions build()
buildPartial()
public PartitionOptions buildPartial()
clear()
public PartitionOptions.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public PartitionOptions.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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
might 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 can be smaller or
larger than this maximum count request.
int64 max_partitions = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public PartitionOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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 can be smaller or larger than this size request.
int64 partition_size_bytes = 1;
clone()
public PartitionOptions.Builder clone()
Overrides
getDefaultInstanceForType()
public PartitionOptions getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
might 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 can be smaller or
larger than this maximum count request.
int64 max_partitions = 2;
Returns |
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 can be smaller or larger than this size request.
int64 partition_size_bytes = 1;
Returns |
Type |
Description |
long |
The partitionSizeBytes.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public PartitionOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public PartitionOptions.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(PartitionOptions other)
public PartitionOptions.Builder mergeFrom(PartitionOptions other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PartitionOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public PartitionOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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
might 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 can be smaller or
larger than this maximum count request.
int64 max_partitions = 2;
Parameter |
Name |
Description |
value |
long
The maxPartitions to set.
|
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 can be smaller or larger than this size request.
int64 partition_size_bytes = 1;
Parameter |
Name |
Description |
value |
long
The partitionSizeBytes to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PartitionOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PartitionOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]