public class DroppedMessageMetrics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
com.yammer.metrics.core.Meter |
dropped
Number of dropped messages
|
static java.lang.String |
GROUP_NAME |
static java.lang.String |
TYPE_NAME |
Constructor and Description |
---|
DroppedMessageMetrics(MessagingService.Verb verb) |
Modifier and Type | Method and Description |
---|---|
int |
getRecentlyDropped()
Deprecated.
|
public static final java.lang.String GROUP_NAME
public static final java.lang.String TYPE_NAME
public final com.yammer.metrics.core.Meter dropped
public DroppedMessageMetrics(MessagingService.Verb verb)
Copyright © 2013 The Apache Software Foundation