com.alachisoft.ncache.common.monitoring.ICollector Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy