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

com.alachisoft.ncache.common.monitoring.ICollector Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package com.alachisoft.ncache.common.monitoring;


public interface ICollector
{
    String getCouneterName();
    void setCouneterName(String value);

    String getName();
    void setName(String value);


    double getLastValue();
    void setLastValue(double value);

    int getEventId();


    double Collectstats();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy