Uses of Enum
org.apache.hadoop.ozone.container.common.volume.StorageVolume.VolumeType
Packages that use StorageVolume.VolumeType
Package
Description
This package contains volume/ disk related classes.
-
Uses of StorageVolume.VolumeType in org.apache.hadoop.ozone.container.common.volume
Methods in org.apache.hadoop.ozone.container.common.volume that return StorageVolume.VolumeTypeModifier and TypeMethodDescriptionHddsVolume.getType()MetadataVolume.getType()MutableVolumeSet.getVolumeType()static StorageVolume.VolumeTypeReturns the enum constant of this type with the specified name.static StorageVolume.VolumeType[]StorageVolume.VolumeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.ozone.container.common.volume with parameters of type StorageVolume.VolumeTypeModifier and TypeMethodDescriptionstatic VolumeHealthMetricsVolumeHealthMetrics.create(StorageVolume.VolumeType volumeType) Creates and registers a new VolumeHealthMetrics instance.Constructors in org.apache.hadoop.ozone.container.common.volume with parameters of type StorageVolume.VolumeTypeModifierConstructorDescriptionMutableVolumeSet(String dnUuid, String clusterID, org.apache.hadoop.hdds.conf.ConfigurationSource conf, StateContext context, StorageVolume.VolumeType volumeType, StorageVolumeChecker volumeChecker) MutableVolumeSet(String dnUuid, org.apache.hadoop.hdds.conf.ConfigurationSource conf, StateContext context, StorageVolume.VolumeType volumeType, StorageVolumeChecker volumeChecker)