| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.step.map | |
| org.apache.tinkerpop.gremlin.structure.io.binary.types |
| Modifier and Type | Method and Description |
|---|---|
static Merge |
Merge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Merge[] |
Merge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeStep.addChildOption(Merge token,
Traversal.Admin<S,C> traversalOption) |
void |
MergeEdgeStep.addChildOption(Merge token,
Traversal.Admin<S,Object> traversalOption) |
protected void |
MergeEdgeStep.resolveVertex(Merge token,
Direction direction,
Map map,
Traverser.Admin<S> traverser,
Traversal.Admin<S,Object> traversal) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSerializer<Merge> |
EnumSerializer.MergeSerializer |
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.