|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<LensServices.SERVICE_MODE> org.apache.lens.server.LensServices.SERVICE_MODE
public static enum LensServices.SERVICE_MODE
The Enum SERVICE_MODE.
Enum Constant Summary | |
---|---|
METASTORE_NODROP
The metastore nodrop. |
|
METASTORE_READONLY
The metastore readonly. |
|
OPEN
The open. |
|
READ_ONLY
The read only. |
Method Summary | |
---|---|
static LensServices.SERVICE_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LensServices.SERVICE_MODE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LensServices.SERVICE_MODE READ_ONLY
public static final LensServices.SERVICE_MODE METASTORE_READONLY
public static final LensServices.SERVICE_MODE METASTORE_NODROP
public static final LensServices.SERVICE_MODE OPEN
Method Detail |
---|
public static LensServices.SERVICE_MODE[] values()
for (LensServices.SERVICE_MODE c : LensServices.SERVICE_MODE.values()) System.out.println(c);
public static LensServices.SERVICE_MODE valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |