public abstract class DiskAllocationStrategy extends Object
| Constructor and Description |
|---|
DiskAllocationStrategy() |
@Nonnull public abstract Disk allocateDisk(@Nonnull List<Disk> disks) throws IOException
Disk entry.disks - the entries from which to allocate a disk. The list has at least one elementIOException - if any mandatory field is missing from the Disk entryCopyright © 2016. All rights reserved.