| Package | Description |
|---|---|
| com.vesoft.nebula.graph |
| Modifier and Type | Field and Description |
|---|---|
List<Pair> |
PlanNodeDescription.description |
| Modifier and Type | Method and Description |
|---|---|
Pair |
Pair.Builder.build() |
Pair |
Pair.deepCopy() |
Pair |
Pair.setKey(byte[] key) |
Pair |
Pair.setValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
PlanNodeDescription.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
int |
Pair.compareTo(Pair other) |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeDescription |
PlanNodeDescription.setDescription(List<Pair> description) |
PlanNodeDescription.Builder |
PlanNodeDescription.Builder.setDescription(List<Pair> description) |
| Constructor and Description |
|---|
Pair(Pair other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
PlanNodeDescription(byte[] name,
long id,
byte[] output_var,
List<Pair> description,
List<ProfilingStats> profiles,
PlanNodeBranchInfo branch_info,
List<Long> dependencies) |
Copyright © 2022. All rights reserved.