|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueConfiguration
The configuration of a queue.
Nested Class Summary | |
---|---|
static class |
QueueConfiguration.Type
The queue type. |
Method Summary | |
---|---|
String[] |
getApplicationIds()
Application ids - returns an array of application ids if this queue is bound to some cluster nodes. |
int |
getMaxParallel()
Return the max number of parallel processes. |
int |
getMaxRetries()
Return the max number of retries, -1 for endless retry! |
JobUtil.JobPriority |
getPriority()
Return the thread priority for the job thread. |
int |
getRanking()
Get the ranking of this configuration. |
long |
getRetryDelayInMs()
Return the retry delay in ms |
String[] |
getTopics()
The list of topics this queue is bound to. |
QueueConfiguration.Type |
getType()
Return the queue type. |
boolean |
isLocalQueue()
Is this a local running queue (= processing only jobs started on the same instance.) |
Method Detail |
---|
long getRetryDelayInMs()
int getMaxRetries()
QueueConfiguration.Type getType()
JobUtil.JobPriority getPriority()
int getMaxParallel()
boolean isLocalQueue()
String[] getApplicationIds()
String[] getTopics()
int getRanking()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |