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

Uses of Function in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent with parameters of type Function
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.