| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode | |
| org.apache.hadoop.hdfs.server.datanode.checker |
Datanode support for running disk checks.
|
| org.apache.hadoop.hdfs.server.datanode.fsdataset | |
| org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StorageLocation |
Encapsulates the URI and storage medium that together describe a
storage directory.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<org.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<V>> |
AsyncChecker.schedule(Checkable<K,V> target,
K context) |
Schedule an asynchronous check for the given object.
|
java.util.Optional<org.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<V>> |
ThrottledAsyncChecker.schedule(Checkable<K,V> target,
K context) |
See
AsyncChecker.schedule(org.apache.hadoop.hdfs.server.datanode.checker.Checkable<K, V>, K)
If the object has been checked recently then the check will
be skipped. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
FsVolumeSpi |
This is an interface for the underlying volume.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FsVolumeImpl |
The underlying volume used to store replica.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.