Class MetadataVolumeFactory
java.lang.Object
org.apache.hadoop.ozone.container.common.volume.StorageVolumeFactory
org.apache.hadoop.ozone.container.common.volume.MetadataVolumeFactory
A factory class for MetadataVolume.
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataVolumeFactory(org.apache.hadoop.hdds.conf.ConfigurationSource conf, org.apache.hadoop.hdds.fs.SpaceUsageCheckFactory usageCheckFactory, MutableVolumeSet volumeSet) -
Method Summary
Methods inherited from class org.apache.hadoop.ozone.container.common.volume.StorageVolumeFactory
checkAndSetClusterID, getClusterID, getConf, getDatanodeUuid, getUsageCheckFactory, getVolumeSet
-
Constructor Details
-
MetadataVolumeFactory
public MetadataVolumeFactory(org.apache.hadoop.hdds.conf.ConfigurationSource conf, org.apache.hadoop.hdds.fs.SpaceUsageCheckFactory usageCheckFactory, MutableVolumeSet volumeSet)
-