| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.query | |
| com.thinkaurelius.titan.graphdb.query.graph | |
| com.thinkaurelius.titan.graphdb.query.vertex |
| Modifier and Type | Method and Description |
|---|---|
BackendQueryHolder<B> |
ElementQuery.getSubQuery(int position)
Returns the backend query at the given position that comprises this ElementQuery
|
| Modifier and Type | Method and Description |
|---|---|
BackendQueryHolder<JointIndexQuery> |
GraphCentricQuery.getSubQuery(int position) |
| Constructor and Description |
|---|
GraphCentricQuery(ElementCategory resultType,
Condition<TitanElement> condition,
OrderList orders,
BackendQueryHolder<JointIndexQuery> indexQuery,
int limit) |
| 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 |
|---|---|
BackendQueryHolder<SliceQuery> |
BaseVertexCentricQuery.getSubQuery(int position) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BackendQueryHolder<SliceQuery>> |
BaseVertexCentricQuery.getQueries() |
| 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) |
Copyright © 2012–2015. All rights reserved.