Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.dao.support | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Double |
RrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval)
This method issues an round robin fetch command to retrieve the last
value of the data source stored in the specified RRD file.
|
Double |
RrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval,
int range)
This method issues an round robin fetch command to retrieve the last
value of the data source stored in the specified RRD file.
|
double |
RrdDao.getPrintValue(OnmsAttribute attribute,
String cf,
long start,
long end)
Get the value for an attribute over a period of time.
|
double[] |
RrdDao.getPrintValues(OnmsAttribute attribute,
String rraConsolidationFunction,
long startTimeInMillis,
long endTimeInMillis,
String... printFunctions)
Get the value for an attribute over a period of time.
|
Modifier and Type | Method and Description |
---|---|
Double |
MockRrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval) |
Double |
MockRrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval,
int range) |
double |
MockRrdDao.getPrintValue(OnmsAttribute attribute,
String cf,
long start,
long end) |
double[] |
MockRrdDao.getPrintValues(OnmsAttribute attribute,
String rraConsolidationFunction,
long startTimeInMillis,
long endTimeInMillis,
String... printFunctions) |
Modifier and Type | Field and Description |
---|---|
protected static Set<OnmsAttribute> |
NodeResourceType.s_emptyAttributeSet
Constant
s_emptyAttributeSet |
Modifier and Type | Method and Description |
---|---|
Set<OnmsAttribute> |
ResponseTimeResourceType.AttributeLoader.load() |
Set<OnmsAttribute> |
InterfaceSnmpResourceType.AttributeLoader.load() |
Set<OnmsAttribute> |
GenericIndexResourceType.AttributeLoader.load() |
Set<OnmsAttribute> |
GenericIndexResourceType.NodeSourceAttributeLoader.load() |
Set<OnmsAttribute> |
DistributedStatusResourceType.AttributeLoader.load() |
Modifier and Type | Method and Description |
---|---|
Double |
DefaultRrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval)
This method issues an round robin fetch command to retrieve the last
value of the data source stored in the specified RRD file.
|
Double |
DefaultRrdDao.getLastFetchValue(OnmsAttribute attribute,
int interval,
int range)
This method issues an round robin fetch command to retrieve the last
value of the data source stored in the specified RRD file.
|
double |
DefaultRrdDao.getPrintValue(OnmsAttribute attribute,
String cf,
long start,
long end)
Get the value for an attribute over a period of time.
|
double[] |
DefaultRrdDao.getPrintValues(OnmsAttribute attribute,
String rraConsolidationFunction,
long startTimeInMillis,
long endTimeInMillis,
String... printFunctions)
getPrintValues
|
void |
RrdStatisticAttributeVisitor.visit(OnmsAttribute attribute)
visit
|
void |
BottomNAttributeStatisticVisitor.visit(OnmsAttribute attribute,
double statistic)
visit
|
Modifier and Type | Method and Description |
---|---|
OnmsResource |
GenericIndexResourceType.getResourceByIndex(Set<OnmsAttribute> set,
String index)
getResourceByIndex
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalValueAttribute
ExternalValueAttribute class.
|
class |
RrdGraphAttribute
RrdGraphAttribute class.
|
class |
StringPropertyAttribute
StringPropertyAttribute class.
|
Modifier and Type | Method and Description |
---|---|
OnmsAttribute |
AttributeStatistic.getAttribute()
getAttribute
|
Modifier and Type | Method and Description |
---|---|
Set<OnmsAttribute> |
OnmsResource.getAttributes()
getAttributes
|
static Set<OnmsAttribute> |
ResourceTypeUtils.getAttributesAtRelativePath(File rrdDirectory,
String relativePath)
getAttributesAtRelativePath
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeVisitor.visit(OnmsAttribute attribute)
visit
|
void |
AttributeStatisticVisitor.visit(OnmsAttribute attribute,
double statistic)
visit
|
Constructor and Description |
---|
AttributeStatistic(OnmsAttribute attribute,
Double statistic)
Constructor for AttributeStatistic.
|
Constructor and Description |
---|
OnmsResource(String name,
String label,
OnmsResourceType resourceType,
Set<OnmsAttribute> attributes)
Constructor for OnmsResource.
|
OnmsResource(String name,
String label,
OnmsResourceType resourceType,
Set<OnmsAttribute> attributes,
List<OnmsResource> resources)
Constructor for OnmsResource.
|
Copyright © 2015. All rights reserved.