com.hazelcast.mapreduce
Interface JobPartitionState


@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
 com.hazelcast.nio.Address getOwner()
          Returns the owner of this partition
 JobPartitionState.State getState()
          Returns the current processing state of this partition
 

Method Detail

getOwner

com.hazelcast.nio.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 © 2014 Hazelcast, Inc.. All Rights Reserved.