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

tech.ytsaurus.client.rpc.DataCenterMetricsHolder Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client.rpc;

/**
 * @author dkondra
 */
public interface DataCenterMetricsHolder {
    double getDc99thPercentile(String dc);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy