Uses of Class
org.apache.falcon.oozie.workflow.PREPARE

Packages that use PREPARE
org.apache.falcon.oozie.workflow   
 

Uses of PREPARE in org.apache.falcon.oozie.workflow
 

Fields in org.apache.falcon.oozie.workflow declared as PREPARE
protected  PREPARE PIG.prepare
           
protected  PREPARE MAPREDUCE.prepare
           
protected  PREPARE JAVA.prepare
           
 

Methods in org.apache.falcon.oozie.workflow that return PREPARE
 PREPARE ObjectFactory.createPREPARE()
          Create an instance of PREPARE
 PREPARE PIG.getPrepare()
          Gets the value of the prepare property.
 PREPARE MAPREDUCE.getPrepare()
          Gets the value of the prepare property.
 PREPARE JAVA.getPrepare()
          Gets the value of the prepare property.
 

Methods in org.apache.falcon.oozie.workflow with parameters of type PREPARE
 void PIG.setPrepare(PREPARE value)
          Sets the value of the prepare property.
 void MAPREDUCE.setPrepare(PREPARE value)
          Sets the value of the prepare property.
 void JAVA.setPrepare(PREPARE value)
          Sets the value of the prepare property.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.