| Package | Description |
|---|---|
| com.baidu.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 |
|---|---|
BatchEdgeRequest.Builder |
BatchEdgeRequest.Builder.updatingStrategy(String property,
UpdateStrategy strategy) |
BatchVertexRequest.Builder |
BatchVertexRequest.Builder.updatingStrategy(String property,
UpdateStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
BatchEdgeRequest.Builder |
BatchEdgeRequest.Builder.updatingStrategies(Map<String,UpdateStrategy> map) |
BatchVertexRequest.Builder |
BatchVertexRequest.Builder.updatingStrategies(Map<String,UpdateStrategy> map) |
Copyright © 2021. All rights reserved.