Class OrientVertexQuery
java.lang.Object
com.tinkerpop.blueprints.util.DefaultQuery
com.tinkerpop.blueprints.util.DefaultVertexQuery
com.tinkerpop.blueprints.impls.orient.OrientVertexQuery
- All Implemented Interfaces:
com.tinkerpop.blueprints.Query,com.tinkerpop.blueprints.VertexQuery
public class OrientVertexQuery
extends com.tinkerpop.blueprints.util.DefaultVertexQuery
OrientDB implementation for vertex centric queries.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com) (http://orientdb.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tinkerpop.blueprints.util.DefaultQuery
com.tinkerpop.blueprints.util.DefaultQuery.HasContainerNested classes/interfaces inherited from interface com.tinkerpop.blueprints.Query
com.tinkerpop.blueprints.Query.Compare -
Field Summary
Fields inherited from class com.tinkerpop.blueprints.util.DefaultVertexQuery
vertexFields inherited from class com.tinkerpop.blueprints.util.DefaultQuery
direction, hasContainers, labels, limit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcount()(Blueprints Extension) Counts the total items found.Methods inherited from class com.tinkerpop.blueprints.util.DefaultVertexQuery
direction, edges, has, has, has, has, hasNot, hasNot, interval, labels, limit, vertexIds, vertices
-
Constructor Details
-
OrientVertexQuery
-
-
Method Details
-
count
public long count()(Blueprints Extension) Counts the total items found. This method is more efficient than executing the query and browse the returning Iterable.- Specified by:
countin interfacecom.tinkerpop.blueprints.VertexQuery- Overrides:
countin classcom.tinkerpop.blueprints.util.DefaultVertexQuery- Returns:
-