Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.volume.csi.lifecycle.VolumeState
Packages that use VolumeState
Package
Description
This package contains classes to manage volume lifecycle.
This package contains the volume provisioning classes.
-
Uses of VolumeState in org.apache.hadoop.yarn.server.resourcemanager.volume.csi.lifecycle
Methods in org.apache.hadoop.yarn.server.resourcemanager.volume.csi.lifecycle that return VolumeStateModifier and TypeMethodDescriptionVolume.getVolumeState()VolumeImpl.getVolumeState()static VolumeStateReturns the enum constant of this class with the specified name.static VolumeState[]VolumeState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VolumeState in org.apache.hadoop.yarn.server.resourcemanager.volume.csi.provisioner
Methods in org.apache.hadoop.yarn.server.resourcemanager.volume.csi.provisioner with parameters of type VolumeStateModifier and TypeMethodDescriptionvoidVolumeProvisioningResults.addResult(org.apache.hadoop.yarn.server.volume.csi.VolumeId volumeId, VolumeState state)