| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.protocol |
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SlowDiskReports.DiskOp |
SlowDiskReports.DiskOp.fromValue(java.lang.String value) |
|
static SlowDiskReports.DiskOp |
SlowDiskReports.DiskOp.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SlowDiskReports.DiskOp[] |
SlowDiskReports.DiskOp.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.util.Map<SlowDiskReports.DiskOp,java.lang.Double>> |
SlowDiskReports.getSlowDisks() |
| Modifier and Type | Method | Description |
|---|---|---|
static SlowDiskReports |
SlowDiskReports.create(java.util.Map<java.lang.String,java.util.Map<SlowDiskReports.DiskOp,java.lang.Double>> slowDisks) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.