public interface IDataServiceCallable extends IFederationCallable
IDataService
and
or the federation.IFederationCallable
Modifier and Type | Method and Description |
---|---|
DataService |
getDataService()
Return the
DataService . |
void |
setDataService(DataService dataService)
Invoked before the task is executed to provide a reference to the
IDataService on which it is executing. |
getFederation, setFederation
void setDataService(DataService dataService)
IDataService
on which it is executing. This method is also
responsible for setting the IBigdataFederation
reference using
IFederationCallable.setFederation(IBigdataFederation)
.dataService
- The data service.IllegalArgumentException
- if the argument is null
IllegalStateException
- if setDataService(DataService)
has already been
invoked and was set with a different value.DataService getDataService()
DataService
.null
.IllegalStateException
- if setDataService(DataService)
has not been invoked.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.