Uses of Interface
com.google.cloud.spanner.SpannerOptions.CloseableExecutorProvider
-
Packages that use SpannerOptions.CloseableExecutorProvider Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of SpannerOptions.CloseableExecutorProvider in com.google.cloud.spanner
Classes in com.google.cloud.spanner that implement SpannerOptions.CloseableExecutorProvider Modifier and Type Class Description static classSpannerOptions.FixedCloseableExecutorProviderImplementation ofSpannerOptions.CloseableExecutorProviderthat uses a fixed singleScheduledExecutorService.Methods in com.google.cloud.spanner that return SpannerOptions.CloseableExecutorProvider Modifier and Type Method Description static SpannerOptions.CloseableExecutorProviderSpannerOptions. createAsyncExecutorProvider(int poolSize, long keepAliveTime, TimeUnit unit)Creates aSpannerOptions.CloseableExecutorProviderthat can be used as anExecutorProviderfor the async API.SpannerOptions.CloseableExecutorProviderSpannerOptions. getAsyncExecutorProvider()Methods in com.google.cloud.spanner with parameters of type SpannerOptions.CloseableExecutorProvider Modifier and Type Method Description SpannerOptions.BuilderSpannerOptions.Builder. setAsyncExecutorProvider(SpannerOptions.CloseableExecutorProvider provider)Sets theExecutorProviderto use for high-level async calls that need an executor, such as fetching results for anAsyncResultSet.
-