Class JobSchedulerUsage

java.lang.Object
org.apache.activemq.usage.Usage<JobSchedulerUsage>
org.apache.activemq.usage.JobSchedulerUsage
All Implemented Interfaces:
org.apache.activemq.Service

public class JobSchedulerUsage extends org.apache.activemq.usage.Usage<JobSchedulerUsage>
Used to keep track of how much of something is being used so that a productive working set usage can be controlled. Main use case is manage memory usage.
  • Field Summary

    Fields inherited from class org.apache.activemq.usage.Usage

    name, parent, percentUsage, usageLock, waitForSpaceCondition
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected long
     
    void
     

    Methods inherited from class org.apache.activemq.usage.Usage

    addChild, addUsageListener, caclPercentUsage, getExecutor, getLimit, getLimiter, getName, getNumUsageListeners, getParent, getPercentUsage, getPercentUsageMinDelta, getPollingTime, getUsage, getUsagePortion, isFull, isFull, isStarted, notifyCallbackWhenNotFull, onLimitChange, removeChild, removeUsageListener, setExecutor, setLimit, setLimiter, setName, setParent, setPercentUsage, setPercentUsageMinDelta, setPollingTime, setUsagePortion, start, stop, toString, waitForSpace, waitForSpace, waitForSpace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details