org.apache.falcon.workflow.engine
Class OozieClientFactory

java.lang.Object
  extended by org.apache.falcon.workflow.engine.OozieClientFactory

public final class OozieClientFactory
extends Object

Factory for providing appropriate oozie client.


Method Summary
static OozieClient get(org.apache.falcon.entity.v0.cluster.Cluster cluster)
           
static OozieClient get(String cluster)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static OozieClient get(org.apache.falcon.entity.v0.cluster.Cluster cluster)
                       throws FalconException
Throws:
FalconException

get

public static OozieClient get(String cluster)
                       throws FalconException
Throws:
FalconException


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