public interface QuorumService
Modifier and Type | Method and Description |
---|---|
Quorum |
getQuorum(String quorumName)
Returns the
Quorum instance for a given quorum name. |
Quorum getQuorum(String quorumName) throws IllegalArgumentException
Quorum
instance for a given quorum name.quorumName
- name of the quorumQuorum
IllegalArgumentException
- if no quorum found for given nameNullPointerException
- if quorumName is nullCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.