QuorumCheck. 
 but keep this for a while as old quorum checks might be persisted.@Deprecated public interface QuorumCheck extends QuorumCheck
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | QuorumCheck.NumericQuorumCheckDeprecated. 
 since 0.7.0 use  QuorumCheck. 
 but keep this until we have a transition defined. | 
| static class  | QuorumCheck.QuorumChecksDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isQuorate(int sizeHealthy,
         int totalSize)Deprecated.  | 
boolean isQuorate(int sizeHealthy,
                int totalSize)
isQuorate in interface QuorumChecksizeHealthy - Number of healthy memberstotalSize - Total number of members one would expect to be healthy (i.e. ignoring stopped members)