| Package | Description |
|---|---|
| <Unnamed> |
| Modifier and Type | Field and Description |
|---|---|
SendSnapshotRequest |
RaftexService.sendSnapshot_args.req |
| Modifier and Type | Method and Description |
|---|---|
SendSnapshotRequest |
SendSnapshotRequest.Builder.build() |
SendSnapshotRequest |
SendSnapshotRequest.deepCopy() |
SendSnapshotRequest |
RaftexService.sendSnapshot_args.getReq() |
SendSnapshotRequest |
SendSnapshotRequest.setCommitted_log_id(long committed_log_id) |
SendSnapshotRequest |
SendSnapshotRequest.setCommitted_log_term(long committed_log_term) |
SendSnapshotRequest |
SendSnapshotRequest.setDone(boolean done) |
SendSnapshotRequest |
SendSnapshotRequest.setLeader_addr(String leader_addr) |
SendSnapshotRequest |
SendSnapshotRequest.setLeader_port(int leader_port) |
SendSnapshotRequest |
SendSnapshotRequest.setPart(int part) |
SendSnapshotRequest |
SendSnapshotRequest.setRows(List<byte[]> rows) |
SendSnapshotRequest |
SendSnapshotRequest.setSpace(int space) |
SendSnapshotRequest |
SendSnapshotRequest.setTerm(long term) |
SendSnapshotRequest |
SendSnapshotRequest.setTotal_count(long total_count) |
SendSnapshotRequest |
SendSnapshotRequest.setTotal_size(long total_size) |
| Modifier and Type | Method and Description |
|---|---|
int |
SendSnapshotRequest.compareTo(SendSnapshotRequest other) |
void |
RaftexService.Client.send_sendSnapshot(SendSnapshotRequest req) |
SendSnapshotResponse |
RaftexService.Iface.sendSnapshot(SendSnapshotRequest req) |
SendSnapshotResponse |
RaftexService.Client.sendSnapshot(SendSnapshotRequest req) |
void |
RaftexService.AsyncIface.sendSnapshot(SendSnapshotRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
RaftexService.AsyncClient.sendSnapshot(SendSnapshotRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler26) |
RaftexService.sendSnapshot_args |
RaftexService.sendSnapshot_args.setReq(SendSnapshotRequest req) |
| Constructor and Description |
|---|
sendSnapshot_args(SendSnapshotRequest req) |
sendSnapshot_call(SendSnapshotRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler27,
com.facebook.thrift.async.TAsyncClient client23,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory24,
com.facebook.thrift.transport.TNonblockingTransport transport25) |
SendSnapshotRequest(SendSnapshotRequest other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.