| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<IndexStatus> |
ListIndexStatusResp.statuses |
| Modifier and Type | Method and Description |
|---|---|
IndexStatus |
IndexStatus.Builder.build() |
IndexStatus |
IndexStatus.deepCopy() |
IndexStatus |
IndexStatus.setName(byte[] name) |
IndexStatus |
IndexStatus.setStatus(byte[] status) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexStatus> |
ListIndexStatusResp.getStatuses() |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexStatus.compareTo(IndexStatus other) |
| Modifier and Type | Method and Description |
|---|---|
ListIndexStatusResp |
ListIndexStatusResp.setStatuses(List<IndexStatus> statuses) |
ListIndexStatusResp.Builder |
ListIndexStatusResp.Builder.setStatuses(List<IndexStatus> statuses) |
| Constructor and Description |
|---|
IndexStatus(IndexStatus other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListIndexStatusResp(ErrorCode code,
HostAddr leader,
List<IndexStatus> statuses) |
Copyright © 2022. All rights reserved.