Uses of Class
com.google.cloud.spanner.SessionPoolOptions
-
Packages that use SessionPoolOptions 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 SessionPoolOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return SessionPoolOptions Modifier and Type Method Description SessionPoolOptionsSessionPoolOptions.Builder. build()Build a SessionPoolOption objectSessionPoolOptionsSpannerOptions. getSessionPoolOptions()Methods in com.google.cloud.spanner with parameters of type SessionPoolOptions Modifier and Type Method Description SpannerOptions.BuilderSpannerOptions.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 SessionPoolOptions Modifier and Type Method Description SessionPoolOptionsConnectionOptions. getSessionPoolOptions()TheSessionPoolOptionsof thisConnectionOptions.Methods in com.google.cloud.spanner.connection with parameters of type SessionPoolOptions Modifier and Type Method Description ConnectionOptions.BuilderConnectionOptions.Builder. setSessionPoolOptions(SessionPoolOptions sessionPoolOptions)Sets theSessionPoolOptionsto use for the connection.
-