protected static enum ClusterRemoteOperationRouter.ExecutionStatus extends Enum<ClusterRemoteOperationRouter.ExecutionStatus>
Enum Constant and Description |
---|
COMPLETED |
RETRY_OTHER |
RETRY_SAME |
Modifier and Type | Method and Description |
---|---|
static ClusterRemoteOperationRouter.ExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterRemoteOperationRouter.ExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterRemoteOperationRouter.ExecutionStatus COMPLETED
public static final ClusterRemoteOperationRouter.ExecutionStatus RETRY_OTHER
public static final ClusterRemoteOperationRouter.ExecutionStatus RETRY_SAME
public static ClusterRemoteOperationRouter.ExecutionStatus[] values()
for (ClusterRemoteOperationRouter.ExecutionStatus c : ClusterRemoteOperationRouter.ExecutionStatus.values()) System.out.println(c);
public static ClusterRemoteOperationRouter.ExecutionStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.