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.HasContainer

    Nested 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

    vertex

    Fields inherited from class com.tinkerpop.blueprints.util.DefaultQuery

    direction, hasContainers, labels, limit
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    (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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrientVertexQuery

      public OrientVertexQuery(OrientVertex vertex)
  • 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:
      count in interface com.tinkerpop.blueprints.VertexQuery
      Overrides:
      count in class com.tinkerpop.blueprints.util.DefaultVertexQuery
      Returns: