Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedLockManager
Deprecated.
Succeessor is
LockService . |
class |
VotingAdapter
Voting adapter provides a voting functionality for an application.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VotingAdapter.vote(Object decree,
int consensusType,
long timeout,
VoteResponseProcessor voteResponseProcessor)
Performs actual voting on the VoteChannel using the JGroups
facilities for communication.
|
boolean |
TwoPhaseVotingAdapter.vote(Object decree,
long timeout,
VoteResponseProcessor voteResponseProcessor)
Performs the two-phase voting on the decree.
|
boolean |
VotingAdapter.vote(Object decree,
long timeout,
VoteResponseProcessor voteResponseProcessor)
Vote on the specified decree requiring all nodes to vote.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.