public class FaunusVertexQuery extends BaseVertexCentricQueryBuilder<FaunusVertexQuery> implements TitanVertexQuery<FaunusVertexQuery>
adjacentVertex, constraints, dir, limit, orders, types| Modifier | Constructor and Description |
|---|---|
|
FaunusVertexQuery(FaunusPathElement element) |
protected |
FaunusVertexQuery(FaunusSchemaManager typeManager) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
QueryDescription |
describeForEdges() |
QueryDescription |
describeForProperties() |
Iterable<com.tinkerpop.blueprints.Edge> |
edges() |
protected And<TitanRelation> |
getCondition(FaunusElement element,
RelationCategory returnType) |
protected com.google.common.base.Predicate<FaunusRelation> |
getFilter(FaunusElement element,
RelationCategory returnType) |
protected Iterable<FaunusRelation> |
getRelations(FaunusElement element,
RelationCategory returnType) |
protected Iterable<FaunusRelation> |
getRelations(RelationCategory returnType) |
protected FaunusVertexQuery |
getThis() |
protected TitanVertex |
getVertex(long vertexid) |
Iterable<TitanProperty> |
properties() |
long |
propertyCount() |
FaunusVertexQuery |
queryAll() |
Iterable<TitanRelation> |
relations() |
Iterable<TitanEdge> |
titanEdges() |
VertexList |
vertexIds() |
Iterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
adjacent, direction, getSingleType, has, has, has, has, has, has, has, hasNot, hasNot, hasSingleType, hasTypes, interval, interval, isImplicitKeyQuery, keys, labels, limit, orderBy, orderBy, type, types, typesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic FaunusVertexQuery(FaunusPathElement element)
protected FaunusVertexQuery(FaunusSchemaManager typeManager)
public FaunusVertexQuery queryAll()
protected FaunusVertexQuery getThis()
getThis in class BaseVertexCentricQueryBuilder<FaunusVertexQuery>protected TitanVertex getVertex(long vertexid)
getVertex in class BaseVertexCentricQueryBuilder<FaunusVertexQuery>protected And<TitanRelation> getCondition(FaunusElement element, RelationCategory returnType)
protected Iterable<FaunusRelation> getRelations(FaunusElement element, RelationCategory returnType)
protected com.google.common.base.Predicate<FaunusRelation> getFilter(FaunusElement element, RelationCategory returnType)
protected Iterable<FaunusRelation> getRelations(RelationCategory returnType)
public Iterable<com.tinkerpop.blueprints.Edge> edges()
edges in interface TitanVertexQuery<FaunusVertexQuery>edges in interface com.tinkerpop.blueprints.Querypublic Iterable<TitanEdge> titanEdges()
titanEdges in interface TitanVertexQuery<FaunusVertexQuery>public Iterable<TitanProperty> properties()
properties in interface TitanVertexQuery<FaunusVertexQuery>public Iterable<TitanRelation> relations()
relations in interface TitanVertexQuery<FaunusVertexQuery>public Iterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices in interface com.tinkerpop.blueprints.Querypublic VertexList vertexIds()
vertexIds in interface TitanVertexQuery<FaunusVertexQuery>vertexIds in interface com.tinkerpop.blueprints.VertexQuerypublic long count()
count in interface TitanVertexQuery<FaunusVertexQuery>count in interface com.tinkerpop.blueprints.VertexQuerypublic long propertyCount()
propertyCount in interface TitanVertexQuery<FaunusVertexQuery>public QueryDescription describeForEdges()
describeForEdges in interface BaseVertexQuery<FaunusVertexQuery>public QueryDescription describeForProperties()
describeForProperties in interface BaseVertexQuery<FaunusVertexQuery>Copyright © 2012–2016. All rights reserved.