| Package | Description |
|---|---|
| org.neolumin.vertexium.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphQuery |
interface |
GraphQueryWithGeohashAggregation |
interface |
GraphQueryWithHistogramAggregation |
interface |
GraphQueryWithTermsAggregation |
interface |
SimilarToGraphQuery |
interface |
VertexQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeGraphQuery |
class |
DefaultGraphQuery |
class |
DefaultVertexQuery |
class |
GraphQueryBase |
class |
QueryBase |
class |
VertexQueryBase |
| Modifier and Type | Method and Description |
|---|---|
<T> Query |
Query.has(String propertyName,
Predicate predicate,
T value)
Adds a filter to the query.
|
<T> Query |
CompositeGraphQuery.has(String propertyName,
Predicate predicate,
T value) |
<T> Query |
QueryBase.has(String propertyName,
Predicate predicate,
T value) |
<T> Query |
Query.has(String propertyName,
T value)
Adds an
Compare.EQUAL filter to the query. |
<T> Query |
CompositeGraphQuery.has(String propertyName,
T value) |
<T> Query |
QueryBase.has(String propertyName,
T value) |
Query |
Query.limit(int count) |
Query |
CompositeGraphQuery.limit(int count) |
Query |
QueryBase.limit(int count) |
<T> Query |
Query.range(String propertyName,
T startValue,
T endValue)
Queries for properties in the given range.
|
<T> Query |
CompositeGraphQuery.range(String propertyName,
T startValue,
T endValue) |
<T> Query |
QueryBase.range(String propertyName,
T startValue,
T endValue) |
Query |
Query.skip(int count) |
Query |
CompositeGraphQuery.skip(int count) |
Query |
QueryBase.skip(int count) |
| Constructor and Description |
|---|
CompositeGraphQuery(Query... queries) |
| Constructor and Description |
|---|
CompositeGraphQuery(Collection<Query> queries) |
Copyright © 2014–2015. All rights reserved.