| Package | Description |
|---|---|
| <Unnamed> |
| Modifier and Type | Field and Description |
|---|---|
SendCheckpointRequest |
RaftexService.startSendCheckpoint_args.req |
SendCheckpointRequest |
RaftexService.endSendCheckpoint_args.req |
| Modifier and Type | Method and Description |
|---|---|
SendCheckpointRequest |
SendCheckpointRequest.Builder.build() |
SendCheckpointRequest |
SendCheckpointRequest.deepCopy() |
SendCheckpointRequest |
RaftexService.startSendCheckpoint_args.getReq() |
SendCheckpointRequest |
RaftexService.endSendCheckpoint_args.getReq() |
SendCheckpointRequest |
SendCheckpointRequest.setCurrent_term(long current_term) |
SendCheckpointRequest |
SendCheckpointRequest.setLeader_addr(String leader_addr) |
SendCheckpointRequest |
SendCheckpointRequest.setLeader_port(int leader_port) |
SendCheckpointRequest |
SendCheckpointRequest.setPart(int part) |
SendCheckpointRequest |
SendCheckpointRequest.setSpace(int space) |
SendCheckpointRequest |
SendCheckpointRequest.setSuccess(boolean success) |
| Modifier and Type | Method and Description |
|---|---|
int |
SendCheckpointRequest.compareTo(SendCheckpointRequest other) |
EndSendCheckpointResponse |
RaftexService.Iface.endSendCheckpoint(SendCheckpointRequest req) |
EndSendCheckpointResponse |
RaftexService.Client.endSendCheckpoint(SendCheckpointRequest req) |
void |
RaftexService.AsyncIface.endSendCheckpoint(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
RaftexService.AsyncClient.endSendCheckpoint(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler52) |
void |
RaftexService.Client.send_endSendCheckpoint(SendCheckpointRequest req) |
void |
RaftexService.Client.send_startSendCheckpoint(SendCheckpointRequest req) |
RaftexService.startSendCheckpoint_args |
RaftexService.startSendCheckpoint_args.setReq(SendCheckpointRequest req) |
RaftexService.endSendCheckpoint_args |
RaftexService.endSendCheckpoint_args.setReq(SendCheckpointRequest req) |
StartSendCheckpointResponse |
RaftexService.Iface.startSendCheckpoint(SendCheckpointRequest req) |
StartSendCheckpointResponse |
RaftexService.Client.startSendCheckpoint(SendCheckpointRequest req) |
void |
RaftexService.AsyncIface.startSendCheckpoint(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
RaftexService.AsyncClient.startSendCheckpoint(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler47) |
| Constructor and Description |
|---|
endSendCheckpoint_args(SendCheckpointRequest req) |
endSendCheckpoint_call(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler53,
com.facebook.thrift.async.TAsyncClient client49,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory50,
com.facebook.thrift.transport.TNonblockingTransport transport51) |
SendCheckpointRequest(SendCheckpointRequest other)
Performs a deep copy on other.
|
startSendCheckpoint_args(SendCheckpointRequest req) |
startSendCheckpoint_call(SendCheckpointRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler48,
com.facebook.thrift.async.TAsyncClient client44,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory45,
com.facebook.thrift.transport.TNonblockingTransport transport46) |
Copyright © 2024. All rights reserved.