Uses of Class
com.google.cloud.spanner.SessionPoolOptions
Packages that use SessionPoolOptions
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
Internal API for Google Cloud Spanner.
-
Uses of SessionPoolOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return SessionPoolOptionsModifier and TypeMethodDescriptionSessionPoolOptions.Builder.build()Build a SessionPoolOption objectSpannerOptions.getSessionPoolOptions()Methods in com.google.cloud.spanner with parameters of type SessionPoolOptionsModifier and TypeMethodDescriptionSpannerOptions.Builder.setSessionPoolOption(SessionPoolOptions sessionPoolOptions) Sets the options for managing the session pool. -
Uses of SessionPoolOptions in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return SessionPoolOptionsModifier and TypeMethodDescriptionConnectionOptions.getSessionPoolOptions()TheSessionPoolOptionsof thisConnectionOptions.Methods in com.google.cloud.spanner.connection with parameters of type SessionPoolOptionsModifier and TypeMethodDescriptionConnectionOptions.Builder.setSessionPoolOptions(SessionPoolOptions sessionPoolOptions) Sets theSessionPoolOptionsto use for the connection.