This project has retired. For details please refer to its
Attic page.
OozieClient.ClientCallable (Apache Oozie Client 3.3.1 API)
org.apache.oozie.client
Class OozieClient.ClientCallable<T>
java.lang.Object
org.apache.oozie.client.OozieClient.ClientCallable<T>
- All Implemented Interfaces:
- Callable<T>
- Enclosing class:
- OozieClient
protected abstract class OozieClient.ClientCallable<T>
- extends Object
- implements Callable<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OozieClient.ClientCallable
public OozieClient.ClientCallable(String method,
String collection,
String resource,
Map<String,String> params)
call
public T call()
throws OozieClientException
- Specified by:
call
in interface Callable<T>
- Throws:
OozieClientException
call
protected abstract T call(HttpURLConnection conn)
throws IOException,
OozieClientException
- Throws:
IOException
OozieClientException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.