Package | Description |
---|---|
org.aredis.util.concurrent |
Contains utilities related to concurrent programming (java.util.concurrent package).
|
Modifier and Type | Method and Description |
---|---|
SingleConsumerQueue.IdleListener<E> |
SingleConsumerQueue.getIdleListener()
Gets the idle listener in use.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleConsumerQueue.setIdleListener(SingleConsumerQueue.IdleListener<E> pidleListener)
Sets an idle listener which is called whenever the Q status changes from IDLE to ACTIVE or vice-versa.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.