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, setFederationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFederation, setFederationpublic void setDataService(DataService dataService)
DataService reference and the IBigdataFederation
reference (if not already set).setDataService in interface IDataServiceCallabledataService - The data service.public DataService getDataService()
IDataServiceCallableDataService.getDataService in interface IDataServiceCallablenull.public boolean isDataService()
true iff the DataService reference has been
set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.