public static enum GridContinuousHandler.RegisterStatus extends Enum<GridContinuousHandler.RegisterStatus>
| Enum Constant and Description |
|---|
DELAYED |
NOT_REGISTERED |
REGISTERED |
| Modifier and Type | Method and Description |
|---|---|
static GridContinuousHandler.RegisterStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridContinuousHandler.RegisterStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridContinuousHandler.RegisterStatus REGISTERED
public static final GridContinuousHandler.RegisterStatus NOT_REGISTERED
public static final GridContinuousHandler.RegisterStatus DELAYED
public static GridContinuousHandler.RegisterStatus[] values()
for (GridContinuousHandler.RegisterStatus c : GridContinuousHandler.RegisterStatus.values()) System.out.println(c);
public static GridContinuousHandler.RegisterStatus 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019