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.
|
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.
Copyright © 2023. All Rights Reserved.