Uses of Annotation Interface
org.apache.hadoop.metrics2.annotation.Metric
Packages that use Metric
Package
Description
Support for embedded HTTP services.
RPC related metrics.
A collection of library classes for implementing metrics sources
-
Uses of Metric in org.apache.hadoop.http
Methods in org.apache.hadoop.http with annotations of type MetricModifier and TypeMethodDescriptionintHttpServer2Metrics.asyncDispatches()intHttpServer2Metrics.asyncRequests()intHttpServer2Metrics.asyncRequestsWaiting()intHttpServer2Metrics.asyncRequestsWaitingMax()intHttpServer2Metrics.dispatched()intHttpServer2Metrics.dispatchedActive()intHttpServer2Metrics.dispatchedActiveMax()longHttpServer2Metrics.dispatchedTimeMax()doubleHttpServer2Metrics.dispatchedTimeMean()doubleHttpServer2Metrics.dispatchedTimeStdDev()longHttpServer2Metrics.dispatchedTimeTotal()intHttpServer2Metrics.expires()intHttpServer2Metrics.requests()intHttpServer2Metrics.requestsActive()intHttpServer2Metrics.requestsActiveMax()longHttpServer2Metrics.requestTimeMax()doubleHttpServer2Metrics.requestTimeMean()doubleHttpServer2Metrics.requestTimeStdDev()longHttpServer2Metrics.requestTimeTotal()intHttpServer2Metrics.responses1xx()intHttpServer2Metrics.responses2xx()intHttpServer2Metrics.responses3xx()intHttpServer2Metrics.responses4xx()intHttpServer2Metrics.responses5xx()longHttpServer2Metrics.responsesBytesTotal()longHttpServer2Metrics.statsOnMs() -
Uses of Metric in org.apache.hadoop.ipc.metrics
Methods in org.apache.hadoop.ipc.metrics with annotations of type MetricModifier and TypeMethodDescriptionintRpcMetrics.callQueueLength()intRpcMetrics.getNumInProcessHandler()longRpcMetrics.getTotalRequests()longRpcMetrics.getTotalRequestsPerSecond()longRpcMetrics.numDroppedConnections()intRpcMetrics.numOpenConnections()RpcMetrics.numOpenConnectionsPerUser() -
Uses of Metric in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib with parameters of type MetricModifier and TypeMethodDescriptionprotected MetricsInfoprotected MetricsInfoprotected MetricsInfoprotected MutableMetricMutableMetricsFactory.newForField(Field field, Metric annotation) Override to handle custom mutable metrics for fieldsprotected MutableMetricMutableMetricsFactory.newForMethod(Object source, Method method, Metric annotation) Override to handle custom mutable metrics for methods