public class QuorumImpl extends Object implements Quorum
QuorumImpl
can be used to notify quorum service for a particular quorum result that originated externally.
IMPORTANT: The term "quorum" simply refers to the count of members in the cluster required for an operation to succeed.
It does NOT refer to an implementation of Paxos or Raft protocols as used in many NoSQL and distributed systems.
The mechanism it provides in Hazelcast protects the user in case the number of nodes in a cluster drops below the
specified one.Modifier and Type | Method and Description |
---|---|
QuorumConfig |
getConfig() |
String |
getName() |
int |
getSize() |
boolean |
isPresent()
Returns true if quorum is present, false if absent.
|
String |
toString() |
public String getName()
public int getSize()
public QuorumConfig getConfig()
public boolean isPresent()
Quorum
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.