| Package | Description |
|---|---|
| org.janusgraph.diskstorage.keycolumnvalue | |
| org.janusgraph.diskstorage.keycolumnvalue.keyvalue | |
| org.janusgraph.diskstorage.util | |
| org.janusgraph.graphdb.database |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyIterator |
interface |
KeySlicesIterator |
| 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 | Method and Description |
|---|---|
Map<SliceQuery,RecordIterator<Entry>> |
KeySlicesIterator.getEntries()
Returns map of iterators over all entries associated with the current
key that match the column range specified in the queries.
|
| Modifier and Type | Field and Description |
|---|---|
static RecordIterator<KeyValueEntry> |
KVUtil.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<KeyValueEntry> |
OrderedKeyValueStore.getSlice(KVQuery query,
StoreTransaction txh)
Returns a list of all Key-value pairs (
KeyValueEntry where the keys satisfy the given KVQuery. |
| Modifier and Type | Method and Description |
|---|---|
Map<KVQuery,RecordIterator<KeyValueEntry>> |
OrderedKeyValueStore.getSlices(List<KVQuery> queries,
StoreTransaction txh)
Like
OrderedKeyValueStore.getSlice(KVQuery, org.janusgraph.diskstorage.keycolumnvalue.StoreTransaction) but executes
all of the given queries at once and returns a map of all the result sets of each query. |
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
KVUtil.convert(RecordIterator<KeyValueEntry> iterator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricInstrumentedIterator
This class is used by
MetricInstrumentedStore to measure wall clock
time, method invocation counts, and exceptions thrown by the methods on
RecordIterator instances returned from
MetricInstrumentedStore.getSlice(org.janusgraph.diskstorage.keycolumnvalue.KeySliceQuery, org.janusgraph.diskstorage.keycolumnvalue.StoreTransaction). |
class |
MetricInstrumentedSlicesIterator
This class is used by
MetricInstrumentedStore to measure wall clock
time, method invocation counts, and exceptions thrown by the methods on
RecordIterator instances returned from
MetricInstrumentedStore.getSlice(org.janusgraph.diskstorage.keycolumnvalue.KeySliceQuery, org.janusgraph.diskstorage.keycolumnvalue.StoreTransaction). |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Entry> |
MetricInstrumentedIterator.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
Map<SliceQuery,RecordIterator<Entry>> |
MetricInstrumentedSlicesIterator.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Long> |
StandardJanusGraph.getVertexIDs(BackendTransaction tx) |
Copyright © 2012–2023. All rights reserved.