| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
GraphQuery.has(String key) |
GraphQuery |
GraphQuery.has(String key,
Object value) |
GraphQuery |
GraphQuery.has(String key,
Predicate predicate,
Object value) |
<T extends Comparable<T>> |
GraphQuery.has(String key,
T value,
Query.Compare compare)
Deprecated.
|
GraphQuery |
GraphQuery.hasNot(String key) |
GraphQuery |
GraphQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
GraphQuery.interval(String key,
T startValue,
T endValue) |
GraphQuery |
GraphQuery.limit(int limit) |
GraphQuery |
Graph.query()
Generate a query object that can be used to fine tune which edges/vertices are retrieved from the graph.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
TinkerGraph.query() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphQuery
For those graph engines that do not support the low-level querying of the vertices or edges, then DefaultGraphQuery can be used.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
DefaultGraphQuery.has(String key) |
GraphQuery |
DefaultGraphQuery.has(String key,
Object value) |
GraphQuery |
DefaultGraphQuery.has(String key,
Predicate predicate,
Object value) |
<T extends Comparable<T>> |
DefaultGraphQuery.has(String key,
T value,
Query.Compare compare) |
GraphQuery |
DefaultGraphQuery.hasNot(String key) |
GraphQuery |
DefaultGraphQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
DefaultGraphQuery.interval(String key,
T startValue,
T endValue) |
GraphQuery |
DefaultGraphQuery.limit(int limit) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedGraphQuery |
| Modifier and Type | Field and Description |
|---|---|
protected GraphQuery |
WrappedGraphQuery.query |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
WrappedGraphQuery.has(String key) |
GraphQuery |
WrappedGraphQuery.has(String key,
Object value) |
GraphQuery |
WrappedGraphQuery.has(String key,
Predicate compare,
Object value) |
<T extends Comparable<T>> |
WrappedGraphQuery.has(String key,
T value,
Query.Compare compare) |
GraphQuery |
WrappedGraphQuery.hasNot(String key) |
GraphQuery |
WrappedGraphQuery.hasNot(String key,
Object value) |
<T extends Comparable<?>> |
WrappedGraphQuery.interval(String key,
T startValue,
T endValue) |
GraphQuery |
WrappedGraphQuery.limit(int limit) |
| Constructor and Description |
|---|
WrappedGraphQuery(GraphQuery query) |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
BatchGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
EventGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
IdGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
PartitionGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
ReadOnlyGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
WrappedGraph.query() |
Copyright © 2010-2014. All Rights Reserved.