| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy |
| Modifier and Type | Method and Description |
|---|---|
static IdStrategy.Builder |
IdStrategy.build(java.lang.String idKey)
Create the
IdStrategy.Builder to create a IdStrategy. |
IdStrategy.Builder |
IdStrategy.Builder.edgeIdMaker(java.util.function.Supplier<?> edgeIdSupplier)
Provide a function that will provide ids when none are provided explicitly when creating edges.
|
IdStrategy.Builder |
IdStrategy.Builder.supportsEdgeId(boolean supports)
Turn off support for this strategy for edges.
|
IdStrategy.Builder |
IdStrategy.Builder.supportsVertexId(boolean supports)
Turn off support for this strategy for edges.
|
IdStrategy.Builder |
IdStrategy.Builder.vertexIdMaker(java.util.function.Supplier<?> vertexIdSupplier)
Provide a function that will provide ids when none are provided explicitly when creating vertices.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.