Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal | |
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph |
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.opposite() |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,Long> |
GraphTraversal.count(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.dedup(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.limit(Scope scope,
long limit) |
default <E2 extends Number> |
GraphTraversal.max(Scope scope) |
default GraphTraversal<S,Double> |
GraphTraversal.mean(Scope scope) |
default <E2 extends Number> |
GraphTraversal.min(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.order(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.range(Scope scope,
long low,
long high) |
default GraphTraversal<S,E> |
GraphTraversal.sample(Scope scope,
int amountToSample) |
default <E2> GraphTraversal<S,Map<String,E2>> |
GraphTraversal.select(Scope scope,
String... stepLabels) |
default <E2> GraphTraversal<S,E2> |
GraphTraversal.select(Scope scope,
String stepLabel) |
default GraphTraversal<S,Double> |
GraphTraversal.sum(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.tail(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.tail(Scope scope,
long limit) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
P<?> predicate) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
String startKey,
P<?> predicate) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
Traversal<?,?> whereTraversal) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.