Interface BatchRecorder


  • @ThreadSafe
    public interface BatchRecorder
    Util class that can be use to atomically record measurements associated with a set of Metrics.

    This class is equivalent with individually calling record on every Measure, but has the advantage that all these operations are recorded atomically and it is more efficient.