| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<PartitionResult> |
ResponseCommon.failed_parts |
| Modifier and Type | Method and Description |
|---|---|
PartitionResult |
PartitionResult.Builder.build() |
PartitionResult |
PartitionResult.deepCopy() |
PartitionResult |
PartitionResult.setCode(ErrorCode code) |
PartitionResult |
PartitionResult.setLeader(HostAddr leader) |
PartitionResult |
PartitionResult.setPart_id(int part_id) |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionResult> |
ResponseCommon.getFailed_parts() |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionResult.compareTo(PartitionResult other) |
| Modifier and Type | Method and Description |
|---|---|
ResponseCommon |
ResponseCommon.setFailed_parts(List<PartitionResult> failed_parts) |
ResponseCommon.Builder |
ResponseCommon.Builder.setFailed_parts(List<PartitionResult> failed_parts) |
| Constructor and Description |
|---|
PartitionResult(PartitionResult other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ResponseCommon(List<PartitionResult> failed_parts,
long latency_in_us) |
ResponseCommon(List<PartitionResult> failed_parts,
long latency_in_us,
Map<String,Integer> latency_detail_us) |
Copyright © 2022. All rights reserved.