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 |
MergeEdgeStep.addChildOption(Merge token,
Traversal.Admin<S,Edge> traversalOption) |
void |
MergeVertexStep.addChildOption(Merge token,
Traversal.Admin<S,Vertex> traversalOption) |
Modifier and Type | Field and Description |
---|---|
static EnumSerializer<Merge> |
EnumSerializer.MergeSerializer |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.