public class MultiMapWrapper extends Object
| Constructor and Description | 
|---|
MultiMapWrapper(Collection<MultiMapRecord> collection)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsRecordId(long recordId)  | 
Collection<MultiMapRecord> | 
getCollection(boolean copyOf)  | 
int | 
getHits()  | 
void | 
incrementHit()  | 
public MultiMapWrapper(Collection<MultiMapRecord> collection)
public Collection<MultiMapRecord> getCollection(boolean copyOf)
public void incrementHit()
public int getHits()
public boolean containsRecordId(long recordId)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.