Interface AsyncTransactionManager.CommitTimestampFuture (2.17.0)

public static interface AsyncTransactionManager.CommitTimestampFuture extends ApiFuture<Timestamp>

Implements

com.google.api.core.ApiFuture<com.google.cloud.Timestamp>

Methods

get()

public abstract Timestamp get()
Returns
Type Description
com.google.cloud.Timestamp
Exceptions
Type Description
AbortedException
InterruptedException
ExecutionException

get(long arg0, TimeUnit arg1)

public abstract Timestamp get(long arg0, TimeUnit arg1)
Parameters
Name Description
arg0 long
arg1 TimeUnit
Returns
Type Description
com.google.cloud.Timestamp
Exceptions
Type Description
AbortedException
InterruptedException
ExecutionException
TimeoutException