- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class PartitionOptions.Builder extends GeneratedMessage.Builder<PartitionOptions.Builder> implements PartitionOptionsOrBuilder Options for a PartitionQueryRequest and PartitionReadRequest.
Protobuf type google.spanner.v1.PartitionOptions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PartitionOptions.BuilderImplements
PartitionOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PartitionOptions build()| Returns | |
|---|---|
| Type | Description |
PartitionOptions |
|
buildPartial()
public PartitionOptions buildPartial()| Returns | |
|---|---|
| Type | Description |
PartitionOptions |
|
clear()
public PartitionOptions.Builder clear()| Returns | |
|---|---|
| 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 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 |
PartitionOptions.Builder |
This builder for chaining. |
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;
| Returns | |
|---|---|
| Type | Description |
PartitionOptions.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PartitionOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PartitionOptions |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| 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 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PartitionOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PartitionOptions.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PartitionOptions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PartitionOptions.Builder |
|
mergeFrom(PartitionOptions other)
public PartitionOptions.Builder mergeFrom(PartitionOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
PartitionOptions |
| Returns | |
|---|---|
| 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 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 |
longThe maxPartitions to set. |
| Returns | |
|---|---|
| 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 can be smaller or larger than this size request.
int64 partition_size_bytes = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe partitionSizeBytes to set. |
| Returns | |
|---|---|
| Type | Description |
PartitionOptions.Builder |
This builder for chaining. |