Uses of Class
com.google.cloud.spanner.PartitionOptions
-
Packages that use PartitionOptions Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of PartitionOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return PartitionOptions Modifier and Type Method Description PartitionOptionsPartitionOptions.Builder. build()static PartitionOptionsPartitionOptions. getDefaultInstance()Methods in com.google.cloud.spanner with parameters of type PartitionOptions 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.
-