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

com.alogic.metrics.stream.MetricsCollector Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.metrics.stream;

import com.alogic.metrics.Fragment;

/**
 * 指标收集器
 * 
 * @author yyduan
 *
 * @since 1.6.6.13
 *
 */
public interface MetricsCollector {
	
	/**
	 * 汇聚指标片段
	 * @param f 指标片段
	 */
	public void metricsIncr(Fragment f);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy