|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionLog | |
|---|---|
| com.hazelcast.collection.impl.txncollection | |
| com.hazelcast.collection.impl.txnqueue | |
| 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.transaction.impl | Provides implementation for Hazelcast transaction support. |
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. |
| Uses of TransactionLog in com.hazelcast.collection.impl.txncollection |
|---|
| Classes in com.hazelcast.collection.impl.txncollection that implement TransactionLog | |
|---|---|
class |
CollectionTransactionLog
|
| Uses of TransactionLog in com.hazelcast.collection.impl.txnqueue |
|---|
| Classes in com.hazelcast.collection.impl.txnqueue that implement TransactionLog | |
|---|---|
class |
QueueTransactionLog
This class contains Transaction log for the Queue. |
| 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.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)
|
TransactionLog |
TransactionImpl.getTransactionLog(Object key)
|
| Methods in com.hazelcast.transaction.impl that return types with arguments of type TransactionLog | |
|---|---|
List<TransactionLog> |
TransactionImpl.getTxLogs()
|
| Methods in com.hazelcast.transaction.impl with parameters of type TransactionLog | |
|---|---|
void |
TransactionSupport.addTransactionLog(TransactionLog transactionLog)
|
void |
TransactionImpl.addTransactionLog(TransactionLog transactionLog)
|
| 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)
|
|
| Uses of TransactionLog in com.hazelcast.transaction.impl.xa |
|---|
| Constructor parameters in com.hazelcast.transaction.impl.xa with type arguments of type TransactionLog | |
|---|---|
PutRemoteTransactionBackupOperation(List<TransactionLog> logs,
String txnId,
SerializableXID xid,
String txOwnerUuid,
long timeoutMillis,
long startTime)
|
|
PutRemoteTransactionOperation(List<TransactionLog> logs,
String txnId,
SerializableXID xid,
String txOwnerUuid,
long timeoutMillis,
long startTime)
|
|
XATransactionHolder(String txnId,
SerializableXID xid,
String ownerUuid,
long timeoutMilis,
long startTime,
List<TransactionLog> txLogs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||