Uses of Class
com.hazelcast.multimap.impl.MultiMapRecord

Packages that use MultiMapRecord
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.operations Contains operations for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.txn This package contains the Transaction behavior for the Multimap.
 
 

Uses of MultiMapRecord in com.hazelcast.multimap.impl
 

Methods in com.hazelcast.multimap.impl that return types with arguments of type MultiMapRecord
 Map<Data,Collection<MultiMapRecord>> MultiMapContainer.copyCollections()
           
 Collection<MultiMapRecord> MultiMapWrapper.getCollection(boolean copyOf)
           
 Collection<MultiMapRecord> MultiMapContainer.remove(Data dataKey, boolean copyOf)
           
 Collection<MultiMapRecord> MultiMapContainer.values()
           
 

Constructor parameters in com.hazelcast.multimap.impl with type arguments of type MultiMapRecord
MultiMapWrapper(Collection<MultiMapRecord> collection)
           
 

Uses of MultiMapRecord in com.hazelcast.multimap.impl.operations
 

Methods in com.hazelcast.multimap.impl.operations that return types with arguments of type MultiMapRecord
 Collection<MultiMapRecord> MultiMapResponse.getRecordCollection(NodeEngine nodeEngine)
           
 Collection<MultiMapRecord> MultiMapKeyBasedOperation.remove(boolean copyOf)
           
 

Constructor parameters in com.hazelcast.multimap.impl.operations with type arguments of type MultiMapRecord
EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map, NodeEngine nodeEngine)
           
 

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

Methods in com.hazelcast.multimap.impl.txn that return types with arguments of type MultiMapRecord
protected  Collection<MultiMapRecord> TransactionalMultiMapProxySupport.getInternal(Data key)
           
protected  Collection<MultiMapRecord> TransactionalMultiMapProxySupport.removeAllInternal(Data key)
           
 

Constructor parameters in com.hazelcast.multimap.impl.txn with type arguments of type MultiMapRecord
TxnRemoveAllOperation(String name, Data dataKey, Collection<MultiMapRecord> records)
           
 



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