|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.monitor.DirectChannelMetrics
org.springframework.integration.monitor.PollableChannelMetrics
org.springframework.integration.monitor.QueueChannelMetrics
public class QueueChannelMetrics
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.monitor.DirectChannelMetrics |
|---|
DEFAULT_MOVING_AVERAGE_WINDOW, logger, ONE_MINUTE_SECONDS, ONE_SECOND_SECONDS |
| Constructor Summary | |
|---|---|
QueueChannelMetrics(QueueChannel channel,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
int |
getQueueSize()
|
int |
getRemainingCapacity()
|
| Methods inherited from class org.springframework.integration.monitor.PollableChannelMetrics |
|---|
doInvoke, getReceiveCount, getReceiveErrorCount, reset, toString |
| Methods inherited from class org.springframework.integration.monitor.DirectChannelMetrics |
|---|
destroy, getErrorRate, getMaxSendDuration, getMeanErrorRate, getMeanErrorRatio, getMeanSendDuration, getMeanSendRate, getMessageChannel, getMinSendDuration, getName, getSendCount, getSendDuration, getSendErrorCount, getSendRate, getStandardDeviationSendDuration, getTimeSinceLastSend, invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueueChannelMetrics(QueueChannel channel,
java.lang.String name)
| Method Detail |
|---|
@ManagedMetric(metricType=GAUGE,
displayName="QueueChannel Queue Size")
public int getQueueSize()
@ManagedMetric(metricType=GAUGE,
displayName="QueueChannel Remaining Capacity")
public int getRemainingCapacity()
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||