| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
ListenerType |
RemoveListenerReq.type |
ListenerType |
ListenerInfo.type |
ListenerType |
AddListenerReq.type |
| Modifier and Type | Method and Description |
|---|---|
static ListenerType |
ListenerType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ListenerType |
RemoveListenerReq.getType() |
ListenerType |
ListenerInfo.getType() |
ListenerType |
AddListenerReq.getType() |
static ListenerType |
ListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerType[] |
ListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveListenerReq |
RemoveListenerReq.setType(ListenerType type) |
RemoveListenerReq.Builder |
RemoveListenerReq.Builder.setType(ListenerType type) |
ListenerInfo |
ListenerInfo.setType(ListenerType type) |
ListenerInfo.Builder |
ListenerInfo.Builder.setType(ListenerType type) |
AddListenerReq |
AddListenerReq.setType(ListenerType type) |
AddListenerReq.Builder |
AddListenerReq.Builder.setType(ListenerType type) |
| Constructor and Description |
|---|
AddListenerReq(int space_id,
ListenerType type,
List<HostAddr> hosts) |
ListenerInfo(ListenerType type,
HostAddr host,
int part_id,
HostStatus status) |
RemoveListenerReq(int space_id,
ListenerType type) |
Copyright © 2022. All rights reserved.