com.hazelcast.quorum
Interface QuorumService
- All Known Implementing Classes:
- QuorumServiceImpl
public interface QuorumService
Quorum service can be used to trigger cluster quorums at any time.
Normally quorums are done when any change happens on the member list.
getQuorum
Quorum getQuorum(String quorumName)
throws IllegalArgumentException
- Returns the
Quorum
instance for a given quorum name.
- Parameters:
quorumName
- name of the quorum
- Returns:
Quorum
- Throws:
IllegalArgumentException
- if no quorum found for given name
NullPointerException
- if quorumName is null
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.