| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,DrainerClientInfo> |
ListListenerDrainersResp.drainerClients |
| Modifier and Type | Method and Description |
|---|---|
DrainerClientInfo |
DrainerClientInfo.Builder.build() |
DrainerClientInfo |
DrainerClientInfo.deepCopy() |
DrainerClientInfo |
DrainerClientInfo.setHost(HostAddr host) |
DrainerClientInfo |
DrainerClientInfo.setSpace_name(byte[] space_name) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DrainerClientInfo> |
ListListenerDrainersResp.getDrainerClients() |
| Modifier and Type | Method and Description |
|---|---|
int |
DrainerClientInfo.compareTo(DrainerClientInfo other) |
| Modifier and Type | Method and Description |
|---|---|
ListListenerDrainersResp |
ListListenerDrainersResp.setDrainerClients(Map<Integer,DrainerClientInfo> drainerClients) |
ListListenerDrainersResp.Builder |
ListListenerDrainersResp.Builder.setDrainerClients(Map<Integer,DrainerClientInfo> drainerClients) |
| Constructor and Description |
|---|
DrainerClientInfo(DrainerClientInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListListenerDrainersResp(ErrorCode code,
HostAddr leader,
Map<Integer,DrainerClientInfo> drainerClients) |
Copyright © 2024. All rights reserved.