Uses of Class
org.apache.oozie.client.OozieClient.SYSTEM_MODE

Packages that use OozieClient.SYSTEM_MODE
org.apache.oozie.client   
 

Uses of OozieClient.SYSTEM_MODE in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return OozieClient.SYSTEM_MODE
 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.
 

Methods in org.apache.oozie.client with parameters of type OozieClient.SYSTEM_MODE
 void OozieClient.setSystemMode(OozieClient.SYSTEM_MODE status)
          Enable or disable safe mode.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.