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)
IFederationCallable
IBigdataFederation
for the service on which the task is
executing.setFederation
in interface IFederationCallable
fed
- The federation.public IBigdataFederation<?> getFederation()
IFederationCallable
IBigdataFederation
reference.getFederation
in interface IFederationCallable
null
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.