Uses of Interface
com.google.cloud.spanner.AsyncRunner.AsyncWork
Packages that use AsyncRunner.AsyncWork
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of AsyncRunner.AsyncWork in com.google.cloud.spanner
Methods in com.google.cloud.spanner with parameters of type AsyncRunner.AsyncWorkModifier and TypeMethodDescription<R> com.google.api.core.ApiFuture<R>AsyncRunner.runAsync(AsyncRunner.AsyncWork<R> work, Executor executor) Executes a read/write transaction asynchronously using the given executor.<R> com.google.api.core.ApiFuture<R>DelayedAsyncRunner.runAsync(AsyncRunner.AsyncWork<R> work, Executor executor)