Uses of Class
org.apache.activemq.management.TimeStatisticImpl
-
Packages that use TimeStatisticImpl Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.management An implementation of the J2EE Management APIorg.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of TimeStatisticImpl in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImpl
DestinationStatistics. blockedTime
protected TimeStatisticImpl
DestinationStatistics. processTime
Methods in org.apache.activemq.broker.region that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImpl
DestinationStatistics. getBlockedTime()
TimeStatisticImpl
DestinationStatistics. getProcessTime()
-
Uses of TimeStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImpl
JMSEndpointStatsImpl. messageRateTime
protected TimeStatisticImpl
JMSEndpointStatsImpl. messageWaitTime
Methods in org.apache.activemq.management that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImpl
JMSEndpointStatsImpl. getMessageRateTime()
TimeStatisticImpl
JMSSessionStatsImpl. getMessageRateTime()
TimeStatisticImpl
JMSEndpointStatsImpl. getMessageWaitTime()
TimeStatisticImpl
JMSSessionStatsImpl. getMessageWaitTime()
TimeStatisticImpl
TimeStatisticImpl. getParent()
TimeStatisticImpl
JCAConnectionStatsImpl. getUseTime()
TimeStatisticImpl
JCAConnectionStatsImpl. getWaitTime()
Methods in org.apache.activemq.management with parameters of type TimeStatisticImpl Modifier and Type Method Description protected void
JMSEndpointStatsImpl. setParent(TimeStatisticImpl child, TimeStatisticImpl parent)
void
TimeStatisticImpl. setParent(TimeStatisticImpl parent)
-
Uses of TimeStatisticImpl in org.apache.activemq.store
Fields in org.apache.activemq.store declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImpl
PersistenceAdapterStatistics. readTime
protected TimeStatisticImpl
PersistenceAdapterStatistics. slowCleanupTime
protected TimeStatisticImpl
PersistenceAdapterStatistics. slowReadTime
protected TimeStatisticImpl
PersistenceAdapterStatistics. slowWriteTime
protected TimeStatisticImpl
PersistenceAdapterStatistics. writeTime
Methods in org.apache.activemq.store that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImpl
PersistenceAdapterStatistics. getReadTime()
TimeStatisticImpl
PersistenceAdapterStatistics. getSlowCleanupTime()
TimeStatisticImpl
PersistenceAdapterStatistics. getSlowReadTime()
TimeStatisticImpl
PersistenceAdapterStatistics. getSlowWriteTime()
TimeStatisticImpl
PersistenceAdapterStatistics. getWriteTime()
-