Package io.atomix.raft.utils
Class Quorum
java.lang.Object
io.atomix.raft.utils.Quorum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Quorum
-
-
Method Details
-
succeed
Indicates that a call in the quorum succeeded. -
fail
Indicates that a call in the quorum failed. -
cancel
public void cancel()Cancels the quorum. Once this method has been called, the quorum will be marked complete and the handler will never be called.
-