public interface IApiTask<T> extends Callable<T>
| Modifier and Type | Method and Description |
|---|---|
IIndexManager |
getIndexManager()
Return the
IIndexManager. |
String |
getNamespace()
The namespace of the target KB instance.
|
long |
getTimestamp()
The timestamp of the view of that KB instance.
|
boolean |
isGRSRequired()
Tasks that create or destroy locatable resources need to write on the
global row store (GRS).
|
void |
setIndexManager(IIndexManager indexManager)
Invoked to inform the task of the index manager before it is executed.
|
String getNamespace()
long getTimestamp()
boolean isGRSRequired()
void setIndexManager(IIndexManager indexManager)
indexManager - The index manager.IIndexManager getIndexManager()
IIndexManager.IllegalStateException - if the IIndexManager reference is not set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.