com.taobao.drc.clusterclient.util.Gaugeable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of consumer-core Show documentation
Show all versions of consumer-core Show documentation
The java consumer core component for Data Transmission Service
package com.taobao.drc.clusterclient.util;
import java.util.Map;
/**
* @author yangyang
* @since 2017/7/18
* 用于系统统计指标
*/
public interface Gaugeable {
Map getMetrics();
}