Uses of Class
org.apache.hadoop.hdfs.server.datanode.ReplicaHandler
Packages that use ReplicaHandler
-
Uses of ReplicaHandler in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset that return ReplicaHandlerModifier and TypeMethodDescriptionFsDatasetSpi.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.FsDatasetSpi.createRbw(org.apache.hadoop.fs.StorageType storageType, String storageId, org.apache.hadoop.hdfs.protocol.ExtendedBlock b, boolean allowLazyPersist) Creates a RBW replica and returns the meta info of the replicaFsDatasetSpi.createRbw(org.apache.hadoop.fs.StorageType storageType, String storageId, org.apache.hadoop.hdfs.protocol.ExtendedBlock b, boolean allowLazyPersist, long newGS) Creates a RBW replica and returns the meta info of the replicaFsDatasetSpi.createTemporary(org.apache.hadoop.fs.StorageType storageType, String storageId, org.apache.hadoop.hdfs.protocol.ExtendedBlock b, boolean isTransfer) Creates a temporary replica and returns the meta information of the replica .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.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.