| Package | Description |
|---|---|
| com.vesoft.nebula.graph |
| Modifier and Type | Field and Description |
|---|---|
List<ProfilingStats> |
PlanNodeDescription.profiles |
| Modifier and Type | Method and Description |
|---|---|
ProfilingStats |
ProfilingStats.Builder.build() |
ProfilingStats |
ProfilingStats.deepCopy() |
ProfilingStats |
ProfilingStats.setExec_duration_in_us(long exec_duration_in_us) |
ProfilingStats |
ProfilingStats.setOther_stats(Map<byte[],byte[]> other_stats) |
ProfilingStats |
ProfilingStats.setRows(long rows) |
ProfilingStats |
ProfilingStats.setTotal_duration_in_us(long total_duration_in_us) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfilingStats> |
PlanNodeDescription.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
int |
ProfilingStats.compareTo(ProfilingStats other) |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeDescription |
PlanNodeDescription.setProfiles(List<ProfilingStats> profiles) |
PlanNodeDescription.Builder |
PlanNodeDescription.Builder.setProfiles(List<ProfilingStats> profiles) |
| Constructor and Description |
|---|
ProfilingStats(ProfilingStats 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.