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, getId
readData, writeData
Collection<Integer> getPartitionIds()
void setPartitionIds(Collection<Integer> partitionIds)
void combine(T result)
void onCombineFinished()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.