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 Type
    Method
    Description
    void
    call(Set<FsVolumeSpi> healthyVolumes, Set<FsVolumeSpi> failedVolumes)
     
  • Method Details

    • call

      void call(Set<FsVolumeSpi> healthyVolumes, Set<FsVolumeSpi> failedVolumes)
      Parameters:
      healthyVolumes - set of volumes that passed disk checks.
      failedVolumes - set of volumes that failed disk checks.