Package com.illumon.iris.controller
Class ControllerTemporaryQueueDetails
java.lang.Object
com.illumon.iris.controller.ControllerTemporaryQueueDetails
- All Implemented Interfaces:
Serializable
Class to contain the details on controller temporary queues
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionControllerTemporaryQueueDetails
(int maxConcurrentQueries, int maxHeapMB) Create an instance of the class -
Method Summary
Modifier and TypeMethodDescriptionint
Get the queue's maximum concurrent queriesint
Get the queue's maximum allowed heap
-
Constructor Details
-
ControllerTemporaryQueueDetails
public ControllerTemporaryQueueDetails(int maxConcurrentQueries, int maxHeapMB) Create an instance of the class- Parameters:
maxConcurrentQueries
- the maximum number of concurrent queries the queue is allowed to runmaxHeapMB
- the maximum heap in MB that the queue is allowed to run
-
-
Method Details
-
getMaxConcurrentQueries
public int getMaxConcurrentQueries()Get the queue's maximum concurrent queries- Returns:
- the maximum number of concurrent queries the queue is allowed to run
-
getMaxHeapMB
public int getMaxHeapMB()Get the queue's maximum allowed heap- Returns:
- the maximum heap in MB that the queue is allowed to run
-