Package org.apache.hadoop.hdfs.server.datanode.metrics


package org.apache.hadoop.hdfs.server.datanode.metrics
  • Class
    Description
    org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeDiskMetrics
    This class detects and maintains DataNode disk outliers and their latencies for different ops (metadata, read, write).
    org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeDiskMetrics.DiskLatency
    This structure is a wrapper over disk latencies.
    org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeMetricHelper
     
    org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeMetrics
    This class is for maintaining the various DataNode statistics and publishing them through the metrics interfaces.
    org.apache.hadoop.hdfs.server.datanode.metrics.DataNodePeerMetrics
    This class maintains DataNode peer metrics (e.g. numOps, AvgTime, etc.) for various peer operations.
    org.apache.hadoop.hdfs.server.datanode.metrics.FSDatasetMBean
    This Interface defines the methods to get the status of a the FSDataset of a data node.
    org.apache.hadoop.hdfs.server.datanode.metrics.OutlierDetector
    A utility class to help detect resources (nodes/ disks) whose aggregate latency is an outlier within a given set.