public abstract class Transaction
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| Transaction() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Transaction | create(BatchTransactionId txId) | 
| abstract BatchTransactionId | transactionId() | 
@Nullable public abstract BatchTransactionId transactionId()
public static Transaction create(BatchTransactionId txId)