| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyIterator |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Entry> |
KeyIterator.getEntries()
Returns an iterator over all entries associated with the current
key that match the column range specified in the query.
|
| Modifier and Type | Field and Description |
|---|---|
static RecordIterator<KeyValueEntry> |
KVUtil.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<KeyValueEntry> |
OrderedKeyValueStore.getSlice(StaticBuffer keyStart,
StaticBuffer keyEnd,
KeySelector selector,
StoreTransaction txh)
Returns a list of all Key-value pairs (
KeyValueEntry where the key lies between keyStart (inclusive) and keyEnd (exclusive)
and such that they match the specified KeySelector. |
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
KVUtil.convert(RecordIterator<KeyValueEntry> iter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricInstrumentedIterator
This class is used by
MetricInstrumentedStore to measure wallclock
time, method invocation counts, and exceptions thrown by the methods on
RecordIterator instances returned from
MetricInstrumentedStore.getSlice(com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeySliceQuery, com.thinkaurelius.titan.diskstorage.keycolumnvalue.StoreTransaction). |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Entry> |
MetricInstrumentedIterator.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Long> |
StandardTitanGraph.getVertexIDs(BackendTransaction tx) |
Copyright © 2012–2014. All rights reserved.