public class MajorityIncludingSelfQuorum extends Object
| Constructor and Description |
|---|
MajorityIncludingSelfQuorum() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isQuorum(int clusterSize,
int countNotIncludingSelf) |
static boolean |
isQuorum(int minQuorum,
int clusterSize,
int countNotIncludingSelf) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.