public class OracleVertexQuery
extends com.tinkerpop.blueprints.util.DefaultVertexQuery
Constructor and Description |
---|
OracleVertexQuery(com.tinkerpop.blueprints.Vertex vertex)
Builds a new OracleVertexQuery from the given vertex
|
Modifier and Type | Method and Description |
---|---|
long |
count()
Execute the query and return the number of edges that are not filtered.
|
java.lang.Iterable<com.tinkerpop.blueprints.Edge> |
edges()
Executes the query and returns the matching edges
|
java.lang.Object |
vertexIds()
Return the raw ids of the vertices on the other end of the edges.
|
java.lang.Iterable<com.tinkerpop.blueprints.Vertex> |
vertices()
Executes the query and returns the matching vertices
|
public OracleVertexQuery(com.tinkerpop.blueprints.Vertex vertex)
vertex
- the vertex objectpublic long count()
count
in interface com.tinkerpop.blueprints.VertexQuery
count
in class com.tinkerpop.blueprints.util.DefaultVertexQuery
public java.lang.Iterable<com.tinkerpop.blueprints.Edge> edges()
edges
in interface com.tinkerpop.blueprints.Query
edges
in class com.tinkerpop.blueprints.util.DefaultVertexQuery
public java.lang.Object vertexIds()
vertexIds
in interface com.tinkerpop.blueprints.VertexQuery
vertexIds
in class com.tinkerpop.blueprints.util.DefaultVertexQuery
public java.lang.Iterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices
in interface com.tinkerpop.blueprints.Query
vertices
in class com.tinkerpop.blueprints.util.DefaultVertexQuery
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.