| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
HostStatus |
ListenerInfo.status |
HostStatus |
HostItem.status |
| Modifier and Type | Method and Description |
|---|---|
static HostStatus |
HostStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
HostStatus |
ListenerInfo.getStatus() |
HostStatus |
HostItem.getStatus() |
static HostStatus |
HostStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostStatus[] |
HostStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerInfo |
ListenerInfo.setStatus(HostStatus status) |
ListenerInfo.Builder |
ListenerInfo.Builder.setStatus(HostStatus status) |
HostItem |
HostItem.setStatus(HostStatus status) |
HostItem.Builder |
HostItem.Builder.setStatus(HostStatus status) |
| Constructor and Description |
|---|
HostItem(HostAddr hostAddr,
HostStatus status,
Map<byte[],List<Integer>> leader_parts,
Map<byte[],List<Integer>> all_parts,
HostRole role,
byte[] git_info_sha) |
HostItem(HostAddr hostAddr,
HostStatus status,
Map<byte[],List<Integer>> leader_parts,
Map<byte[],List<Integer>> all_parts,
HostRole role,
byte[] git_info_sha,
byte[] zone_name,
byte[] version) |
ListenerInfo(ListenerType type,
HostAddr host,
int part_id,
HostStatus status) |
Copyright © 2022. All rights reserved.