org.apache.activemq.apollo.dto
Class AggregateQueueMetricsDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.QueueMetricsDTO
      extended by org.apache.activemq.apollo.dto.AggregateQueueMetricsDTO

public class AggregateQueueMetricsDTO
extends QueueMetricsDTO

Author:
Hiram Chirino

Field Summary
 int queues
          The number of queues which where aggregated.
 
Fields inherited from class org.apache.activemq.apollo.dto.QueueMetricsDTO
dequeue_item_counter, dequeue_size_counter, dequeue_ts, enqueue_item_counter, enqueue_size_counter, enqueue_ts, nack_item_counter, nack_size_counter, nack_ts, queue_items, queue_size, swap_in_item_counter, swap_in_size_counter, swap_out_item_counter, swap_out_size_counter, swapped_in_items, swapped_in_size, swapped_in_size_max, swapping_in_size, swapping_out_size
 
Constructor Summary
AggregateQueueMetricsDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queues

public int queues
The number of queues which where aggregated.

Constructor Detail

AggregateQueueMetricsDTO

public AggregateQueueMetricsDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.