Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
PartitionOptions |
PartitionOptions.clone() |
PartitionOptions |
PartitionQueryRequest.getPartitionOptions()
Additional options that affect how many partitions are created.
|
PartitionOptions |
PartitionReadRequest.getPartitionOptions()
Additional options that affect how many partitions are created.
|
PartitionOptions |
PartitionOptions.set(String fieldName,
Object value) |
PartitionOptions |
PartitionOptions.setMaxPartitions(Long maxPartitions)
**Note:** This hint is currently ignored by `PartitionQuery` and `PartitionRead` requests.
|
PartitionOptions |
PartitionOptions.setPartitionSizeBytes(Long partitionSizeBytes)
**Note:** This hint is currently ignored by `PartitionQuery` and `PartitionRead` requests.
|
Modifier and Type | Method and Description |
---|---|
PartitionQueryRequest |
PartitionQueryRequest.setPartitionOptions(PartitionOptions partitionOptions)
Additional options that affect how many partitions are created.
|
PartitionReadRequest |
PartitionReadRequest.setPartitionOptions(PartitionOptions partitionOptions)
Additional options that affect how many partitions are created.
|
Copyright © 2011–2025 Google. All rights reserved.