com.netflix.nfsidecar.utils.ProcessTuner Maven / Gradle / Ivy
package com.netflix.nfsidecar.utils;
import java.io.IOException;
public interface ProcessTuner
{
void writeAllProperties(String yamlLocation) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy