T - public abstract static class CachingRDFServiceExecutor.RDFServiceCallable<T> extends Object implements Callable<T>
| Constructor and Description |
|---|
RDFServiceCallable()
Default constructor
|
RDFServiceCallable(CachingRDFServiceExecutor.Affinity affinity)
Constructor that allows an affinity object to be supplied
|
| Modifier and Type | Method and Description |
|---|---|
T |
call()
Entry point for the background threads, ensuring the right start / cleanup is done
|
protected abstract T |
callWithService(RDFService rdfService)
Method for users to implement, to return the results
|
public RDFServiceCallable()
public RDFServiceCallable(CachingRDFServiceExecutor.Affinity affinity)
affinity - Affinitypublic final T call() throws Exception
protected abstract T callWithService(RDFService rdfService) throws Exception
rdfService - An RDFServiceException - Any exceptionCopyright © 2016. All rights reserved.