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.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
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. -
Uses of PartitionOptions in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection with parameters of type PartitionOptions Modifier and Type Method Description ResultSetConnection. partitionQuery(Statement query, PartitionOptions partitionOptions, Options.QueryOption... options)Partitions the given query, so it can be executed in parallel.PartitionedQueryResultSetConnection. runPartitionedQuery(Statement query, PartitionOptions partitionOptions, Options.QueryOption... options)Executes the given query as a partitioned query.
-