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