public interface DiskSizeInterface
Optional interface that a DiskInterface driver can implement to provide disk sizing information. The disk size information may also be specified via the configuration.
Modifier and Type | Method and Description |
---|---|
void |
getDiskInformation(DiskDeviceContext ctx,
SrvDiskInfo diskDev)
Get the disk information for this shared disk device.
|
void getDiskInformation(DiskDeviceContext ctx, SrvDiskInfo diskDev) throws IOException
ctx
- DiskDeviceContextdiskDev
- SrvDiskInfoIOException
- The exception description.Copyright © 2005–2017 Alfresco Software. All rights reserved.