com.alachisoft.ncache.common.monitoring.MetricsMonitor Maven / Gradle / Ivy
package com.alachisoft.ncache.common.monitoring;
import Alachisoft.NCache.Common.Exceptions.ManagementException;
import Alachisoft.NCache.Common.Exceptions.TimeoutException;
import com.alachisoft.ncache.runtime.exceptions.SecurityException;
import java.io.UnsupportedEncodingException;
public interface MetricsMonitor {
boolean getIsConnected();
void PublishMetadata(String sessionId, String version, ClientMetaData cacheMeta) throws Exception;
void PublishMetadata(String sessionId, CounterMetadataCollection counterMeta) throws Exception;
int PublishData(String session, CounterDataCollection data) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy