public interface RaftServerProtocol
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
RaftServerProtocol.Op |
org.apache.ratis.proto.RaftProtos.RequestVoteReplyProto requestVote(org.apache.ratis.proto.RaftProtos.RequestVoteRequestProto request) throws IOException
IOExceptionorg.apache.ratis.proto.RaftProtos.AppendEntriesReplyProto appendEntries(org.apache.ratis.proto.RaftProtos.AppendEntriesRequestProto request) throws IOException
IOExceptionorg.apache.ratis.proto.RaftProtos.InstallSnapshotReplyProto installSnapshot(org.apache.ratis.proto.RaftProtos.InstallSnapshotRequestProto request) throws IOException
IOExceptionorg.apache.ratis.proto.RaftProtos.StartLeaderElectionReplyProto startLeaderElection(org.apache.ratis.proto.RaftProtos.StartLeaderElectionRequestProto request) throws IOException
IOExceptionCopyright © 2017–2025 The Apache Software Foundation. All rights reserved.