| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
VertexQuery.direction(Direction direction)
The direction of the edges to retrieve.
|
VertexQuery |
VertexQuery.has(String key) |
VertexQuery |
VertexQuery.has(String key,
Object value) |
VertexQuery |
VertexQuery.has(String key,
Predicate predicate,
Object value) |
<T extends Comparable<T>> |
VertexQuery.has(String key,
T value,
Query.Compare compare)
Deprecated.
|
VertexQuery |
VertexQuery.hasNot(String key) |
VertexQuery |
VertexQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
VertexQuery.interval(String key,
T startValue,
T endValue) |
VertexQuery |
VertexQuery.labels(String... labels)
Filter out the edge if its label is not in set of provided labels.
|
VertexQuery |
VertexQuery.limit(int limit) |
VertexQuery |
Vertex.query()
Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVertexQuery
For those graph engines that do not support the low-level querying of the edges of a vertex, then DefaultVertexQuery can be used.
|
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
DefaultVertexQuery.direction(Direction direction) |
VertexQuery |
DefaultVertexQuery.has(String key) |
VertexQuery |
DefaultVertexQuery.has(String key,
Object value) |
VertexQuery |
DefaultVertexQuery.has(String key,
Predicate predicate,
Object value) |
<T extends Comparable<T>> |
DefaultVertexQuery.has(String key,
T value,
Query.Compare compare) |
VertexQuery |
DefaultVertexQuery.hasNot(String key) |
VertexQuery |
DefaultVertexQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
DefaultVertexQuery.interval(String key,
T startValue,
T endValue) |
VertexQuery |
DefaultVertexQuery.labels(String... labels) |
VertexQuery |
DefaultVertexQuery.limit(int limit) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperVertexQuery
A WrapperQuery is useful for wrapping the construction and results of a Vertex.query().
|
| Modifier and Type | Field and Description |
|---|---|
protected VertexQuery |
WrapperVertexQuery.query |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
WrapperVertexQuery.direction(Direction direction) |
VertexQuery |
WrapperVertexQuery.has(String key) |
VertexQuery |
WrapperVertexQuery.has(String key,
Object value) |
VertexQuery |
WrapperVertexQuery.has(String key,
Predicate compare,
Object value) |
<T extends Comparable<T>> |
WrapperVertexQuery.has(String key,
T value,
Query.Compare compare) |
VertexQuery |
WrapperVertexQuery.hasNot(String key) |
VertexQuery |
WrapperVertexQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
WrapperVertexQuery.interval(String key,
T startValue,
T endValue) |
VertexQuery |
WrapperVertexQuery.labels(String... labels) |
VertexQuery |
WrapperVertexQuery.limit(int limit) |
| Constructor and Description |
|---|
WrapperVertexQuery(VertexQuery query) |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
EventVertex.query() |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
IdVertex.query() |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
PartitionVertex.query() |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
ReadOnlyVertex.query() |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
WrappedVertex.query() |
Copyright © 2010-2014. All Rights Reserved.