public static final class JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub>
This interface contains journal master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
protected JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
GetQuorumInfoPResponse |
getQuorumInfo(GetQuorumInfoPRequest request)
Gets list of server states in an embedded journal quorum.
|
RemoveQuorumServerPResponse |
removeQuorumServer(RemoveQuorumServerPRequest request)
Removes a server from embedded journal quorum.
|
ResetPrioritiesPResponse |
resetPriorities(ResetPrioritiesPRequest request)
Reset all the RaftPeer priorities.
|
TransferLeadershipPResponse |
transferLeadership(TransferLeadershipPRequest request)
Transfers the leadership from the current leader to another designated leader.
|
protected JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<JournalMasterClientServiceGrpc.JournalMasterClientServiceBlockingStub>
public GetQuorumInfoPResponse getQuorumInfo(GetQuorumInfoPRequest request)
Gets list of server states in an embedded journal quorum.
public RemoveQuorumServerPResponse removeQuorumServer(RemoveQuorumServerPRequest request)
Removes a server from embedded journal quorum.
public TransferLeadershipPResponse transferLeadership(TransferLeadershipPRequest request)
Transfers the leadership from the current leader to another designated leader.
public ResetPrioritiesPResponse resetPriorities(ResetPrioritiesPRequest request)
Reset all the RaftPeer priorities.
Copyright © 2023. All Rights Reserved.