public abstract class DataServiceCallable<T> extends FederationCallable<T> implements IDataServiceCallable
IDataServiceCallable
.Constructor and Description |
---|
DataServiceCallable()
Deserialization ctor.
|
Modifier and Type | Method and Description |
---|---|
DataService |
getDataService()
Return the
DataService . |
boolean |
isDataService()
Return
true iff the DataService reference has been
set. |
void |
setDataService(DataService dataService)
Sets the
DataService reference and the IBigdataFederation
reference (if not already set). |
getFederation, setFederation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFederation, setFederation
public void setDataService(DataService dataService)
DataService
reference and the IBigdataFederation
reference (if not already set).setDataService
in interface IDataServiceCallable
dataService
- The data service.public DataService getDataService()
IDataServiceCallable
DataService
.getDataService
in interface IDataServiceCallable
null
.public boolean isDataService()
true
iff the DataService
reference has been
set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.