public abstract class FederationCallable<T> extends Object implements IFederationCallable, Callable<T>
IFederationCallable.| Constructor and Description |
|---|
FederationCallable()
Deserialization ctor.
|
| Modifier and Type | Method and Description |
|---|---|
IBigdataFederation<?> |
getFederation()
Return the
IBigdataFederation reference. |
void |
setFederation(IBigdataFederation<?> fed)
Invoked before the task is executed to provide a reference to the
IBigdataFederation for the service on which the task is
executing. |
public void setFederation(IBigdataFederation<?> fed)
IFederationCallableIBigdataFederation for the service on which the task is
executing.setFederation in interface IFederationCallablefed - The federation.public IBigdataFederation<?> getFederation()
IFederationCallableIBigdataFederation reference.getFederation in interface IFederationCallablenull.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.