| 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 | Description |
|---|---|---|
VolumeState |
Volume.getVolumeState() |
|
VolumeState |
VolumeImpl.getVolumeState() |
|
static VolumeState |
VolumeState.valueOf(java.lang.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 | Description |
|---|---|---|
void |
VolumeProvisioningResults.addResult(org.apache.hadoop.yarn.server.volume.csi.VolumeId volumeId,
VolumeState state) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.