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

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

There is a newer version: 5.3.3
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy