|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionLog | |
---|---|
com.hazelcast.collection.txn | This package contains the Transaction behavior for the Collections. |
com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. |
Uses of TransactionLog in com.hazelcast.collection.txn |
---|
Classes in com.hazelcast.collection.txn that implement TransactionLog | |
---|---|
class |
CollectionTransactionLog
|
Uses of TransactionLog in com.hazelcast.map.impl.tx |
---|
Classes in com.hazelcast.map.impl.tx that implement TransactionLog | |
---|---|
class |
MapTransactionLog
Represents an operation on the map in the transaction log. |
Uses of TransactionLog in com.hazelcast.multimap.impl.txn |
---|
Classes in com.hazelcast.multimap.impl.txn that implement TransactionLog | |
---|---|
class |
MultiMapTransactionLog
|
Uses of TransactionLog in com.hazelcast.queue.impl.tx |
---|
Classes in com.hazelcast.queue.impl.tx that implement TransactionLog | |
---|---|
class |
QueueTransactionLog
This class contains Transaction log for the Queue. |
Uses of TransactionLog in com.hazelcast.transaction.impl |
---|
Subinterfaces of TransactionLog in com.hazelcast.transaction.impl | |
---|---|
interface |
KeyAwareTransactionLog
|
Methods in com.hazelcast.transaction.impl that return TransactionLog | |
---|---|
TransactionLog |
TransactionSupport.getTransactionLog(Object key)
|
Methods in com.hazelcast.transaction.impl that return types with arguments of type TransactionLog | |
---|---|
List<TransactionLog> |
RecoveredTransaction.getTxLogs()
|
Methods in com.hazelcast.transaction.impl with parameters of type TransactionLog | |
---|---|
void |
TransactionSupport.addTransactionLog(TransactionLog transactionLog)
|
Method parameters in com.hazelcast.transaction.impl with type arguments of type TransactionLog | |
---|---|
void |
RecoveredTransaction.setTxLogs(List<TransactionLog> txLogs)
|
Constructor parameters in com.hazelcast.transaction.impl with type arguments of type TransactionLog | |
---|---|
ReplicateTxOperation(List<TransactionLog> logs,
String callerUuid,
String txnId,
long timeoutMillis,
long startTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |