| 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 |
|---|---|
| CompositeDateFormat |
CompositeDateFormat attempts to parse dates using several known date format patterns
and formats dates using
ResqueDateFormatThreadLocal.getInstance(). |
| ConcurrentHashSet<E> |
An implementation of ConcurrentSet that is backed by a ConcurrentHashMap.
|
| JedisUtils |
A collection of utilities for Redis connections.
|
| 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-2015. All Rights Reserved.