Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.volume.csi |
This package contains classes to manage CSI volumes.
|
org.apache.hadoop.yarn.server.resourcemanager.volume.csi.event |
This package contains volume related events.
|
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 |
---|---|
Volume |
VolumeManagerImpl.addOrGetVolume(Volume volume) |
Volume |
VolumeManager.addOrGetVolume(Volume volume)
Start to supervise on a volume.
|
Volume |
VolumeStates.addVolumeIfAbsent(Volume volume)
Add volume if it is not yet added.
|
Volume |
VolumeBuilder.build() |
Volume |
VolumeStates.getVolume(org.apache.hadoop.yarn.server.volume.csi.VolumeId volumeId) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeManagerImpl.addOrGetVolume(Volume volume) |
Volume |
VolumeManager.addOrGetVolume(Volume volume)
Start to supervise on a volume.
|
Volume |
VolumeStates.addVolumeIfAbsent(Volume volume)
Add volume if it is not yet added.
|
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeEvent.getVolume() |
Constructor and Description |
---|
ControllerPublishVolumeEvent(Volume volume) |
ValidateVolumeEvent(Volume volume) |
VolumeEvent(Volume volume,
VolumeEventType volumeEventType) |
Modifier and Type | Class and Description |
---|---|
class |
VolumeImpl
This class maintains the volume states and state transition
according to the CSI volume lifecycle.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
VolumeProvisioningTask.getVolumes() |
Constructor and Description |
---|
VolumeProvisioningTask(List<Volume> volumes) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.