Class VolumeProvisioningTask
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.volume.csi.provisioner.VolumeProvisioningTask
- All Implemented Interfaces:
Callable<VolumeProvisioningResults>,VolumeProvisioner
A provisioning task encapsulates all the logic required by a storage system
to provision a volume. This class is the common implementation, it might
be override if the provisioning behavior of a certain storage system
is not completely align with this implementation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VolumeProvisioningTask
-
-
Method Details
-
getVolumes
-
call
- Specified by:
callin interfaceCallable<VolumeProvisioningResults>- Throws:
Exception
-