com.hazelcast.mapreduce
Interface JobPartitionState

All Known Implementing Classes:
JobPartitionStateImpl

@Beta
public interface JobPartitionState

An implementation of this interface contains current information about the status of an process piece while operation is executing.

Since:
3.2

Nested Class Summary
static class JobPartitionState.State
          Definition of the processing states
 
Method Summary
 Address getOwner()
          Returns the owner of this partition
 JobPartitionState.State getState()
          Returns the current processing state of this partition
 

Method Detail

getOwner

Address getOwner()
Returns the owner of this partition

Returns:
owner of the partition

getState

JobPartitionState.State getState()
Returns the current processing state of this partition

Returns:
processing state of the partition


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.