Uses of Interface
org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeReference
Packages that use FsVolumeReference
Package
Description
-
Uses of FsVolumeReference in org.apache.hadoop.hdfs.server.datanode
Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type FsVolumeReferenceModifier and TypeMethodDescriptionvoidBlockScanner.addVolumeScanner(FsVolumeReference ref) Set up a scanner for the given block pool and volume.Constructors in org.apache.hadoop.hdfs.server.datanode with parameters of type FsVolumeReferenceModifierConstructorDescriptionReplicaHandler(ReplicaInPipeline replica, FsVolumeReference reference) -
Uses of FsVolumeReference in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset that return FsVolumeReferenceModifier and TypeMethodDescriptionFsDatasetSpi.FsVolumeReferences.getReference(int index) Get the reference for a given index.ReplicaInputStreams.getVolumeRef()FsVolumeSpi.obtainReference()Obtain a reference object that had increased 1 reference count of the volume.Constructors in org.apache.hadoop.hdfs.server.datanode.fsdataset with parameters of type FsVolumeReferenceModifierConstructorDescriptionReplicaInputStreams(InputStream dataStream, InputStream checksumStream, FsVolumeReference volumeRef, FileIoProvider fileIoProvider) Create an object with a data input stream and a checksum input stream. -
Uses of FsVolumeReference in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl that return FsVolumeReference