|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestPartitionResult.ResultState | |
---|---|
com.hazelcast.mapreduce.impl.operation | This package contains all remote operations that are needed to control work on supervising or worker nodes. |
Uses of RequestPartitionResult.ResultState in com.hazelcast.mapreduce.impl.operation |
---|
Methods in com.hazelcast.mapreduce.impl.operation that return RequestPartitionResult.ResultState | |
---|---|
static RequestPartitionResult.ResultState |
RequestPartitionResult.ResultState.byOrdinal(int ordinal)
|
RequestPartitionResult.ResultState |
KeysAssignmentResult.getResultState()
|
RequestPartitionResult.ResultState |
RequestPartitionResult.getResultState()
|
static RequestPartitionResult.ResultState |
RequestPartitionResult.ResultState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RequestPartitionResult.ResultState[] |
RequestPartitionResult.ResultState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.hazelcast.mapreduce.impl.operation with parameters of type RequestPartitionResult.ResultState | |
---|---|
KeysAssignmentResult(RequestPartitionResult.ResultState resultState,
Map<Object,Address> assignment)
|
|
RequestPartitionResult(RequestPartitionResult.ResultState resultState,
int partitionId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |