Class SlowDiskReports

java.lang.Object
org.apache.hadoop.hdfs.server.protocol.SlowDiskReports

@Private @Unstable public final class SlowDiskReports extends Object
A class that allows a DataNode to communicate information about all its disks that appear to be slow. The wire representation of this structure is a list of SlowDiskReportProto messages.
  • Field Details

    • EMPTY_REPORT

      public static final SlowDiskReports EMPTY_REPORT
      An object representing a SlowDiskReports with no entries. Should be used instead of null or creating new objects when there are no slow peers to report.
  • Method Details