|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
com.hazelcast.mapreduce.impl | This package contains the default implementation for the map reduce framework internals. |
com.hazelcast.mapreduce.impl.operation | This package contains all remote operations that are needed to control work on supervising or worker nodes. |
com.hazelcast.mapreduce.impl.task | This package contains the base implementation for a standard map reduce job. |
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. |
Uses of JobPartitionState.State in com.hazelcast.mapreduce.impl |
---|
Methods in com.hazelcast.mapreduce.impl that return JobPartitionState.State | |
---|---|
static JobPartitionState.State |
MapReduceUtil.stateChange(Address owner,
int partitionId,
JobPartitionState.State currentState,
JobProcessInformationImpl processInformation,
JobTaskConfiguration configuration)
|
Methods in com.hazelcast.mapreduce.impl with parameters of type JobPartitionState.State | |
---|---|
static JobPartitionState.State |
MapReduceUtil.stateChange(Address owner,
int partitionId,
JobPartitionState.State currentState,
JobProcessInformationImpl processInformation,
JobTaskConfiguration configuration)
|
Uses of JobPartitionState.State in com.hazelcast.mapreduce.impl.operation |
---|
Constructors in com.hazelcast.mapreduce.impl.operation with parameters of type JobPartitionState.State | |
---|---|
RequestPartitionProcessed(String name,
String jobId,
int partitionId,
JobPartitionState.State currentState)
|
Uses of JobPartitionState.State in com.hazelcast.mapreduce.impl.task |
---|
Methods in com.hazelcast.mapreduce.impl.task that return JobPartitionState.State | |
---|---|
JobPartitionState.State |
JobPartitionStateImpl.getState()
|
Constructors in com.hazelcast.mapreduce.impl.task with parameters of type JobPartitionState.State | |
---|---|
JobPartitionStateImpl(Address address,
JobPartitionState.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |