Modifier and Type | Method and Description |
---|---|
Statistics |
JobManagerImpl.getStatistics()
Return our internal statistics object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobStatistics |
class |
AllJobStatisticsMBean |
class |
EmptyStatistics
Dummy stats that just returns 0 for all info, used where the queue doesnt
implement the Statistics interface.
|
class |
QueueMBeanImpl
An MBean that provides statistics from
|
Modifier and Type | Method and Description |
---|---|
protected Statistics |
QueueMBeanImpl.getStatistics() |
protected Statistics |
AllJobStatisticsMBean.getStatistics() |
protected abstract Statistics |
AbstractJobStatistics.getStatistics() |
Modifier and Type | Method and Description |
---|---|
Statistics |
JobQueueImpl.getStatistics() |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsImpl
Implementation of the statistics.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
StatisticsManager.getGlobalStatistics()
Get the global statistics.
|
Statistics |
StatisticsManager.getQueueStatistics(String queueName)
Get a single queue statistics.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Queue.getStatistics()
Return statistics information about this queue.
|
Statistics |
JobManager.getStatistics()
Return statistics information about all queues.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsMBean |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.