程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 类和说明 |
---|---|
protected class |
PEER_LOCK.PeerLock
Lock implementation which grants a lock when all non faulty cluster members OK it.
|
限定符和类型 | 字段和说明 |
---|---|
protected Locking.ClientLock |
Locking.ClientCondition.lock |
限定符和类型 | 字段和说明 |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.table |
限定符和类型 | 方法和说明 |
---|---|
protected Locking.ClientLock |
PEER_LOCK.createLock(java.lang.String lock_name) |
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) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.Collection<java.util.Map<Owner,Locking.ClientLock>> |
Locking.ClientLockTable.values() |
构造器和说明 |
---|
Locking.ClientCondition(Locking.ClientLock lock) |