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

ru.fix.aggregating.profiler.NoopLabelSticker Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package ru.fix.aggregating.profiler;

import java.util.Collections;
import java.util.Map;

/**
 * Stub implementation of LabelSticker.
 * It does not tag anything
 */
public class NoopLabelSticker implements LabelSticker {

    @Override
    public Map buildLabels(String identityName) {
        return Collections.emptyMap();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy