|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.AbstractCollectionAttribute
org.opennms.netmgt.collectd.jdbc.JdbcCollectionAttribute
public class JdbcCollectionAttribute
| Constructor Summary | |
|---|---|
JdbcCollectionAttribute(JdbcCollectionResource resource,
CollectionAttributeType attribType,
String alias,
String value)
|
|
| Method Summary | |
|---|---|
CollectionAttributeType |
getAttributeType()
getAttributeType |
String |
getName()
getName |
String |
getNumericValue()
getNumericValue |
CollectionResource |
getResource()
getResource |
String |
getStringValue()
getStringValue |
String |
getType()
Returns type of value (typically one of "counter", "gauge", "timeticks", "integer", "octetstring" - see NumericAttributeType) |
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted. |
String |
toString()
|
| Methods inherited from class org.opennms.netmgt.collectd.AbstractCollectionAttribute |
|---|
log, storeAttribute, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.collectd.CollectionAttribute |
|---|
storeAttribute, visit |
| Constructor Detail |
|---|
public JdbcCollectionAttribute(JdbcCollectionResource resource,
CollectionAttributeType attribType,
String alias,
String value)
| Method Detail |
|---|
public CollectionAttributeType getAttributeType()
AbstractCollectionAttributegetAttributeType
getAttributeType in interface CollectionAttributegetAttributeType in class AbstractCollectionAttributeCollectionAttributeType object.public String getName()
AbstractCollectionAttributegetName
getName in interface CollectionAttributegetName in class AbstractCollectionAttributeString object.public String getNumericValue()
AbstractCollectionAttributegetNumericValue
getNumericValue in interface CollectionAttributegetNumericValue in class AbstractCollectionAttributeString object.public CollectionResource getResource()
AbstractCollectionAttributegetResource
getResource in interface CollectionAttributegetResource in class AbstractCollectionAttributeCollectionResource object.public String getStringValue()
AbstractCollectionAttributegetStringValue
getStringValue in interface CollectionAttributegetStringValue in class AbstractCollectionAttributeString object.public boolean shouldPersist(ServiceParameters params)
AbstractCollectionAttribute
shouldPersist in interface CollectionAttributeshouldPersist in class AbstractCollectionAttributeparams - a ServiceParameters object.
public String getType()
CollectionAttribute
getType in interface CollectionAttributepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||