| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
EdgeDirection |
TraverseSpec.edge_direction |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDirection |
EdgeDirection.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
EdgeDirection |
TraverseSpec.getEdge_direction() |
static EdgeDirection |
EdgeDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeDirection[] |
EdgeDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TraverseSpec |
TraverseSpec.setEdge_direction(EdgeDirection edge_direction) |
TraverseSpec.Builder |
TraverseSpec.Builder.setEdge_direction(EdgeDirection edge_direction) |
| Constructor and Description |
|---|
TraverseSpec(List<Integer> edge_types,
EdgeDirection edge_direction,
boolean dedup) |
TraverseSpec(List<Integer> edge_types,
EdgeDirection edge_direction,
boolean dedup,
List<StatProp> stat_props,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
List<OrderBy> order_by,
boolean random,
long limit,
byte[] filter) |
Copyright © 2022. All rights reserved.