| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<Correlativity>> |
StatsItem.negative_part_correlativity |
Map<Integer,List<Correlativity>> |
StatsItem.positive_part_correlativity |
| Modifier and Type | Method and Description |
|---|---|
Correlativity |
Correlativity.Builder.build() |
Correlativity |
Correlativity.deepCopy() |
Correlativity |
Correlativity.setPart_id(int part_id) |
Correlativity |
Correlativity.setProportion(double proportion) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<Correlativity>> |
StatsItem.getNegative_part_correlativity() |
Map<Integer,List<Correlativity>> |
StatsItem.getPositive_part_correlativity() |
| Modifier and Type | Method and Description |
|---|---|
int |
Correlativity.compareTo(Correlativity other) |
| Modifier and Type | Method and Description |
|---|---|
StatsItem |
StatsItem.setNegative_part_correlativity(Map<Integer,List<Correlativity>> negative_part_correlativity) |
StatsItem.Builder |
StatsItem.Builder.setNegative_part_correlativity(Map<Integer,List<Correlativity>> negative_part_correlativity) |
StatsItem |
StatsItem.setPositive_part_correlativity(Map<Integer,List<Correlativity>> positive_part_correlativity) |
StatsItem.Builder |
StatsItem.Builder.setPositive_part_correlativity(Map<Integer,List<Correlativity>> positive_part_correlativity) |
| Constructor and Description |
|---|
Correlativity(Correlativity other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
StatsItem(Map<byte[],Long> tag_vertices,
Map<byte[],Long> edges,
long space_vertices,
long space_edges,
Map<Integer,List<Correlativity>> positive_part_correlativity,
Map<Integer,List<Correlativity>> negative_part_correlativity,
JobStatus status) |
StatsItem(Map<byte[],Long> tag_vertices,
Map<byte[],Long> edges,
long space_vertices,
long space_edges,
Map<Integer,List<Correlativity>> positive_part_correlativity,
Map<Integer,List<Correlativity>> negative_part_correlativity,
JobStatus status) |
Copyright © 2022. All rights reserved.