public class CollectionTransactionLog extends Object implements KeyAwareTransactionLog
Constructor and Description |
---|
CollectionTransactionLog() |
CollectionTransactionLog(long itemId,
String name,
int partitionId,
String serviceName,
String transactionId,
Operation op) |
Modifier and Type | Method and Description |
---|---|
Future |
commit(NodeEngine nodeEngine) |
Object |
getKey() |
Future |
prepare(NodeEngine nodeEngine) |
void |
readData(ObjectDataInput in) |
Future |
rollback(NodeEngine nodeEngine) |
void |
writeData(ObjectDataOutput out) |
public Object getKey()
getKey
in interface KeyAwareTransactionLog
public Future prepare(NodeEngine nodeEngine)
prepare
in interface TransactionLog
public Future commit(NodeEngine nodeEngine)
commit
in interface TransactionLog
public Future rollback(NodeEngine nodeEngine)
rollback
in interface TransactionLog
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.