public abstract class MetricAdvisory extends AdvisoryEvent
Title: Structured Data Objects
Description: An Advisory Event
that represents a Metric Value.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
MetricAdvisory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdvisoryMessage() |
java.lang.String |
getDescription() |
long |
getMaxThreshold() |
java.util.Date |
getMetricTimestamp() |
long |
getMinThreshold() |
java.lang.String |
getName() |
long |
getResetInterval() |
Unit |
getUnits() |
long |
getValue() |
void |
init(Metric metric) |
void |
setAdvisoryMessage(java.lang.String advisoryMessage) |
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public java.lang.String getAdvisoryMessage()
public void setAdvisoryMessage(java.lang.String advisoryMessage)
public void init(Metric metric)
public java.lang.String getDescription()
public long getMinThreshold()
public long getMaxThreshold()
public long getValue()
public Unit getUnits()
public java.lang.String getName()
public java.util.Date getMetricTimestamp()
public long getResetInterval()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.