public interface JournalMasterClient extends Closeable
Modifier and Type | Method and Description |
---|---|
GetQuorumInfoPResponse |
getQuorumInfo()
Quorum information for participating servers in journal.
|
void |
removeQuorumServer(NetAddress serverAddress)
Removes a server from journal quorum.
|
GetQuorumInfoPResponse getQuorumInfo() throws AlluxioStatusException
AlluxioStatusException
void removeQuorumServer(NetAddress serverAddress) throws AlluxioStatusException
serverAddress
- server address to remove from quorumAlluxioStatusException
Copyright © 2023. All Rights Reserved.