|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LockManager in com.atlassian.util.concurrent |
---|
Methods in com.atlassian.util.concurrent that return LockManager | ||
---|---|---|
static
|
LockManagers.weakLockManager(Function<T,D> stripeFunction)
Convenience method that simply calls LockManagers.weakLockManager(Function, int) with
a default initial capacity of 128. |
|
static
|
LockManagers.weakLockManager(Function<T,D> stripeFunction,
int initialCapacity)
The particular Lock is resolved using a Function that resolves to a
descriptor used to look up a Lock instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |