public interface IAnalyticsOffload
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the offload provider - called on Collections Monitor termination and cleanup.
|
void |
init()
Open the offload provider - called on Collections Monitor initialization
|
void |
offloadMetrics(com.sonicsw.mf.common.metrics.IMetric[] metrics,
com.sonicsw.mf.common.runtime.ICanonicalName source)
Offload collected metrics from a source component
|
void |
offloadNotification(com.sonicsw.mf.common.runtime.INotification notification)
Offload a notification
|
void |
start()
Start the offload provider - called on Collections Monitor start.
|
void |
stop()
Stop the offload provider - called on Collections Monitor stop.
|
void init()
throws AnalyticsOffloadException
AnalyticsOffloadExceptionvoid destroy()
throws AnalyticsOffloadException
AnalyticsOffloadExceptionvoid start()
throws AnalyticsOffloadException
AnalyticsOffloadExceptionvoid stop()
throws AnalyticsOffloadException
AnalyticsOffloadExceptionvoid offloadNotification(com.sonicsw.mf.common.runtime.INotification notification)
throws AnalyticsOffloadException
notification - AnalyticsOffloadExceptionvoid offloadMetrics(com.sonicsw.mf.common.metrics.IMetric[] metrics,
com.sonicsw.mf.common.runtime.ICanonicalName source)
throws AnalyticsOffloadException
metrics - source - component canonical nameAnalyticsOffloadExceptionCopyright © 2015. All Rights Reserved.