| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.volume.csi.lifecycle | This package contains classes to manage volume lifecycle. | 
| org.apache.hadoop.yarn.server.resourcemanager.volume.csi.provisioner | This package contains the volume provisioning classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| VolumeState | Volume. getVolumeState() | 
| VolumeState | VolumeImpl. getVolumeState() | 
| static VolumeState | VolumeState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VolumeState[] | VolumeState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VolumeProvisioningResults. addResult(org.apache.hadoop.yarn.server.volume.csi.VolumeId volumeId,
         VolumeState state) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.