![JAR search and dependency download from the Maven repository](/logo.png)
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