Package com.gigaspaces.query.aggregators
Class GroupByResult
java.lang.Object
com.gigaspaces.query.aggregators.GroupByResult
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Iterable<GroupByValue>
- Since:
- 10.0
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequired for Externalizable -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(GroupByFilter filter) get(GroupByKey key) protected Map<GroupByKey,GroupByValue> 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
-
GroupByResult
public GroupByResult()Required for Externalizable -
GroupByResult
-
-
Method Details
-
getMap
-
size
public int size() -
iterator
- Specified by:
iteratorin interfaceIterable<GroupByValue>
-
get
-
get
-
filter
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-