| Modifier and Type | Class and Description |
|---|---|
static class |
EntryList.EmptyList |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
BackendTransaction.edgeStoreQuery(KeySliceQuery query) |
EntryList |
BackendTransaction.indexQuery(KeySliceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
BackendTransaction.edgeStoreMultiQuery(List<StaticBuffer> keys,
SliceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
ReadOnlyKeyColumnValueStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
EntryList |
KeyColumnValueStore.getSlice(KeySliceQuery query,
StoreTransaction txh)
Retrieves the list of entries (i.e.
|
EntryList |
SliceQuery.getSubset(SliceQuery otherQuery,
EntryList otherResult) |
| Modifier and Type | Method and Description |
|---|---|
static Map<StaticBuffer,EntryList> |
KCVSUtil.emptyResults(List<StaticBuffer> keys) |
Map<StaticBuffer,EntryList> |
ReadOnlyKeyColumnValueStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
KeyColumnValueStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh)
Retrieves the list of entries (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
EntryList |
SliceQuery.getSubset(SliceQuery otherQuery,
EntryList otherResult) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
ExpirationKCVSCache.getSlice(KeySliceQuery query,
StoreTransaction txh) |
EntryList |
NoKCVSCache.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
ExpirationKCVSCache.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
NoKCVSCache.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
InMemoryKeyColumnValueStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
InMemoryKeyColumnValueStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
KVUtil.convert(RecordIterator<KeyValueEntry> iter) |
EntryList |
OrderedKeyValueStoreAdapter.getSlice(KeySliceQuery query,
StoreTransaction txh) |
static EntryList |
KVUtil.getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
int limit,
StoreTransaction txh) |
static EntryList |
KVUtil.getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
BaseKeyColumnValueAdapter.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
ExpectedValueCheckingStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
ExpectedValueCheckingStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticArrayEntryList |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
MetricInstrumentedStore.getSlice(KeySliceQuery query,
StoreTransaction txh) |
static EntryList |
StaticArrayEntryList.of(Entry... entries) |
static EntryList |
StaticArrayEntryList.of(Iterable<Entry> entries) |
static <E> EntryList |
StaticArrayEntryList.ofByteBuffer(Iterable<E> elements,
StaticArrayEntry.GetColVal<E,ByteBuffer> getter) |
static <E> EntryList |
StaticArrayEntryList.ofByteBuffer(Iterator<E> elements,
StaticArrayEntry.GetColVal<E,ByteBuffer> getter) |
static <E> EntryList |
StaticArrayEntryList.ofBytes(Iterable<E> elements,
StaticArrayEntry.GetColVal<E,byte[]> getter) |
static <E> EntryList |
StaticArrayEntryList.ofStaticBuffer(Iterable<E> elements,
StaticArrayEntry.GetColVal<E,StaticBuffer> getter) |
static <E> EntryList |
StaticArrayEntryList.ofStaticBuffer(Iterator<E> elements,
StaticArrayEntry.GetColVal<E,StaticBuffer> getter) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
MetricInstrumentedStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
StandardTitanGraph.edgeQuery(long vid,
SliceQuery query,
BackendTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryList> |
StandardTitanGraph.edgeMultiQuery(com.carrotsearch.hppc.LongArrayList vids,
SliceQuery query,
BackendTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
StandardSchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
EntryList |
MetricInstrumentedSchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
EntryList |
SchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
EntryList |
SchemaCache.StoreRetrieval.retrieveSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
FulgoraNeighborVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FulgoraVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
FulgoraNeighborVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
InternalVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup)
Returns all relations that match the given query.
|
| Modifier and Type | Method and Description |
|---|---|
EntryList |
InternalVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup)
Returns all relations that match the given query.
|
| Modifier and Type | Method and Description |
|---|---|
EntryList |
EmptyVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
EmptyVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
Copyright © 2012–2014. All rights reserved.