public class DistinctResult extends Object implements Externalizable, Iterable<RawEntry>
Constructor and Description |
---|
DistinctResult()
Required for Externalizable
|
DistinctResult(Map<DistinctPropertiesKey,RawEntry> map) |
Modifier and Type | Method and Description |
---|---|
RawEntry |
get(DistinctPropertiesKey key) |
RawEntry |
get(Object... keys) |
protected Map<DistinctPropertiesKey,RawEntry> |
getMap() |
Iterator<RawEntry> |
iterator() |
void |
readExternal(ObjectInput in) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DistinctResult()
public DistinctResult(Map<DistinctPropertiesKey,RawEntry> map)
protected Map<DistinctPropertiesKey,RawEntry> getMap()
public int size()
public RawEntry get(DistinctPropertiesKey key)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.