Package | Description |
---|---|
com.hazelcast.collection.txn | |
com.hazelcast.map.tx | |
com.hazelcast.multimap.txn | |
com.hazelcast.queue.tx | |
com.hazelcast.transaction.impl |
Modifier and Type | Class and Description |
---|---|
class |
CollectionTransactionLog |
Modifier and Type | Class and Description |
---|---|
class |
MapTransactionLog |
Modifier and Type | Class and Description |
---|---|
class |
MultiMapTransactionLog |
Modifier and Type | Class and Description |
---|---|
class |
QueueTransactionLog |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyAwareTransactionLog |
Modifier and Type | Method and Description |
---|---|
TransactionLog |
TransactionSupport.getTransactionLog(Object key) |
Modifier and Type | Method and Description |
---|---|
List<TransactionLog> |
RecoveredTransaction.getTxLogs() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionSupport.addTransactionLog(TransactionLog transactionLog) |
Modifier and Type | Method and Description |
---|---|
void |
RecoveredTransaction.setTxLogs(List<TransactionLog> txLogs) |
Constructor and Description |
---|
ReplicateTxOperation(List<TransactionLog> logs,
String callerUuid,
String txnId,
long timeoutMillis,
long startTime) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.