Uses of Class
org.apache.falcon.oozie.coordinator.COORDINATORAPP

Packages that use COORDINATORAPP
org.apache.falcon.converter   
org.apache.falcon.oozie.coordinator   
 

Uses of COORDINATORAPP in org.apache.falcon.converter
 

Methods in org.apache.falcon.converter that return COORDINATORAPP
 COORDINATORAPP OozieProcessMapper.createDefaultCoordinator(org.apache.falcon.entity.v0.cluster.Cluster cluster, Path bundlePath)
          Creates default oozie coordinator.
protected  COORDINATORAPP AbstractOozieEntityMapper.getCoordinatorTemplate(String template)
           
 

Methods in org.apache.falcon.converter that return types with arguments of type COORDINATORAPP
protected  List<COORDINATORAPP> OozieFeedMapper.getCoordinators(org.apache.falcon.entity.v0.cluster.Cluster cluster, Path bundlePath)
           
protected  List<COORDINATORAPP> OozieProcessMapper.getCoordinators(org.apache.falcon.entity.v0.cluster.Cluster cluster, Path bundlePath)
           
protected abstract  List<COORDINATORAPP> AbstractOozieEntityMapper.getCoordinators(org.apache.falcon.entity.v0.cluster.Cluster cluster, Path bundlePath)
           
 

Methods in org.apache.falcon.converter with parameters of type COORDINATORAPP
protected  String AbstractOozieEntityMapper.marshal(org.apache.falcon.entity.v0.cluster.Cluster cluster, COORDINATORAPP coord, Path outPath, String name)
           
 

Uses of COORDINATORAPP in org.apache.falcon.oozie.coordinator
 

Methods in org.apache.falcon.oozie.coordinator that return COORDINATORAPP
 COORDINATORAPP ObjectFactory.createCOORDINATORAPP()
          Create an instance of COORDINATORAPP
 

Methods in org.apache.falcon.oozie.coordinator that return types with arguments of type COORDINATORAPP
 JAXBElement<COORDINATORAPP> ObjectFactory.createCoordinatorApp(COORDINATORAPP value)
          Create an instance of JAXBElement<COORDINATORAPP>}
 

Methods in org.apache.falcon.oozie.coordinator with parameters of type COORDINATORAPP
 JAXBElement<COORDINATORAPP> ObjectFactory.createCoordinatorApp(COORDINATORAPP value)
          Create an instance of JAXBElement<COORDINATORAPP>}
 



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