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.
|
Modifier and Type | Method and Description |
---|---|
SessionPoolOptions |
SessionPoolOptions.Builder.build()
Build a SessionPoolOption object
|
SessionPoolOptions |
SpannerOptions.getSessionPoolOptions() |
Modifier and Type | Method and Description |
---|---|
SpannerOptions.Builder |
SpannerOptions.Builder.setSessionPoolOption(SessionPoolOptions sessionPoolOptions)
Sets the options for managing the session pool.
|
Modifier and Type | Method and Description |
---|---|
SessionPoolOptions |
ConnectionOptions.getSessionPoolOptions()
The
SessionPoolOptions of this ConnectionOptions . |
Modifier and Type | Method and Description |
---|---|
ConnectionOptions.Builder |
ConnectionOptions.Builder.setSessionPoolOptions(SessionPoolOptions sessionPoolOptions)
Sets the
SessionPoolOptions to use for the connection. |
Copyright © 2022 Google LLC. All rights reserved.