| Interface | Description |
|---|---|
| ConcurrentSet<E> |
An interface that denotes the implementation of Set is thread-safe.
It adds no new methods. |
| PoolUtils.PoolWork<T,V> |
A unit of work that utilizes a pooled resource.
|
| ResqueConstants |
Constants used by Resque.
|
| Class | Description |
|---|---|
| ConcurrentHashSet<E> |
An implementation of ConcurrentSet that is backed by a ConcurrentHashMap.
|
| JedisUtils | |
| JesqueUtils |
Miscellaneous utilities.
|
| PoolUtils |
Convenience methods for doing work with pooled resources.
|
| ReflectionUtils |
Reflection utilities.
|
| ResqueDateFormatThreadLocal |
Provides DateFormats configured for use with Resque.
|
| VersionUtils |
Grabs the version number from the Maven metadata.
|
| Exception | Description |
|---|---|
| AmbiguousConstructorException |
Thrown when there is more than one matching Constructor is found.
|
| NoSuchConstructorException |
Thrown when the specified constructor could not be found.
|
Copyright © 2011-2013. All Rights Reserved.