Uses of Interface
com.hazelcast.transaction.impl.KeyAwareTransactionLog

Packages that use KeyAwareTransactionLog
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.
 
 

Uses of KeyAwareTransactionLog in com.hazelcast.collection.impl.txncollection
 

Classes in com.hazelcast.collection.impl.txncollection that implement KeyAwareTransactionLog
 class CollectionTransactionLog
           
 

Uses of KeyAwareTransactionLog in com.hazelcast.collection.impl.txnqueue
 

Classes in com.hazelcast.collection.impl.txnqueue that implement KeyAwareTransactionLog
 class QueueTransactionLog
          This class contains Transaction log for the Queue.
 

Uses of KeyAwareTransactionLog in com.hazelcast.map.impl.tx
 

Classes in com.hazelcast.map.impl.tx that implement KeyAwareTransactionLog
 class MapTransactionLog
          Represents an operation on the map in the transaction log.
 

Uses of KeyAwareTransactionLog in com.hazelcast.multimap.impl.txn
 

Classes in com.hazelcast.multimap.impl.txn that implement KeyAwareTransactionLog
 class MultiMapTransactionLog
           
 



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