Uses of Class
org.jgroups.blocks.VotingAdapter
-
Packages that use VotingAdapter Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of VotingAdapter in org.jgroups.blocks
Methods in org.jgroups.blocks that return VotingAdapter Modifier and Type Method Description VotingAdapter
TwoPhaseVotingAdapter. getVoteChannel()
Constructors in org.jgroups.blocks with parameters of type VotingAdapter Constructor Description DistributedLockManager(VotingAdapter voteChannel, java.lang.Object id)
Create instance of this class.TwoPhaseVotingAdapter(VotingAdapter voteChannel)
Creats an instance of the class.
-