All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.openhft.chronicle.threads.NotifyDiskLow Maven / Gradle / Ivy

package net.openhft.chronicle.threads;

import java.nio.file.FileStore;

public interface NotifyDiskLow {
    void panic(FileStore fileStore);

    void warning(double diskSpaceFullPercent, FileStore fileStore);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy