| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<DrainerInfo> |
ListDrainersResp.drainers |
| Modifier and Type | Method and Description |
|---|---|
DrainerInfo |
DrainerInfo.Builder.build() |
DrainerInfo |
DrainerInfo.deepCopy() |
DrainerInfo |
DrainerInfo.setHost(HostAddr host) |
DrainerInfo |
DrainerInfo.setStatus(HostStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<DrainerInfo> |
ListDrainersResp.getDrainers() |
| Modifier and Type | Method and Description |
|---|---|
int |
DrainerInfo.compareTo(DrainerInfo other) |
| Modifier and Type | Method and Description |
|---|---|
ListDrainersResp |
ListDrainersResp.setDrainers(List<DrainerInfo> drainers) |
ListDrainersResp.Builder |
ListDrainersResp.Builder.setDrainers(List<DrainerInfo> drainers) |
| Constructor and Description |
|---|
DrainerInfo(DrainerInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListDrainersResp(ErrorCode code,
HostAddr leader,
List<DrainerInfo> drainers) |
Copyright © 2024. All rights reserved.