public class QuorumImpl extends Object implements Quorum
QuorumImpl
can be used to notify quorum service for a particular quorum result that originated externally.Constructor and Description |
---|
QuorumImpl(QuorumConfig config,
NodeEngineImpl nodeEngine) |
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 QuorumImpl(QuorumConfig config, NodeEngineImpl nodeEngine)
public String getName()
public int getSize()
public QuorumConfig getConfig()
public boolean isPresent()
Quorum
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.