Uses of Class
com.hazelcast.mapreduce.JobPartitionState.State

Packages that use JobPartitionState.State
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
 

Uses of JobPartitionState.State in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce that return JobPartitionState.State
static JobPartitionState.State JobPartitionState.State.byOrdinal(int ordinal)
          Returns an processing state by its given ordinal
 JobPartitionState.State JobPartitionState.getState()
          Returns the current processing state of this partition
static JobPartitionState.State JobPartitionState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobPartitionState.State[] JobPartitionState.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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