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

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