public class AllowedDuringPassiveStateTransactionImpl extends TransactionImpl
Transaction.State
Constructor and Description |
---|
AllowedDuringPassiveStateTransactionImpl(TransactionManagerServiceImpl transactionManagerService,
NodeEngine nodeEngine,
TransactionOptions options,
String txOwnerUuid) |
Modifier and Type | Method and Description |
---|---|
protected CreateTxBackupLogOperation |
createCreateTxBackupLogOperation() |
protected PurgeTxBackupLogOperation |
createPurgeTxBackupLogOperation() |
protected ReplicateTxBackupLogOperation |
createReplicateTxBackupLogOperation() |
protected RollbackTxBackupLogOperation |
createRollbackTxBackupLogOperation() |
add, begin, commit, ensureBackupLogsExist, get, getOwnerUuid, getStartTime, getState, getTimeoutMillis, getTransactionLog, getTxnId, prepare, remove, requiresPrepare, rollback, toString
public AllowedDuringPassiveStateTransactionImpl(TransactionManagerServiceImpl transactionManagerService, NodeEngine nodeEngine, TransactionOptions options, String txOwnerUuid)
protected CreateTxBackupLogOperation createCreateTxBackupLogOperation()
createCreateTxBackupLogOperation
in class TransactionImpl
protected ReplicateTxBackupLogOperation createReplicateTxBackupLogOperation()
createReplicateTxBackupLogOperation
in class TransactionImpl
protected RollbackTxBackupLogOperation createRollbackTxBackupLogOperation()
createRollbackTxBackupLogOperation
in class TransactionImpl
protected PurgeTxBackupLogOperation createPurgeTxBackupLogOperation()
createPurgeTxBackupLogOperation
in class TransactionImpl
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.