public class SFlowTelemetryAdapter extends AbstractPersistingAdapter
Constructor and Description |
---|
SFlowTelemetryAdapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<CollectionSetWithAgent> |
handleMessage(TelemetryMessageLogEntry message,
TelemetryMessageLog messageLog)
Build a collection set from the given message.
|
void |
setCollectionAgentFactory(CollectionAgentFactory collectionAgentFactory) |
void |
setInterfaceToNodeCache(InterfaceToNodeCache interfaceToNodeCache) |
destroy, getCollectionBuilder, getScript, getThresholdingService, handleMessageLog, setBundleContext, setConfig, setFilterDao, setPersisterFactory, setScript, setThresholdingService
public SFlowTelemetryAdapter(String name, com.codahale.metrics.MetricRegistry metricRegistry)
public java.util.stream.Stream<CollectionSetWithAgent> handleMessage(TelemetryMessageLogEntry message, TelemetryMessageLog messageLog)
AbstractPersistingAdapter
handleMessage
in class AbstractPersistingAdapter
message
- message to be converted into a collection setmessageLog
- message log to which the message belongsCollectionSetWithAgent
or an empty value if nothing
should be persistedpublic void setCollectionAgentFactory(CollectionAgentFactory collectionAgentFactory)
public void setInterfaceToNodeCache(InterfaceToNodeCache interfaceToNodeCache)
Copyright © 2021. All rights reserved.