| 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 ConcurrentMap<String,Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.table |
| Modifier and Type | Method and Description |
|---|---|
protected Locking.ClientLock |
PEER_LOCK.createLock(String lock_name)
Deprecated.
|
protected Locking.ClientLock |
Locking.createLock(String lock_name,
Owner owner) |
protected Locking.ClientLock |
Locking.getLock(String name) |
protected Locking.ClientLock |
Locking.getLock(String name,
boolean create_if_absent) |
protected Locking.ClientLock |
Locking.ClientLockTable.getLock(String name,
Owner owner,
boolean create_if_absent) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.values() |
| Constructor and Description |
|---|
ClientCondition(Locking.ClientLock lock) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.