com.hazelcast.transaction.impl
Interface KeyAwareTransactionLog

All Superinterfaces:
DataSerializable, TransactionLog
All Known Implementing Classes:
CollectionTransactionLog, MapTransactionLog, MultiMapTransactionLog, QueueTransactionLog

public interface KeyAwareTransactionLog
extends TransactionLog


Method Summary
 Object getKey()
           
 
Methods inherited from interface com.hazelcast.transaction.impl.TransactionLog
commit, prepare, rollback
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getKey

Object getKey()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.