| 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 |
|---|---|
KeyIterator |
ReadOnlyKeyColumnValueStore.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> |
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.
|
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 |
|---|---|
KeyIterator |
KCVSCache.getKeys(SliceQuery columnQuery,
StoreTransaction txh) |
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 |
|---|---|
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> |
BaseKeyColumnValueAdapter.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| Modifier and Type | Method and Description |
|---|---|
KeyIterator |
ExpectedValueCheckingStore.getKeys(SliceQuery query,
StoreTransaction txh) |
Map<StaticBuffer,EntryList> |
ExpectedValueCheckingStore.getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh) |
| 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,
com.tinkerpop.blueprints.Direction dir) |
SliceQuery |
EdgeSerializer.getQuery(InternalRelationType type,
com.tinkerpop.blueprints.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 |
|---|---|
protected void |
FulgoraVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
boolean |
FulgoraVertex.hasLoadedRelations(SliceQuery query) |
boolean |
FulgoraNeighborVertex.hasLoadedRelations(SliceQuery query) |
EntryList |
FulgoraNeighborVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
FulgoraNeighborVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| 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 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,
com.tinkerpop.blueprints.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
VertexCentricQuery(InternalVertex vertex,
Condition<TitanRelation> condition,
com.tinkerpop.blueprints.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) |
| 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 | Method and Description |
|---|---|
protected void |
CacheVertex.addToQueryCache(SliceQuery query,
EntryList entries) |
boolean |
StandardVertex.hasLoadedRelations(SliceQuery query) |
boolean |
CacheVertex.hasLoadedRelations(SliceQuery query) |
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
CacheVertex.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) |
Copyright © 2012–2014. All rights reserved.