| Package | Description |
|---|---|
| org.apache.hugegraph.structure.graph |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStrategy |
UpdateStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateStrategy[] |
UpdateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchVertexRequest.Builder |
BatchVertexRequest.Builder.updatingStrategy(String property,
UpdateStrategy strategy) |
BatchEdgeRequest.Builder |
BatchEdgeRequest.Builder.updatingStrategy(String property,
UpdateStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
BatchVertexRequest.Builder |
BatchVertexRequest.Builder.updatingStrategies(Map<String,UpdateStrategy> map) |
BatchEdgeRequest.Builder |
BatchEdgeRequest.Builder.updatingStrategies(Map<String,UpdateStrategy> map) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.