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

io.trino.gateway.ha.clustermonitor.ClusterStatsMonitor Maven / Gradle / Ivy

package io.trino.gateway.ha.clustermonitor;

import io.trino.gateway.ha.config.ProxyBackendConfiguration;

public interface ClusterStatsMonitor {
  ClusterStats monitor(ProxyBackendConfiguration backend);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy