com.hazelcast.multimap.impl
Class MultiMapWrapper

java.lang.Object
  extended by com.hazelcast.multimap.impl.MultiMapWrapper

public class MultiMapWrapper
extends Object


Constructor Summary
MultiMapWrapper(Collection<MultiMapRecord> collection)
           
 
Method Summary
 boolean containsRecordId(long recordId)
           
 Collection<MultiMapRecord> getCollection(boolean copyOf)
           
 int getHits()
           
 void incrementHit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMapWrapper

public MultiMapWrapper(Collection<MultiMapRecord> collection)
Method Detail

getCollection

public Collection<MultiMapRecord> getCollection(boolean copyOf)

incrementHit

public void incrementHit()

getHits

public int getHits()

containsRecordId

public boolean containsRecordId(long recordId)


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