Package | Description |
---|---|
org.apache.oozie.client |
Modifier and Type | Method and Description |
---|---|
OozieClient.SYSTEM_MODE |
OozieClient.getSystemMode()
Returns if Oozie is in safe mode or not.
|
static OozieClient.SYSTEM_MODE |
OozieClient.SYSTEM_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OozieClient.SYSTEM_MODE[] |
OozieClient.SYSTEM_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OozieClient.setSystemMode(OozieClient.SYSTEM_MODE status)
Enable or disable safe mode.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.