|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.AggregateConnectionMetricsDTO
public class AggregateConnectionMetricsDTO
Collects aggregated metrics on all connections.
Field Summary | |
---|---|
long |
current_time
The current time on the broker machine. |
long |
objects
Total number of opened connections. |
long |
read_counter
Total number of bytes that have been read from the connections. |
long |
subscription_count
Total number of subscriptions opened by the connections. |
long |
write_counter
Total number of bytes that have been written to the connections. |
Constructor Summary | |
---|---|
AggregateConnectionMetricsDTO()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long current_time
public long read_counter
public long write_counter
public long subscription_count
public long objects
Constructor Detail |
---|
public AggregateConnectionMetricsDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |