Uses of Interface
com.google.cloud.spanner.Options.ReadAndQueryOption
-
Packages that use Options.ReadAndQueryOption Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of Options.ReadAndQueryOption in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Options.ReadAndQueryOption Modifier and Type Method Description static Options.ReadAndQueryOption
Options. bufferRows(int bufferRows)
static Options.ReadAndQueryOption
Options. prefetchChunks(int prefetchChunks)
Specifying this will allow the client to prefetch up toprefetchChunks
PartialResultSet
chunks for read and query.
-