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 ExternalizableGroupByResult(Map<GroupByKey, GroupByValue> map) -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(GroupByFilter filter) get(GroupByKey key) protected Map<GroupByKey, GroupByValue> getMap()iterator()voidintsize()voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface 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
-