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(edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService rdfService)
Method for users to implement, to return the results
|
public RDFServiceCallable()
public RDFServiceCallable(CachingRDFServiceExecutor.Affinity affinity)
affinity - AffinityCopyright © 2022. All rights reserved.