Package org.jenkinsci.plugins.ewm.strategies
-
Class Summary Class Description AbstractDiskSpeedStrategy Base class that selects theDiskwith the highest speed provided by theAbstractDiskSpeedStrategy.getDiskSpeed(DiskInfoProvider)methodFastestReadSpeedStrategy Selects theDiskwith the highestDiskInfoProvider.readSpeed.FastestReadSpeedStrategy.DescriptorImpl FastestWriteSpeedStrategy Selects theDiskwith the highestDiskInfoProvider.writeSpeed.FastestWriteSpeedStrategy.DescriptorImpl MostUsableSpaceStrategy DiskAllocationStrategyimplementation that allocates the disk with the most usable space.MostUsableSpaceStrategy.DescriptorImpl