Uses of Interface
org.jgroups.blocks.VoteResponseProcessor
-
Packages that use VoteResponseProcessor Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of VoteResponseProcessor in org.jgroups.blocks
Classes in org.jgroups.blocks that implement VoteResponseProcessor Modifier and Type Class Description classDistributedLockManagerDistributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.classVotingAdapterVoting adapter provides a voting functionality for an application.Methods in org.jgroups.blocks with parameters of type VoteResponseProcessor Modifier and Type Method Description booleanTwoPhaseVotingAdapter. vote(java.lang.Object decree, long timeout, VoteResponseProcessor voteResponseProcessor)Performs the two-phase voting on the decree.booleanVotingAdapter. vote(java.lang.Object decree, int consensusType, long timeout, VoteResponseProcessor voteResponseProcessor)Performs actual voting on the VoteChannel using the JGroups facilities for communication.booleanVotingAdapter. vote(java.lang.Object decree, long timeout, VoteResponseProcessor voteResponseProcessor)Vote on the specified decree requiring all nodes to vote.
-