Package com.gigaspaces.query.aggregators
Class DistinctResult
java.lang.Object
com.gigaspaces.query.aggregators.DistinctResult
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Iterable<RawEntry>
- Since:
- 10.1
- Author:
- anna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequired for Externalizable -
Method Summary
Modifier and TypeMethodDescriptionget(DistinctPropertiesKey key) protected Map<DistinctPropertiesKey,RawEntry> getMap()iterator()voidintsize()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
DistinctResult
public DistinctResult()Required for Externalizable -
DistinctResult
-
-
Method Details
-
getMap
-
size
public int size() -
iterator
-
get
-
get
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-