| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode.fsdataset |
| Modifier and Type | Method | Description |
|---|---|---|
ReplicaHandler |
FsDatasetSpi.append(org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
long newGS,
long expectedBlockLen) |
Append to a finalized replica and returns the meta info of the replica.
|
ReplicaHandler |
FsDatasetSpi.createRbw(org.apache.hadoop.fs.StorageType storageType,
java.lang.String storageId,
org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
boolean allowLazyPersist) |
Creates a RBW replica and returns the meta info of the replica
|
ReplicaHandler |
FsDatasetSpi.createRbw(org.apache.hadoop.fs.StorageType storageType,
java.lang.String storageId,
org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
boolean allowLazyPersist,
long newGS) |
Creates a RBW replica and returns the meta info of the replica
|
ReplicaHandler |
FsDatasetSpi.createTemporary(org.apache.hadoop.fs.StorageType storageType,
java.lang.String storageId,
org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
boolean isTransfer) |
Creates a temporary replica and returns the meta information of the replica
.
|
ReplicaHandler |
FsDatasetSpi.recoverAppend(org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
long newGS,
long expectedBlockLen) |
Recover a failed append to a finalized replica and returns the meta
info of the replica.
|
ReplicaHandler |
FsDatasetSpi.recoverRbw(org.apache.hadoop.hdfs.protocol.ExtendedBlock b,
long newGS,
long minBytesRcvd,
long maxBytesRcvd) |
Recovers a RBW replica and returns the meta info of the replica.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.