default GraphTraversal<S,Long> |
GraphTraversal.count(Scope scope) |
static <A> GraphTraversal<A,Long> |
__.count(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.dedup(Scope scope) |
static <A> GraphTraversal<A,A> |
__.dedup(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.limit(Scope scope,
long limit) |
static <A> GraphTraversal<A,A> |
__.limit(Scope scope,
long limit) |
static <A,B extends Number> GraphTraversal<A,B> |
__.max(Scope scope) |
default <E2 extends Number> GraphTraversal<S,E2> |
GraphTraversal.max(Scope scope) |
default GraphTraversal<S,Double> |
GraphTraversal.mean(Scope scope) |
static <A> GraphTraversal<A,Double> |
__.mean(Scope scope) |
static <A,B extends Number> GraphTraversal<A,B> |
__.min(Scope scope) |
default <E2 extends Number> GraphTraversal<S,E2> |
GraphTraversal.min(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.order(Scope scope) |
static <A> GraphTraversal<A,A> |
__.order(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.range(Scope scope,
long low,
long high) |
static <A> GraphTraversal<A,A> |
__.range(Scope scope,
long low,
long high) |
default GraphTraversal<S,E> |
GraphTraversal.sample(Scope scope,
int amountToSample) |
static <A> GraphTraversal<A,A> |
__.sample(Scope scope,
int amountToSample) |
static <A,B> GraphTraversal<A,Map<String,B>> |
__.select(Scope scope,
String... stepLabels) |
default <E2> GraphTraversal<S,Map<String,E2>> |
GraphTraversal.select(Scope scope,
String... stepLabels) |
static <A,B> GraphTraversal<A,B> |
__.select(Scope scope,
String stepLabel) |
default <E2> GraphTraversal<S,E2> |
GraphTraversal.select(Scope scope,
String stepLabel) |
default GraphTraversal<S,Double> |
GraphTraversal.sum(Scope scope) |
static <A> GraphTraversal<A,Double> |
__.sum(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.tail(Scope scope) |
static <A> GraphTraversal<A,A> |
__.tail(Scope scope) |
default GraphTraversal<S,E> |
GraphTraversal.tail(Scope scope,
long limit) |
static <A> GraphTraversal<A,A> |
__.tail(Scope scope,
long limit) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
P<?> predicate) |
static <A> GraphTraversal<A,A> |
__.where(Scope scope,
P<?> predicate) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
String startKey,
P<?> predicate) |
static <A> GraphTraversal<A,A> |
__.where(Scope scope,
String startKey,
P<?> predicate) |
default GraphTraversal<S,E> |
GraphTraversal.where(Scope scope,
Traversal<?,?> whereTraversal) |
static <A> GraphTraversal<A,A> |
__.where(Scope scope,
Traversal<?,?> whereTraversal) |