Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
protected class |
PEER_LOCK.PeerLock
Deprecated.
Lock implementation which grants a lock when all non faulty cluster members OK it.
|
Modifier and Type | Field and Description |
---|---|
protected Locking.ClientLock |
Locking.ClientCondition.lock |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Locking.ClientLock> |
Locking.ClientLockTable.pending_release_reqs |
protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.table |
Modifier and Type | Method and Description |
---|---|
protected Locking.ClientLock |
PEER_LOCK.createLock(java.lang.String lock_name)
Deprecated.
|
protected Locking.ClientLock |
Locking.createLock(java.lang.String lock_name,
Owner owner) |
protected Locking.ClientLock |
Locking.getLock(java.lang.String name) |
protected Locking.ClientLock |
Locking.getLock(java.lang.String name,
boolean create_if_absent) |
protected Locking.ClientLock |
Locking.ClientLockTable.getLock(java.lang.String name,
Owner owner,
boolean create_if_absent) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<java.util.Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.values() |
Modifier and Type | Method and Description |
---|---|
void |
Locking.ClientLockTable.addToPendingReleaseRequests(Locking.ClientLock cl) |
int |
Locking.ClientLock.compareTo(Locking.ClientLock o) |
void |
Locking.ClientLockTable.removeFromPendingReleaseRequests(Locking.ClientLock cl) |
Constructor and Description |
---|
ClientCondition(Locking.ClientLock lock) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.