public interface IFederationCallable extends Serializable
Callables which require access to the
IBigdataFederation when running on an IRemoteExecutor.| 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. |
void setFederation(IBigdataFederation<?> fed)
IBigdataFederation for the service on which the task is
executing.fed - The federation.IllegalArgumentException - if the argument is nullIllegalStateException - if setFederation(IBigdataFederation) has already
been invoked and was set with a different value.IBigdataFederation<?> getFederation()
IBigdataFederation reference.null.IllegalStateException - if setFederation(IBigdataFederation) has not been
invoked.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.