protected abstract class OozieClient.ClientCallable<T> extends Object implements Callable<T>
public OozieClient.ClientCallable(String method, String collection, String resource, Map<String,String> params)
public T call() throws OozieClientException
call
in interface Callable<T>
OozieClientException
protected abstract T call(HttpURLConnection conn) throws IOException, OozieClientException
IOException
OozieClientException
Copyright © 2018 Apache Software Foundation. All rights reserved.