T - type of the result for the concrete implementationspublic interface Result<T extends Result> extends IdentifiedDataSerializable
| Modifier and Type | Method and Description | 
|---|---|
| void | combine(T result) | 
| Collection<Integer> | getPartitionIds() | 
| void | onCombineFinished() | 
| void | setPartitionIds(Collection<Integer> partitionIds) | 
getFactoryId, getIdreadData, writeDataCollection<Integer> getPartitionIds()
void setPartitionIds(Collection<Integer> partitionIds)
void combine(T result)
void onCombineFinished()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.