| Interface | Description |
|---|---|
| PeriodicTask |
Defines a Periodic Task to be added to the PeriodicTaskPoller so that it can be run at regular intervals.
|
| RedisTimer |
Timer interface used by redis.
|
| SortedArray.IndexUpdater |
| Class | Description |
|---|---|
| ArrayWrappingList<E> |
A simple unmodifiable list wrapping an array.
|
| DefaultRedisTimer |
Default Redis Timer which is a ScheduledThreadPoolExecutor with poolSize 1.
|
| GenUtil |
Generic util class containing static methods.
|
| PeriodicTaskPoller |
A Singleton task poller which runs periodic tasks at a regular interval of 15 seconds.
|
| SortedArray<T> |
A utility class to hold a unique instance of comparable objects like ServerInfo or Script in an array.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.