Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static JobPartitionState.State |
JobPartitionState.State.byOrdinal(int ordinal)
Returns an processing state by its given ordinal
|
JobPartitionState.State |
JobPartitionState.getState()
Deprecated.
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 © 2018 Hazelcast, Inc.. All rights reserved.