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

io.github.icodegarden.commons.zookeeper.metrics.ZooKeeperInstanceMetrics Maven / Gradle / Ivy

package io.github.icodegarden.commons.zookeeper.metrics;

import io.github.icodegarden.commons.lang.metrics.InstanceMetrics;
import io.github.icodegarden.commons.lang.metrics.Metrics;

/**
 * ZooKeeperInstanceMetrics属于ZooKeeper系列的InstanceMetrics,因此是个接口而不是实现类,以便应对可能的扩展需求
 * 
 * @author Fangfang.Xu
 *
 */
public interface ZooKeeperInstanceMetrics extends InstanceMetrics {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy