protected abstract class OozieClient.ClientCallable<T> extends Object implements Callable<T>
| Constructor and Description |
|---|
ClientCallable(String method,
Long protocolVersion,
String collection,
String resource,
Map<String,String> params) |
ClientCallable(String method,
String collection,
String resource,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
T |
call() |
protected abstract T |
call(HttpURLConnection conn) |
public ClientCallable(String method, String collection, String resource, Map<String,String> params)
public T call() throws OozieClientException
call in interface Callable<T>OozieClientExceptionprotected abstract T call(HttpURLConnection conn) throws IOException, OozieClientException
IOExceptionOozieClientExceptionCopyright © 2020 Apache Software Foundation. All rights reserved.