Uses of Interface
com.google.cloud.spanner.Spanner
-
Packages that use Spanner Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.testing -
-
Uses of Spanner in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Spanner Modifier and Type Method Description protected SpannerLazySpannerInitializer. initialize()Initializes a defaultSpannerinstance.Methods in com.google.cloud.spanner with parameters of type Spanner Modifier and Type Method Description protected booleanSpannerOptions. shouldRefreshService(Spanner cachedService) -
Uses of Spanner in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return Spanner Modifier and Type Method Description SpannerRemoteSpannerHelper. getClient()Constructors in com.google.cloud.spanner.testing with parameters of type Spanner Constructor Description RemoteSpannerHelper(SpannerOptions options, InstanceId instanceId, Spanner client)
-