| Modifier and Type | Method and Description |
|---|---|
Q |
BaseVertexQuery.has(String key,
JanusGraphPredicate predicate,
Object value) |
Q |
JanusGraphVertexQuery.has(String key,
JanusGraphPredicate predicate,
Object value) |
Q |
JanusGraphQuery.has(String key,
JanusGraphPredicate predicate,
Object condition)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
Q |
JanusGraphMultiVertexQuery.has(String key,
JanusGraphPredicate predicate,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
Cmp
Basic comparison relations for comparable (i.e.
|
class |
Contain
Comparison relations for text objects.
|
class |
Geo
Comparison relations for geographic shapes.
|
class |
Text
Comparison relations for text objects.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphPredicate |
Text.negate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexInformation.supports(KeyInformation information,
JanusGraphPredicate janusgraphPredicate)
Whether the index supports executing queries with the given predicate against a key with the given information
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexSerializer.supports(MixedIndexType index,
ParameterIndexField field,
JanusGraphPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardIndexInformation.supports(KeyInformation information,
JanusGraphPredicate janusgraphPredicate) |
| Modifier and Type | Method and Description |
|---|---|
QueryContainer.QueryBuilder |
QueryContainer.QueryBuilder.has(String key,
JanusGraphPredicate predicate,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndJanusPredicate |
class |
ConnectiveJanusPredicate |
class |
OrJanusPredicate |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphPredicate |
ConnectiveJanusPredicate.negate() |
| Constructor and Description |
|---|
AndJanusPredicate(List<JanusGraphPredicate> predicates) |
ConnectiveJanusPredicate(List<JanusGraphPredicate> predicates) |
OrJanusPredicate(List<JanusGraphPredicate> predicates) |
| Modifier and Type | Method and Description |
|---|---|
static JanusGraphPredicate |
JanusGraphPredicate.Converter.convert(BiPredicate p) |
static JanusGraphPredicate |
JanusGraphPredicate.Converter.convertInternal(BiPredicate p)
Convert Tinkerpop's comparison operators to JanusGraph's
|
JanusGraphPredicate |
JanusGraphPredicate.negate()
Returns the negation of this predicate if it exists, otherwise an exception is thrown.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphPredicate |
PredicateCondition.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
static <K,E extends JanusGraphElement> |
PredicateCondition.of(K key,
JanusGraphPredicate janusgraphPredicate,
Object condition) |
| Constructor and Description |
|---|
PredicateCondition(K key,
JanusGraphPredicate predicate,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(PropertyKey key,
JanusGraphPredicate predicate,
Object condition) |
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(String key,
JanusGraphPredicate predicate,
Object condition) |
| Modifier and Type | Method and Description |
|---|---|
Q |
BaseVertexCentricQueryBuilder.has(String key,
JanusGraphPredicate predicate,
Object value) |
Copyright © 2012–2018. All rights reserved.