@Evolving public class TransactionCommitResult extends Object
Transaction.commit(Engine, CloseableIterable)
.Constructor and Description |
---|
TransactionCommitResult(long version,
boolean isReadyForCheckpoint) |
Modifier and Type | Method and Description |
---|---|
long |
getVersion()
Contains the version of the transaction committed as.
|
boolean |
isReadyForCheckpoint()
Is the table ready for checkpoint (i.e.
|
public TransactionCommitResult(long version, boolean isReadyForCheckpoint)
public long getVersion()
public boolean isReadyForCheckpoint()
Table.checkpoint(Engine, long)