Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.invocation | |
org.jboss.cache.lock | |
org.jboss.cache.mvcc |
Modifier and Type | Method and Description |
---|---|
NodeLock |
NodeSPI.getLock()
Deprecated.
this will be removed in 3.0.0. Please use methods on the
LockManager to lock and unlock nodes. |
NodeLock |
InternalNode.getLock() |
Modifier and Type | Method and Description |
---|---|
NodeLock |
NodeInvocationDelegate.getLock() |
Modifier and Type | Class and Description |
---|---|
class |
IdentityLock
Deprecated.
will be removed when we drop support for Pessimistic Locking and Optimistic Locking
|
Modifier and Type | Method and Description |
---|---|
Set<NodeLock> |
IdentityLock.acquireAll(Object caller,
long timeout,
LockType lock_type)
Deprecated.
|
Set<NodeLock> |
NodeLock.acquireAll(Object caller,
long timeout,
LockType lock_type)
Deprecated.
Recursively acquire locks for this node and all subnodes, including internal Fqns such as buddy backup subtrees.
|
Set<NodeLock> |
IdentityLock.acquireAll(Object caller,
long timeout,
LockType lock_type,
boolean excludeInternalFqns)
Deprecated.
|
Set<NodeLock> |
NodeLock.acquireAll(Object caller,
long timeout,
LockType lock_type,
boolean excludeInternalFqns)
Deprecated.
Same as the overloaded
acquire(Object, long, LockType) except that you can
optionally specify that internal Fqns - such as buddy backup subtrees - can be excluded when acquiring locks. |
Modifier and Type | Method and Description |
---|---|
NodeLock |
NodeReference.getLock() |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.