Package | Description |
---|---|
com.hazelcast.transaction.client |
This package contains client transaction code
|
com.hazelcast.transaction.impl.xa |
Provides implementation for Hazelcast XA transaction support.
|
Constructor and Description |
---|
CreateXATransactionRequest(SerializableXID xid,
int timeout) |
Modifier and Type | Method and Description |
---|---|
Set<SerializableXID> |
XAService.getPreparedXids() |
Modifier and Type | Method and Description |
---|---|
List<com.hazelcast.transaction.impl.xa.XATransactionImpl> |
XAService.removeTransactions(SerializableXID xid) |
Constructor and Description |
---|
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) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.