Uses of Class
com.google.cloud.spanner.Partition
Packages that use Partition
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
Internal API for Google Cloud Spanner.
-
Uses of Partition in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return types with arguments of type PartitionModifier and TypeMethodDescriptionBatchReadOnlyTransaction.partitionQuery(PartitionOptions partitionOptions, Statement statement, Options.QueryOption... options) Returns a list ofPartitionto execute a query against the database.BatchReadOnlyTransaction.partitionRead(PartitionOptions partitionOptions, String table, KeySet keys, Iterable<String> columns, Options.ReadOption... options) Returns a list ofPartitionto read zero or more rows from a database.BatchReadOnlyTransaction.partitionReadUsingIndex(PartitionOptions partitionOptions, String table, String index, KeySet keys, Iterable<String> columns, Options.ReadOption... options) Returns a list ofPartitionto read zero or more rows from a database using an index.Methods in com.google.cloud.spanner with parameters of type Partition -
Uses of Partition in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return PartitionMethods in com.google.cloud.spanner.connection with parameters of type PartitionModifier and TypeMethodDescriptionstatic StringPartitionId.encodeToString(BatchTransactionId transactionId, Partition partition)