Uses of Class
org.jgroups.blocks.VotingAdapter.VoteResult
-
Packages that use VotingAdapter.VoteResult Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of VotingAdapter.VoteResult in org.jgroups.blocks
Subclasses of VotingAdapter.VoteResult in org.jgroups.blocks Modifier and Type Class Description static class
VotingAdapter.FailureVoteResult
Class that represents a result of local voting on the failed node.Methods in org.jgroups.blocks that return VotingAdapter.VoteResult Modifier and Type Method Description VotingAdapter.VoteResult
VotingAdapter. localVote(java.lang.Object decree)
This method performs voting on the specific decree between all local voteListeners.
-