public interface IClientIndex extends IIndex
IBigdataClient-side IIndex interface.| Modifier and Type | Method and Description |
|---|---|
ICounter |
getCounter()
Counters are local to a specific index partition and are only available
to unisolated procedures running inside of an
IConcurrencyManager
(which includes procedures run on an IDataService). |
String |
getName()
The name of the scale-out index.
|
long |
getTimestamp()
Either the startTime of an active transaction,
ITx.UNISOLATED for
the current unisolated index view, ITx.READ_COMMITTED for a
read-committed view, or the timestamp for a historical
view no later than the specified timestamp. |
getCounters, getIndexMetadata, getResourceMetadata, submit, submit, submitcontains, insert, lookup, putIfAbsent, removecontains, insert, lookup, removerangeCount, rangeCount, rangeCountExact, rangeCountExactWithDeleted, rangeIterator, rangeIterator, rangeIteratorlong getTimestamp()
ITx.UNISOLATED for
the current unisolated index view, ITx.READ_COMMITTED for a
read-committed view, or the timestamp for a historical
view no later than the specified timestamp.String getName()
ICounter getCounter()
IConcurrencyManager
(which includes procedures run on an IDataService).getCounter in interface IIndexLocalCounterUnsupportedOperationException - alwaysCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.