Uses of Interface
com.google.cloud.spanner.AsyncResultSet.ReadyCallback
Packages that use AsyncResultSet.ReadyCallback
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of AsyncResultSet.ReadyCallback in com.google.cloud.spanner
Methods in com.google.cloud.spanner with parameters of type AsyncResultSet.ReadyCallbackModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Void>AsyncResultSet.setCallback(Executor exec, AsyncResultSet.ReadyCallback cb) Register a callback with the ResultSet to be made aware when more data is available, changing the usage pattern from sync to async.com.google.api.core.ApiFuture<Void>ForwardingAsyncResultSet.setCallback(Executor exec, AsyncResultSet.ReadyCallback cb)