| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.util.batch |
| Modifier and Type | Method and Description |
|---|---|
static VertexIdType |
VertexIdType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VertexIdType[] |
VertexIdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGraph.Builder |
BatchGraph.Builder.vertexIdType(VertexIdType type)
Sets the type of the id used for the vertex which in turn determines the cache type that is used.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.