| Package | Description |
|---|---|
| com.vesoft.nebula |
| Modifier and Type | Field and Description |
|---|---|
List<Step> |
Path.steps |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.Builder.build() |
Step |
Step.deepCopy() |
Step |
Step.setDst(Vertex dst) |
Step |
Step.setName(byte[] name) |
Step |
Step.setProps(Map<byte[],Value> props) |
Step |
Step.setRanking(long ranking) |
Step |
Step.setType(int type) |
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Path.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.setSteps(List<Step> steps) |
Path.Builder |
Path.Builder.setSteps(List<Step> steps) |
| Constructor and Description |
|---|
Step(Step other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Path(Vertex src,
List<Step> steps) |
Copyright © 2022. All rights reserved.