Interface StorageVolumeChecker.Callback
- Enclosing class:
StorageVolumeChecker
public static interface StorageVolumeChecker.Callback
A callback interface that is supplied the result of running an
async disk check on multiple volumes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(Set<StorageVolume> healthyVolumes, Set<StorageVolume> failedVolumes)
-
Method Details
-
call
- Parameters:
healthyVolumes- set of volumes that passed disk checks.failedVolumes- set of volumes that failed disk checks.- Throws:
IOException
-