Uses of Class
com.google.cloud.spanner.Partition
-
Packages that use Partition Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of Partition in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return types with arguments of type Partition Modifier and Type Method Description List<Partition>BatchReadOnlyTransaction. partitionQuery(PartitionOptions partitionOptions, Statement statement, Options.QueryOption... options)Returns a list ofPartitionto execute a query against the database.List<Partition>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.List<Partition>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 Modifier and Type Method Description ResultSetBatchReadOnlyTransaction. execute(Partition partition)Execute the partition to returnResultSet.
-