- AbstractAdminClient - Class in net.greghaines.jesque.admin
-
Common logic for AdminClient implementations.
- AbstractAdminClient(Config) - Constructor for class net.greghaines.jesque.admin.AbstractAdminClient
-
- AbstractClient - Class in net.greghaines.jesque.client
-
Common logic for Client implementations.
- AbstractClient(Config) - Constructor for class net.greghaines.jesque.client.AbstractClient
-
- acquireLock(String, String, Integer) - Method in class net.greghaines.jesque.client.AbstractClient
-
- acquireLock(String, String, Integer) - Method in interface net.greghaines.jesque.client.Client
-
A non blocking lock utilizing Redis to create a lock that can be utilized by distributed servers.
- add(E) - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- addAll(Collection<? extends E>) - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- addJobType(String, Class<?>) - Method in class net.greghaines.jesque.admin.AdminImpl
-
- addJobType(String, Class<?>) - Method in interface net.greghaines.jesque.worker.JobExecutor
-
Allow the given job type to be executed.
- addJobType(String, Class<?>) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- addJobType(String, Class<?>) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- addListener(WorkerListener) - Method in interface net.greghaines.jesque.worker.WorkerEventEmitter
-
Register a WorkerListener for all WorkerEvents.
- addListener(WorkerListener, WorkerEvent...) - Method in interface net.greghaines.jesque.worker.WorkerEventEmitter
-
Register a WorkerListener for the specified WorkerEvents.
- addListener(WorkerListener) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- addListener(WorkerListener, WorkerEvent...) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- addListener(WorkerListener) - Method in class net.greghaines.jesque.worker.WorkerListenerDelegate
-
- addListener(WorkerListener, WorkerEvent...) - Method in class net.greghaines.jesque.worker.WorkerListenerDelegate
-
- addListener(WorkerListener) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- addListener(WorkerListener, WorkerEvent...) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- addQueue(String) - Method in interface net.greghaines.jesque.worker.Worker
-
Poll the given queue.
- addQueue(String) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- addQueue(String) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- Admin - Interface in net.greghaines.jesque.admin
-
- ADMIN_CHANNEL - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
Default channel for admin jobs
- AdminClient - Interface in net.greghaines.jesque.admin
-
An AdminClient publishes jobs to channels.
- AdminClientImpl - Class in net.greghaines.jesque.admin
-
- AdminClientImpl(Config) - Constructor for class net.greghaines.jesque.admin.AdminClientImpl
-
Create a new AdminClientImpl, which creates it's own connection to Redis using values from the config.
- AdminClientImpl(Config, boolean) - Constructor for class net.greghaines.jesque.admin.AdminClientImpl
-
Create a new AdminClientImpl, which creates it's own connection to Redis using values from the config.
- AdminClientImpl(Config, long, long, TimeUnit) - Constructor for class net.greghaines.jesque.admin.AdminClientImpl
-
Create a new AdminClientImpl, which creates it's own connection to Redis using values from the config and
spawns a thread to ensure the connection stays open.
- AdminImpl - Class in net.greghaines.jesque.admin
-
- AdminImpl(Config) - Constructor for class net.greghaines.jesque.admin.AdminImpl
-
- AdminImpl(Config, Set<String>, Map<String, ? extends Class<?>>) - Constructor for class net.greghaines.jesque.admin.AdminImpl
-
- AdminImpl.PubSubListener - Class in net.greghaines.jesque.admin
-
- AdminImpl.PubSubListener() - Constructor for class net.greghaines.jesque.admin.AdminImpl.PubSubListener
-
- ALL_QUEUES - Static variable in interface net.greghaines.jesque.worker.Worker
-
Special value to tell a Worker to poll all currently available queues.
- AmbiguousConstructorException - Exception in net.greghaines.jesque.utils
-
Thrown when there is more than one matching Constructor is found.
- AmbiguousConstructorException(String) - Constructor for exception net.greghaines.jesque.utils.AmbiguousConstructorException
-
Create a new AmbiguousConstructorException with only a message.
- AmbiguousConstructorException(Class<?>, Object[], Set<Constructor<?>>) - Constructor for exception net.greghaines.jesque.utils.AmbiguousConstructorException
-
Create a new AmbiguousConstructorException with the possible Constructor options.
- ARRAY_SUFFIX - Static variable in class net.greghaines.jesque.utils.ReflectionUtils
-
Suffix for array class names: "[]"
- call() - Method in class net.greghaines.jesque.worker.WorkerImplFactory
-
Create a new WorkerImpl using the arguments provided to this factory's constructor.
- CHANNEL - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- checkChannels(Iterable<String>) - Static method in class net.greghaines.jesque.admin.AdminImpl
-
Verify that the given channels are all valid.
- checkJobType(String, Class<?>) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Determine if a job name and job type are valid.
- checkJobTypes(Map<String, ? extends Class<?>>) - Method in class net.greghaines.jesque.admin.AdminImpl
-
Verify the given job types are all valid.
- checkJobTypes(Map<String, ? extends Class<?>>) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Verify the given job types are all valid.
- checkPaused() - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Checks to see if worker is paused.
- checkQueues(Iterable<String>) - Static method in class net.greghaines.jesque.worker.WorkerImpl
-
Verify that the given queues are all valid.
- clear() - Method in interface net.greghaines.jesque.meta.dao.FailureDAO
-
- clear() - Method in class net.greghaines.jesque.meta.dao.impl.FailureDAORedisImpl
-
- clear() - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- Client - Interface in net.greghaines.jesque.client
-
A Client allows Jobs to be enqueued for execution by Workers.
- ClientImpl - Class in net.greghaines.jesque.client
-
Basic implementation of the Client interface.
- ClientImpl(Config) - Constructor for class net.greghaines.jesque.client.ClientImpl
-
Create a new ClientImpl, which creates it's own connection to Redis using values from the config.
- ClientImpl(Config, boolean) - Constructor for class net.greghaines.jesque.client.ClientImpl
-
Create a new ClientImpl, which creates it's own connection to Redis using values from the config.
- ClientImpl(Config, long, long, TimeUnit) - Constructor for class net.greghaines.jesque.client.ClientImpl
-
Create a new ClientImpl, which creates it's own connection to Redis using values from the config and
spawns a thread to ensure the connection stays open.
- ClientPoolImpl - Class in net.greghaines.jesque.client
-
A Client implementation that gets its connection to Redis from a connection pool.
- ClientPoolImpl(Config, Pool<Jedis>) - Constructor for class net.greghaines.jesque.client.ClientPoolImpl
-
Create a ClientPoolImpl.
- COLON - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- compareTo(KeyInfo) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- compareTo(QueueInfo) - Method in class net.greghaines.jesque.meta.QueueInfo
-
- compareTo(WorkerInfo) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- ConcurrentHashSet<E> - Class in net.greghaines.jesque.utils
-
An implementation of ConcurrentSet that is backed by a ConcurrentHashMap.
- ConcurrentHashSet() - Constructor for class net.greghaines.jesque.utils.ConcurrentHashSet
-
Creates a new, empty set with a default initial capacity (16), load factor (0.75) and
concurrencyLevel (16).
- ConcurrentHashSet(int) - Constructor for class net.greghaines.jesque.utils.ConcurrentHashSet
-
Creates a new, empty set with the specified initial capacity, and with default load factor
(0.75) and concurrencyLevel (16).
- ConcurrentHashSet(int, float) - Constructor for class net.greghaines.jesque.utils.ConcurrentHashSet
-
Creates a new, empty set with the specified initial capacity and load factor and with the
default concurrencyLevel (16).
- ConcurrentHashSet(int, float, int) - Constructor for class net.greghaines.jesque.utils.ConcurrentHashSet
-
Creates a new, empty set with the specified initial capacity, load factor and concurrency level.
- ConcurrentHashSet(Collection<? extends E>) - Constructor for class net.greghaines.jesque.utils.ConcurrentHashSet
-
Creates a new set with the same entries as the given collection.
- ConcurrentSet<E> - Interface in net.greghaines.jesque.utils
-
An interface that denotes the implementation of Set is thread-safe.
It adds no new methods.
- Config - Class in net.greghaines.jesque
-
An immutable configuration bean for use with the rest of the project.
- Config(String, int, int, String, String, int) - Constructor for class net.greghaines.jesque.Config
-
Using a ConfigBuilder is recommended...
- config - Variable in class net.greghaines.jesque.worker.WorkerImpl
-
- ConfigBuilder - Class in net.greghaines.jesque
-
A builder for Configs.
- ConfigBuilder() - Constructor for class net.greghaines.jesque.ConfigBuilder
-
No-arg constructor
- ConfigBuilder(Config) - Constructor for class net.greghaines.jesque.ConfigBuilder
-
Create a new ConfigBuilder using an existing Config as the starting point.
- contains(Object) - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- containsAll(Collection<?>) - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- createBacktrace(Throwable) - Static method in class net.greghaines.jesque.utils.JesqueUtils
-
Creates a Resque backtrace from a Throwable's stack trace.
- createJedisPool(Config) - Static method in class net.greghaines.jesque.utils.PoolUtils
-
A simple helper method that creates a pool of connections to Redis using the supplied Config and the default pool config.
- createJedisPool(Config, GenericObjectPool.Config) - Static method in class net.greghaines.jesque.utils.PoolUtils
-
A simple helper method that creates a pool of connections to Redis using the supplied configurations.
- createKey(String, String...) - Static method in class net.greghaines.jesque.utils.JesqueUtils
-
Builds a namespaced Redis key with the given arguments.
- createKey(String, Iterable<String>) - Static method in class net.greghaines.jesque.utils.JesqueUtils
-
Builds a namespaced Redis key with the given arguments.
- createName() - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Creates a unique name, suitable for use with Resque.
- createObject(Class<T>, Object...) - Static method in class net.greghaines.jesque.utils.ReflectionUtils
-
Create an object of the given type using a constructor that matches the supplied arguments.
- serialize(JobFailure, JsonGenerator, SerializerProvider) - Method in class net.greghaines.jesque.json.JobFailureJsonSerializer
-
- serialize(Job, JsonGenerator, SerializerProvider) - Method in class net.greghaines.jesque.json.JobJsonSerializer
-
- serialize(WorkerStatus, JsonGenerator, SerializerProvider) - Method in class net.greghaines.jesque.json.WorkerStatusJsonSerializer
-
- set(K...) - Static method in class net.greghaines.jesque.utils.JesqueUtils
-
Creates a Set out of the given keys
- setArgs(Object[]) - Method in class net.greghaines.jesque.Job
-
Set the arguments.
- setArrayValue(List<String>) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- setBacktrace(List<String>) - Method in class net.greghaines.jesque.JobFailure
-
Set the backtrace of the exception
- setChannels(Set<String>) - Method in interface net.greghaines.jesque.admin.Admin
-
- setChannels(Set<String>) - Method in class net.greghaines.jesque.admin.AdminImpl
-
- setClassName(String) - Method in class net.greghaines.jesque.Job
-
Set the class name.
- setError(String) - Method in class net.greghaines.jesque.JobFailure
-
Set the error that occurred
- setException(Throwable) - Method in class net.greghaines.jesque.JobFailure
-
Set the exception that occured.
- setExceptionHandler(ExceptionHandler) - Method in class net.greghaines.jesque.admin.AdminImpl
-
- setExceptionHandler(ExceptionHandler) - Method in interface net.greghaines.jesque.worker.JobExecutor
-
Set this JobExecutor's exception handler to the given handler.
- setExceptionHandler(ExceptionHandler) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- setExceptionHandler(ExceptionHandler) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- setExceptionString(String) - Method in class net.greghaines.jesque.JobFailure
-
Set the exception that occured.
- setFailed(Long) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setFailedAt(Date) - Method in class net.greghaines.jesque.JobFailure
-
Set when the error occurred.
- setHost(String) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setJobs(List<Job>) - Method in class net.greghaines.jesque.meta.QueueInfo
-
- setJobTypes(Map<String, ? extends Class<?>>) - Method in class net.greghaines.jesque.admin.AdminImpl
-
- setJobTypes(Map<String, ? extends Class<?>>) - Method in interface net.greghaines.jesque.worker.JobExecutor
-
Clear any current allowed job types and use the given set.
- setJobTypes(Map<String, ? extends Class<?>>) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- setJobTypes(Map<String, ? extends Class<?>>) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- setName(String) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- setName(String) - Method in class net.greghaines.jesque.meta.QueueInfo
-
- setName(String) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setNamespace(String) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- setPaused(boolean) - Method in class net.greghaines.jesque.WorkerStatus
-
Sets whether the worker is paused.
- setPayload(Job) - Method in class net.greghaines.jesque.JobFailure
-
Set the job.
- setPayload(Job) - Method in class net.greghaines.jesque.WorkerStatus
-
Set the job.
- setPid(String) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setProcessed(Long) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setQueue(String) - Method in class net.greghaines.jesque.JobFailure
-
Set the queue the job came from.
- setQueue(String) - Method in class net.greghaines.jesque.WorkerStatus
-
Set which queue the current job came from.
- setQueues(List<String>) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setQueues(Collection<String>) - Method in interface net.greghaines.jesque.worker.Worker
-
Clear any current queues and poll the given queues.
- setQueues(Collection<String>) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
- setQueues(Collection<String>) - Method in class net.greghaines.jesque.worker.WorkerPool
-
- setRetriedAt(Date) - Method in class net.greghaines.jesque.JobFailure
-
Set when the job was retried.
- setRunAt(Date) - Method in class net.greghaines.jesque.WorkerStatus
-
Set when the Worker started on the current job.
- setSize(Long) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- setSize(Long) - Method in class net.greghaines.jesque.meta.QueueInfo
-
- setStarted(Date) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setState(WorkerInfo.State) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setStatus(WorkerStatus) - Method in class net.greghaines.jesque.meta.WorkerInfo
-
- setThreadNameChangingEnabled(boolean) - Static method in class net.greghaines.jesque.worker.WorkerImpl
-
Enable/disable worker thread renaming during normal operation.
- setType(KeyType) - Method in class net.greghaines.jesque.meta.KeyInfo
-
- setWorker(Worker) - Method in interface net.greghaines.jesque.admin.Admin
-
- setWorker(Worker) - Method in class net.greghaines.jesque.admin.AdminImpl
-
- setWorker(Worker) - Method in class net.greghaines.jesque.admin.commands.PauseCommand
-
- setWorker(Worker) - Method in class net.greghaines.jesque.admin.commands.ShutdownCommand
-
- setWorker(String) - Method in class net.greghaines.jesque.JobFailure
-
Set the name of the worker where the job failed.
- setWorker(Worker) - Method in interface net.greghaines.jesque.worker.WorkerAware
-
- ShutdownCommand - Class in net.greghaines.jesque.admin.commands
-
- ShutdownCommand(boolean) - Constructor for class net.greghaines.jesque.admin.commands.ShutdownCommand
-
- shutdownWorkers(boolean) - Method in class net.greghaines.jesque.admin.AbstractAdminClient
-
- shutdownWorkers(String, boolean) - Method in class net.greghaines.jesque.admin.AbstractAdminClient
-
- shutdownWorkers(boolean) - Method in interface net.greghaines.jesque.admin.AdminClient
-
- shutdownWorkers(String, boolean) - Method in interface net.greghaines.jesque.admin.AdminClient
-
Send a shutdown command on the given channel.
- size() - Method in class net.greghaines.jesque.utils.ConcurrentHashSet
-
- SNAPSHOT - Static variable in class net.greghaines.jesque.utils.VersionUtils
-
- STARTED - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- STAT - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- state - Variable in class net.greghaines.jesque.admin.AdminImpl
-
- state - Variable in class net.greghaines.jesque.worker.WorkerImpl
-
- statusMsg(String, Job) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Create and serialize a WorkerStatus.
- success(Job, Object, Object, String) - Method in class net.greghaines.jesque.worker.WorkerImpl
-
Update the status in Redis on success.
- valueOf(String) - Static method in enum net.greghaines.jesque.meta.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.greghaines.jesque.meta.WorkerInfo.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.greghaines.jesque.worker.JobExecutor.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.greghaines.jesque.worker.RecoveryStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.greghaines.jesque.worker.WorkerEvent
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.greghaines.jesque.meta.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.greghaines.jesque.meta.WorkerInfo.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.greghaines.jesque.worker.JobExecutor.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.greghaines.jesque.worker.RecoveryStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.greghaines.jesque.worker.WorkerEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VersionUtils - Class in net.greghaines.jesque.utils
-
Grabs the version number from the Maven metadata.
- withDatabase(int) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will use the given Redis database.
- withHost(String) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will have the given Redis hostname.
- withNamespace(String) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will have the given Redis namespace to prefix keys with.
- withPassword(String) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will authenticate with the given Redis password.
- withPort(int) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will have the given Redis port number.
- withTimeout(int) - Method in class net.greghaines.jesque.ConfigBuilder
-
Configs created by this ConfigBuilder will have the given Redis connection timeout.
- WORKER - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- Worker - Interface in net.greghaines.jesque.worker
-
A Worker polls for Jobs from a specified list of queues, executing
them in sequence and notifying WorkerListeners in the process.
- WorkerAware - Interface in net.greghaines.jesque.worker
-
- WorkerEvent - Enum in net.greghaines.jesque.worker
-
The possible WorkerEvents that a WorkerListener may register for.
- WorkerEventEmitter - Interface in net.greghaines.jesque.worker
-
A WorkerEventEmitter allows WorkerListeners to register for WorkerEvents.
- WorkerExitOnEmpty - Class in net.greghaines.jesque.worker
-
An implementation of Worker that exits if all queues are empty maxLoopOnEmptyQueues times.
- WorkerExitOnEmpty(Config, Collection<String>, Map<String, ? extends Class<?>>) - Constructor for class net.greghaines.jesque.worker.WorkerExitOnEmpty
-
- WorkerExitOnEmpty(Config, Collection<String>, Map<String, ? extends Class<?>>, int) - Constructor for class net.greghaines.jesque.worker.WorkerExitOnEmpty
-
- WorkerImpl - Class in net.greghaines.jesque.worker
-
Basic implementation of the Worker interface.
- WorkerImpl(Config, Collection<String>, Map<String, ? extends Class<?>>) - Constructor for class net.greghaines.jesque.worker.WorkerImpl
-
Creates a new WorkerImpl, which creates it's own connection to
Redis using values from the config.
- WorkerImplFactory - Class in net.greghaines.jesque.worker
-
A simple factory for WorkerImpls.
- WorkerImplFactory(Config, Collection<String>, Map<String, ? extends Class<?>>) - Constructor for class net.greghaines.jesque.worker.WorkerImplFactory
-
Create a new factory.
- WorkerInfo - Class in net.greghaines.jesque.meta
-
- WorkerInfo() - Constructor for class net.greghaines.jesque.meta.WorkerInfo
-
- WorkerInfo.State - Enum in net.greghaines.jesque.meta
-
- WorkerInfoDAO - Interface in net.greghaines.jesque.meta.dao
-
- WorkerInfoDAORedisImpl - Class in net.greghaines.jesque.meta.dao.impl
-
- WorkerInfoDAORedisImpl(Config, Pool<Jedis>) - Constructor for class net.greghaines.jesque.meta.dao.impl.WorkerInfoDAORedisImpl
-
- WorkerListener - Interface in net.greghaines.jesque.worker
-
A WorkerListener can register with a Worker to be notified of WorkerEvents.
- WorkerListenerDelegate - Class in net.greghaines.jesque.worker
-
This class keeps track of WorkerListeners and notifies each listener when fireEvent() is invoked.
- WorkerListenerDelegate() - Constructor for class net.greghaines.jesque.worker.WorkerListenerDelegate
-
Create a new WorkerListenerDelegate.
- WorkerPool - Class in net.greghaines.jesque.worker
-
Creates a fixed number of identical Workers, each on a
separate Thread.
- WorkerPool(Callable<? extends Worker>, int) - Constructor for class net.greghaines.jesque.worker.WorkerPool
-
Create a WorkerPool with the given number of Workers and the
default ThreadFactory.
- WorkerPool(Callable<? extends Worker>, int, ThreadFactory) - Constructor for class net.greghaines.jesque.worker.WorkerPool
-
Create a WorkerPool with the given number of Workers and the
given ThreadFactory.
- workerRef - Variable in class net.greghaines.jesque.admin.AdminImpl
-
- WORKERS - Static variable in interface net.greghaines.jesque.utils.ResqueConstants
-
- WorkerStatus - Class in net.greghaines.jesque
-
A bean to hold information about the status of a Worker.
- WorkerStatus() - Constructor for class net.greghaines.jesque.WorkerStatus
-
No-arg constructor
- WorkerStatus(WorkerStatus) - Constructor for class net.greghaines.jesque.WorkerStatus
-
Cloning constructor.
- WorkerStatusJsonDeserializer - Class in net.greghaines.jesque.json
-
A custom Jackson deserializer for WorkerStatuses.
- WorkerStatusJsonDeserializer() - Constructor for class net.greghaines.jesque.json.WorkerStatusJsonDeserializer
-
- WorkerStatusJsonSerializer - Class in net.greghaines.jesque.json
-
A custom Jackson serializer for WorkerStatuses.
- WorkerStatusJsonSerializer() - Constructor for class net.greghaines.jesque.json.WorkerStatusJsonSerializer
-