FBA class
Methods
-
isQuorum(Set<String> nodes)
→ bool
-
Check whether nodes form a quorum: each node must have at least one slice
fully contained in nodes.
-
localQuorum(String node, Set<String> candidates)
→ Set<String>?
-
Find a minimal local quorum for a given node by picking one slice that is
fully satisfied within candidates, if any.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateStructure()
→ bool
-
Validate slices structure (no empty slices, nodes referenced exist)