Modifier and Type | Method and Description |
---|---|
StatisticsCounter |
BrokerAdapter.getDataDeliveryStatistics() |
StatisticsCounter |
BrokerAdapter.getDataReceiptStatistics() |
StatisticsCounter |
BrokerAdapter.getMessageDeliveryStatistics() |
StatisticsCounter |
BrokerAdapter.getMessageReceiptStatistics() |
Modifier and Type | Method and Description |
---|---|
StatisticsCounter |
StatisticsGatherer.getDataDeliveryStatistics()
Gives access to the
StatisticsCounter that is used to count
delivered message size statistics. |
StatisticsCounter |
StatisticsGatherer.getDataReceiptStatistics()
Gives access to the
StatisticsCounter that is used to count
received message size statistics. |
StatisticsCounter |
StatisticsGatherer.getMessageDeliveryStatistics()
Gives access to the
StatisticsCounter that is used to count
delivered message statistics. |
StatisticsCounter |
StatisticsGatherer.getMessageReceiptStatistics()
Gives access to the
StatisticsCounter that is used to count
received message statistics. |
Modifier and Type | Method and Description |
---|---|
StatisticsCounter |
AbstractAMQPConnection.getDataDeliveryStatistics() |
StatisticsCounter |
AbstractAMQPConnection.getDataReceiptStatistics() |
StatisticsCounter |
AbstractAMQPConnection.getMessageDeliveryStatistics() |
StatisticsCounter |
AbstractAMQPConnection.getMessageReceiptStatistics() |
Modifier and Type | Method and Description |
---|---|
StatisticsCounter |
AbstractVirtualHost.getDataDeliveryStatistics() |
StatisticsCounter |
AbstractVirtualHost.getDataReceiptStatistics() |
StatisticsCounter |
AbstractVirtualHost.getMessageDeliveryStatistics() |
StatisticsCounter |
AbstractVirtualHost.getMessageReceiptStatistics() |
Modifier and Type | Method and Description |
---|---|
StatisticsCounter |
BDBHAReplicaVirtualHostImpl.getDataDeliveryStatistics() |
StatisticsCounter |
BDBHAReplicaVirtualHostImpl.getDataReceiptStatistics() |
StatisticsCounter |
BDBHAReplicaVirtualHostImpl.getMessageDeliveryStatistics() |
StatisticsCounter |
BDBHAReplicaVirtualHostImpl.getMessageReceiptStatistics() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.