Class DelayedAsyncRunner (2.24.1)

public class DelayedAsyncRunner implements AsyncRunner

Inheritance

java.lang.Object > DelayedAsyncRunner

Implements

AsyncRunner

Constructors

DelayedAsyncRunner(ApiFuture<AsyncRunner> arg0)

public DelayedAsyncRunner(ApiFuture<AsyncRunner> arg0)
Parameter
Name Description
arg0 ApiFuture<AsyncRunner>

Methods

<R>runAsync(AsyncRunner.AsyncWork<R> arg0, Executor arg1)

public ApiFuture<R> <R>runAsync(AsyncRunner.AsyncWork<R> arg0, Executor arg1)
Parameters
Name Description
arg0 AsyncWork<R>
arg1 Executor
Returns
Type Description
ApiFuture<R>

getCommitResponse()

public ApiFuture<CommitResponse> getCommitResponse()
Returns
Type Description
ApiFuture<CommitResponse>

getCommitTimestamp()

public ApiFuture<Timestamp> getCommitTimestamp()
Returns
Type Description
ApiFuture<com.google.cloud.Timestamp>