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