public interface QuorumService
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 © 2016 Hazelcast, Inc.. All Rights Reserved.