| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode | |
| org.apache.hadoop.hdfs.server.datanode.fsdataset | |
| org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
| Modifier and Type | Class | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicaInPipeline |
ReplicaHandler.getReplica() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DataNodeFaultInjector.failPipeline(ReplicaInPipeline replicaInfo,
java.lang.String mirrorAddr) |
| Constructor | Description |
|---|---|
ReplicaHandler(ReplicaInPipeline replica,
FsVolumeReference reference) |
| Modifier and Type | Method | Description |
|---|---|---|
ReplicaInPipeline |
FsDatasetSpi.convertTemporaryToRbw(org.apache.hadoop.hdfs.protocol.ExtendedBlock temporary) |
Covert a temporary replica to a RBW.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicaInPipeline |
FsVolumeImpl.append(java.lang.String bpid,
ReplicaInfo replicaInfo,
long newGS,
long estimateBlockLen) |
|
ReplicaInPipeline |
FsVolumeImpl.convertTemporaryToRbw(org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
ReplicaInfo temp) |
|
ReplicaInPipeline |
FsVolumeImpl.createRbw(org.apache.hadoop.hdfs.protocol.ExtendedBlock b) |
|
ReplicaInPipeline |
FsVolumeImpl.createTemporary(org.apache.hadoop.hdfs.protocol.ExtendedBlock b) |
|
ReplicaInPipeline |
FsVolumeImpl.updateRURCopyOnTruncate(ReplicaInfo rur,
java.lang.String bpid,
long newBlockId,
long recoveryId,
long newlength) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.