Aggregator on IMap.
 For general data processing, it is superseded by Hazelcast Jet.@Deprecated public interface JobProcessInformation
| Modifier and Type | Method and Description | 
|---|---|
JobPartitionState[] | 
getPartitionStates()
Deprecated.  
Returns an array of  
JobPartitionStates holding
 information about the processing state (JobPartitionState.State)
 and the processing owner of this partition.The index of the JobPartitionState inside of the
 array is the number of the processed partition if the KeyValueSource
 is PartitionIdAware or a randomly assigned ID for
 the different members of the cluster. | 
int | 
getProcessedRecords()
Deprecated.  
Returns the number of processed records. 
The number of processed records is not a real time value, it is updated on a regular basis (after 1000 processed elements per node).  | 
JobPartitionState[] getPartitionStates()
JobPartitionStates holding
 information about the processing state (JobPartitionState.State)
 and the processing owner of this partition.JobPartitionState inside of the
 array is the number of the processed partition if the KeyValueSource
 is PartitionIdAware or a randomly assigned ID for
 the different members of the cluster.int getProcessedRecords()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.