Class ControllerTemporaryQueueDetails

java.lang.Object
com.illumon.iris.controller.ControllerTemporaryQueueDetails
All Implemented Interfaces:
Serializable

public class ControllerTemporaryQueueDetails extends Object implements Serializable
Class to contain the details on controller temporary queues
See Also:
  • 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 run
      maxHeapMB - 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