public interface IIndexManager extends IIndexStore, IGISTManager, ICounterSetAccess
Modifier and Type | Method and Description |
---|---|
IIndex |
getIndex(String name,
long timestamp)
Return a view of the named index as of the specified timestamp.
|
boolean |
isGroupCommit()
Return true if the index manager supports group commit semantics.
|
addScheduledTask, destroy, getCollectPlatformStatistics, getCollectQueueStatistics, getExecutorService, getGlobalFileSystem, getGlobalRowStore, getGlobalRowStore, getHttpdPort, getLastCommitTime, getResourceLocator, getResourceLockService, getTempStore
dropIndex, indexNameScan, registerIndex
getCounters
IIndex getIndex(String name, long timestamp)
name
- The index name.timestamp
- A timestamp which represents either a possible commit time on
the store or a read-only transaction identifier.null
iff there is no index registered
with that name for that timestamp.IGISTLocalManager.getIndexLocal(String, long)
boolean isGroupCommit()
(NSS GROUP COMMIT)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.