| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
HBReq |
MetaService.heartBeat_args.req |
| Modifier and Type | Method and Description |
|---|---|
HBReq |
HBReq.Builder.build() |
HBReq |
HBReq.deepCopy() |
HBReq |
MetaService.heartBeat_args.getReq() |
HBReq |
HBReq.setCluster_id(long cluster_id) |
HBReq |
HBReq.setDir(DirInfo dir) |
HBReq |
HBReq.setDisk_parts(Map<Integer,Map<byte[],PartitionList>> disk_parts) |
HBReq |
HBReq.setGit_info_sha(byte[] git_info_sha) |
HBReq |
HBReq.setHost(HostAddr host) |
HBReq |
HBReq.setLeader_partIds(Map<Integer,List<LeaderInfo>> leader_partIds) |
HBReq |
HBReq.setRole(HostRole role) |
HBReq |
HBReq.setVersion(byte[] version) |
| Modifier and Type | Method and Description |
|---|---|
int |
HBReq.compareTo(HBReq other) |
HBResp |
MetaService.Iface.heartBeat(HBReq req) |
HBResp |
MetaService.Client.heartBeat(HBReq req) |
void |
MetaService.AsyncIface.heartBeat(HBReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.heartBeat(HBReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler703) |
void |
MetaService.Client.send_heartBeat(HBReq req) |
MetaService.heartBeat_args |
MetaService.heartBeat_args.setReq(HBReq req) |
| Constructor and Description |
|---|
HBReq(HBReq other)
Performs a deep copy on other.
|
heartBeat_args(HBReq req) |
heartBeat_call(HBReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler704,
com.facebook.thrift.async.TAsyncClient client700,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory701,
com.facebook.thrift.transport.TNonblockingTransport transport702) |
Copyright © 2022. All rights reserved.