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