Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Partition |
Partition.clone() |
Partition |
Partition.encodePartitionToken(byte[] partitionToken)
This token can be passed to `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql`
requests to restrict the results to those identified by this partition token.
|
Partition |
Partition.set(String fieldName,
Object value) |
Partition |
Partition.setPartitionToken(String partitionToken)
This token can be passed to `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql`
requests to restrict the results to those identified by this partition token.
|
Modifier and Type | Method and Description |
---|---|
List<Partition> |
PartitionResponse.getPartitions()
Partitions created by this request.
|
Modifier and Type | Method and Description |
---|---|
PartitionResponse |
PartitionResponse.setPartitions(List<Partition> partitions)
Partitions created by this request.
|
Copyright © 2011–2025 Google. All rights reserved.