| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
HBResp |
MetaService.heartBeat_result.success |
| Modifier and Type | Method and Description |
|---|---|
HBResp |
HBResp.Builder.build() |
HBResp |
HBResp.deepCopy() |
HBResp |
MetaService.AsyncClient.heartBeat_call.getResult() |
HBResp |
MetaService.heartBeat_result.getSuccess() |
HBResp |
MetaService.Iface.heartBeat(HBReq req) |
HBResp |
MetaService.Client.heartBeat(HBReq req) |
HBResp |
MetaService.Client.recv_heartBeat() |
HBResp |
HBResp.setCluster_id(long cluster_id) |
HBResp |
HBResp.setCode(ErrorCode code) |
HBResp |
HBResp.setLast_update_time_in_ms(long last_update_time_in_ms) |
HBResp |
HBResp.setLeader(HostAddr leader) |
HBResp |
HBResp.setMeta_version(int meta_version) |
| Modifier and Type | Method and Description |
|---|---|
int |
HBResp.compareTo(HBResp other) |
MetaService.heartBeat_result |
MetaService.heartBeat_result.setSuccess(HBResp success) |
| Constructor and Description |
|---|
HBResp(HBResp other)
Performs a deep copy on other.
|
heartBeat_result(HBResp success) |
Copyright © 2022. All rights reserved.