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

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

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.
 

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

Methods in org.apache.oozie.service that return OozieClient.SYSTEM_MODE
 OozieClient.SYSTEM_MODE Services.getSystemMode()
          Return active system mode.
 

Methods in org.apache.oozie.service with parameters of type OozieClient.SYSTEM_MODE
 void Services.setSystemMode(OozieClient.SYSTEM_MODE sysMode)
          Set and set system mode.
 



Copyright © 2011 Yahoo. All Rights Reserved.