public static enum SpaceDef.PersisterState extends java.lang.Enum<SpaceDef.PersisterState>
Enum Constant and Description |
---|
OFFLINE
Offline persister state
|
ONLINE
Online persister state
|
REPLAYING
Replaying the persister updates
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SpaceDef.PersisterState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceDef.PersisterState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceDef.PersisterState OFFLINE
public static final SpaceDef.PersisterState ONLINE
public static final SpaceDef.PersisterState REPLAYING
public static SpaceDef.PersisterState[] values()
for (SpaceDef.PersisterState c : SpaceDef.PersisterState.values()) System.out.println(c);
public static SpaceDef.PersisterState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.