public class GrpcAdminProtocolService extends org.apache.ratis.proto.grpc.AdminProtocolServiceGrpc.AdminProtocolServiceImplBase
| 构造器和说明 |
|---|
GrpcAdminProtocolService(AdminAsynchronousProtocol protocol) |
bindServicepublic GrpcAdminProtocolService(AdminAsynchronousProtocol protocol)
public void groupManagement(org.apache.ratis.proto.RaftProtos.GroupManagementRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.RaftClientReplyProto> responseObserver)
public void groupList(org.apache.ratis.proto.RaftProtos.GroupListRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.GroupListReplyProto> responseObserver)
public void groupInfo(org.apache.ratis.proto.RaftProtos.GroupInfoRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.GroupInfoReplyProto> responseObserver)
public void setConfiguration(org.apache.ratis.proto.RaftProtos.SetConfigurationRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.RaftClientReplyProto> responseObserver)
public void transferLeadership(org.apache.ratis.proto.RaftProtos.TransferLeadershipRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.RaftClientReplyProto> responseObserver)
public void snapshotManagement(org.apache.ratis.proto.RaftProtos.SnapshotManagementRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.RaftClientReplyProto> responseObserver)
public void leaderElectionManagement(org.apache.ratis.proto.RaftProtos.LeaderElectionManagementRequestProto proto, org.apache.ratis.thirdparty.io.grpc.stub.StreamObserver<org.apache.ratis.proto.RaftProtos.RaftClientReplyProto> responseObserver)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.