Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal |
Modifier and Type | Method and Description |
---|---|
default Traverser.Admin<T> |
Traverser.asAdmin()
Typecast the traverser to a "system traverser" so
Traverser.Admin methods can be accessed. |
Traverser.Admin<T> |
Traverser.Admin.detach()
Prepare the traverser for migration across a JVM boundary.
|
<S> Traverser.Admin<S> |
TraverserGenerator.generate(S start,
Step<S,?> startStep,
long initialBulk) |
Traverser.Admin<T> |
Traverser.Admin.split()
Generate a sibling traverser of the current traverser with a full copy of all state within the sibling.
|
<R> Traverser.Admin<R> |
Traverser.Admin.split(R r,
Step<T,R> step)
Generate a child traverser of the current traverser for current as step and new object location.
|
Modifier and Type | Method and Description |
---|---|
default <S> Iterator<Traverser.Admin<S>> |
TraverserGenerator.generateIterator(Iterator<S> starts,
Step<S,?> startStep,
long initialBulk) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.Admin.merge(Traverser.Admin<?> other)
When two traversers are have equality with each other, then they can be merged.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.