| Package | Description | 
|---|---|
| com.hazelcast.mapreduce.impl.operation | 
 This package contains all remote operations that are needed to control work on
 supervising or worker nodes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
KeysAssignmentResult(RequestPartitionResult.ResultState resultState,
                    Map<Object,Address> assignment)  | 
RequestPartitionResult(RequestPartitionResult.ResultState resultState,
                      int partitionId)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.