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

org.swisspush.gateleen.monitoring.ResetMetricsMBean Maven / Gradle / Ivy

There is a newer version: 2.1.20
Show newest version
package org.swisspush.gateleen.monitoring;

/**
 * MBean defining operations to reset metric values from JMX
 *
 * @author https://github.com/mcweba [Marc-Andre Weber]
 */
public interface ResetMetricsMBean {

    void resetLastUsedQueueSizeInformation();

    void resetRequestsFromClientsToCrushCount();

    void resetRequestsFromCrushToBackendsCount();

    void resetMetricByName(String mBeanName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy