Uses of Interface
com.atlassian.util.concurrent.LockManager

Uses of LockManager in com.atlassian.util.concurrent
 

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



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.