| Package | Description |
|---|---|
| com.aurea.sonic.monitor.plugins.sink.offload | |
| com.sonicsw.mf.framework.monitor.offload.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
SinkOffload.destroy() |
void |
SinkOffload.init() |
void |
SinkOffload.offloadMetrics(com.sonicsw.mf.common.metrics.IMetric[] ids,
com.sonicsw.mf.common.runtime.ICanonicalName source) |
void |
SinkOffload.offloadNotification(com.sonicsw.mf.common.runtime.INotification notification) |
void |
SinkOffload.start() |
void |
SinkOffload.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
IAnalyticsOffload.destroy()
Destroy the offload provider - called on Collections Monitor termination and cleanup.
|
void |
IAnalyticsOffload.init()
Open the offload provider - called on Collections Monitor initialization
|
void |
IAnalyticsOffload.offloadMetrics(com.sonicsw.mf.common.metrics.IMetric[] metrics,
com.sonicsw.mf.common.runtime.ICanonicalName source)
Offload collected metrics from a source component
|
void |
IAnalyticsOffload.offloadNotification(com.sonicsw.mf.common.runtime.INotification notification)
Offload a notification
|
void |
IAnalyticsOffload.start()
Start the offload provider - called on Collections Monitor start.
|
void |
IAnalyticsOffload.stop()
Stop the offload provider - called on Collections Monitor stop.
|
Copyright © 2015. All Rights Reserved.