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