| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FinalizedReplica |
This class describes a replica that has been finalized.
|
class |
LocalReplicaInPipeline |
This class defines a replica in a pipeline, which
includes a persistent replica being written to by a dfs client or
a temporary replica being replicated by a source datanode or
being copied for the balancing purpose.
|
class |
ReplicaBeingWritten |
This class represents replicas being written.
|
class |
ReplicaUnderRecovery |
This class represents replicas that are under block recovery
It has a recovery id that is equal to the generation stamp
that the replica will be bumped to after recovery
The recovery id is used to handle multiple concurrent block recoveries.
|
class |
ReplicaWaitingToBeRecovered |
This class represents a replica that is waiting to be recovered.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.