| Modifier and Type | Method and Description |
|---|---|
KeyIterator |
BackendTransaction.edgeStoreKeys(SliceQuery sliceQuery) |
Map<StaticBuffer,EntryList> |
BackendTransaction.edgeStoreMultiQuery(List<StaticBuffer> keys,
SliceQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyRangeQuery
Extends a
SliceQuery to express a range for columns and a range for
keys. |
class |
KeySliceQuery
Extends
SliceQuery by a key that identifies the location of the slice in the key-ring. |
| Modifier and Type | Method and Description |
|---|---|
SliceQuery |
SliceQuery.setLimit(int limit) |
SliceQuery |
SliceQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
static KeyIterator |
KCVSUtil.getKeys(KeyColumnValueStore store,
SliceQuery slice,
StoreFeatures features,
int keyLength,
StoreTransaction txh) |
KeyIterator |
KCVSProxy.getKeys(SliceQuery columnQuery,
StoreTransaction txh) |
KeyIterator |
KeyColumnValueStore.getKeys(SliceQuery query,
StoreTransaction txh)
Returns a
KeyIterator over all keys in the store that have one or more columns matching the column-range. |
Map<StaticBuffer,EntryList> |
KCVSProxy.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.
|
EntryList |
SliceQuery.getSubset(SliceQuery otherQuery,
EntryList otherResult) |
static boolean |
KCVSUtil.matches(SliceQuery query,
StaticBuffer column) |
boolean |
SliceQuery.subsumes(SliceQuery oth) |
| Constructor and Description |
|---|
KeyRangeQuery(StaticBuffer keyStart,
StaticBuffer keyEnd,
SliceQuery query) |
KeySliceQuery(StaticBuffer key,
SliceQuery query) |
SliceQuery(SliceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Map<StaticBuffer,EntryList> |
ExpirationKCVSCache.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
KCVSCache.getSliceNoCache(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
KeyIterator |
InMemoryKeyColumnValueStore.getKeys(SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
InMemoryKeyColumnValueStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
KeyIterator |
OrderedKeyValueStoreAdapter.getKeys(SliceQuery columnQuery,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
OrderedKeyValueStoreAdapter.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
List<SliceQuery> |
ScanJob.getQueries()
Returns one or more
SliceQuery instances belonging to this ScanJob. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanJob.process(StaticBuffer key,
Map<SliceQuery,EntryList> entries,
ScanMetrics metrics)
Run this
ScanJob's computation on the supplied row-key and entries. |
| Modifier and Type | Method and Description |
|---|---|
KeyIterator |
MetricInstrumentedStore.getKeys(SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
MetricInstrumentedStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Field and Description |
|---|---|
SliceQuery |
StandardTitanGraph.vertexExistenceQuery |
| Modifier and Type | Method and Description |
|---|---|
SliceQuery |
RelationQueryCache.getQuery(InternalRelationType type,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
SliceQuery |
EdgeSerializer.getQuery(InternalRelationType type,
org.apache.tinkerpop.gremlin.structure.Direction dir,
EdgeSerializer.TypedInterval[] sortKey) |
SliceQuery |
RelationQueryCache.getQuery(RelationCategory type) |
SliceQuery |
EdgeSerializer.getQuery(RelationCategory resultType,
boolean querySystemTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryList> |
StandardTitanGraph.edgeMultiQuery(com.carrotsearch.hppc.LongArrayList vids,
SliceQuery query,
BackendTransaction tx) |
EntryList |
StandardTitanGraph.edgeQuery(long vid,
SliceQuery query,
BackendTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalVertex.hasLoadedRelations(SliceQuery query)
Returns true if the results for the given query have already been loaded for this vertex and are locally cached.
|
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 | Field and Description |
|---|---|
protected static SliceQuery |
VertexJobConverter.VERTEX_EXISTS_QUERY |
| Modifier and Type | Method and Description |
|---|---|
List<SliceQuery> |
VertexJobConverter.getQueries() |
List<SliceQuery> |
QueryContainer.getSliceQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexJobConverter.process(StaticBuffer key,
Map<SliceQuery,EntryList> entries,
ScanMetrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
List<SliceQuery> |
VertexMapJob.Executor.getQueries() |
List<SliceQuery> |
VertexProgramScanJob.Executor.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
List<SliceQuery> |
GhostVertexRemover.getQueries() |
List<SliceQuery> |
IndexRemoveJob.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
GhostVertexRemover.process(StaticBuffer key,
Map<SliceQuery,EntryList> entries,
ScanMetrics metrics) |
void |
IndexRemoveJob.process(StaticBuffer key,
Map<SliceQuery,EntryList> entries,
ScanMetrics metrics) |
| Modifier and Type | Field and Description |
|---|---|
protected List<BackendQueryHolder<SliceQuery>> |
BaseVertexCentricQuery.queries
The individual component
SliceQuery of this query. |
| Modifier and Type | Method and Description |
|---|---|
protected List<BackendQueryHolder<SliceQuery>> |
BaseVertexCentricQuery.getQueries() |
BackendQueryHolder<SliceQuery> |
BaseVertexCentricQuery.getSubQuery(int position) |
| Constructor and Description |
|---|
BaseVertexCentricQuery(Condition<TitanRelation> condition,
org.apache.tinkerpop.gremlin.structure.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
VertexCentricQuery(InternalVertex vertex,
Condition<TitanRelation> condition,
org.apache.tinkerpop.gremlin.structure.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
| Modifier and Type | Field and Description |
|---|---|
QueryExecutor<VertexCentricQuery,TitanRelation,SliceQuery> |
StandardTitanTx.edgeProcessor |
QueryExecutor<VertexCentricQuery,TitanRelation,SliceQuery> |
StandardTitanTx.edgeProcessorImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanTx.executeMultiQuery(Collection<InternalVertex> vertices,
SliceQuery sq,
QueryProfiler profiler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmptyVertex.hasLoadedRelations(SliceQuery query) |
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 | Field and Description |
|---|---|
static Retriever<SliceQuery,EntryList> |
PreloadedVertex.EMPTY_RETRIEVER |
protected Map<SliceQuery,EntryList> |
CacheVertex.queryCache |
| Modifier and Type | Method and Description |
|---|---|
Retriever<SliceQuery,EntryList> |
PreloadedVertex.AccessCheck.retrieveSliceQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
void |
PreloadedVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
EntryList |
PreloadedVertex.getFromCache(SliceQuery query) |
boolean |
CacheVertex.hasLoadedRelations(SliceQuery query) |
boolean |
StandardVertex.hasLoadedRelations(SliceQuery query) |
boolean |
PreloadedVertex.hasLoadedRelations(SliceQuery query) |
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
PreloadedVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
PreloadedVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
Copyright © 2012–2015. All rights reserved.