Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionResource
A base (partial) implementation of CollectionResource, implementing common features (to reduce repeated code)
Typically used by the non-SNMP collectors (SNMP has it's own set of classes for this).
|
class |
AliasedResource
AliasedResource class.
|
class |
GenericIndexResource
GenericIndexResource class.
|
class |
IfInfo
This class encapsulates all the information required by the SNMP collector in
order to perform data collection for an individual interface and store that
data in an appropriately named RRD file.
|
class |
NodeInfo
This class encapsulates all of the node-level data required by the SNMP data
collector in order to successfully perform data collection for a scheduled
primary SNMP interface.
|
class |
SnmpCollectionResource
Abstract SnmpCollectionResource class.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
SnmpAttribute.getResource()
getResource
|
abstract CollectionResource |
AbstractCollectionAttribute.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends CollectionResource> |
SnmpCollectionSet.getResources()
getResources
|
Collection<? extends CollectionResource> |
OnmsSnmpCollection.getResources(CollectionAgent agent)
getResources
|
Modifier and Type | Method and Description |
---|---|
void |
BasePersister.completeResource(CollectionResource resource)
completeResource
|
void |
AbstractCollectionSetVisitor.completeResource(CollectionResource resource)
completeResource
|
protected void |
BasePersister.createBuilder(CollectionResource resource,
String name,
AttributeDefinition attributeType)
createBuilder
|
protected void |
BasePersister.createBuilder(CollectionResource resource,
String name,
Set<AttributeDefinition> attributeTypes)
createBuilder
|
protected void |
BasePersister.pushShouldPersist(CollectionResource resource)
pushShouldPersist
|
boolean |
PersistRegexSelectorStrategy.shouldPersist(CollectionResource resource) |
boolean |
PersistenceSelectorStrategy.shouldPersist(CollectionResource resource) |
boolean |
PersistAllSelectorStrategy.shouldPersist(CollectionResource resource) |
abstract void |
ResourceVisitor.visitResource(CollectionResource resource)
visitResource
|
void |
BasePersister.visitResource(CollectionResource resource)
visitResource
|
void |
AbstractCollectionSetVisitor.visitResource(CollectionResource resource)
visitResource
|
Constructor and Description |
---|
AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute.
|
AliasedGroup(CollectionResource resource,
AttributeGroup group)
Constructor for AliasedGroup.
|
SnmpAttribute(CollectionResource resource,
SnmpAttributeType type,
SnmpValue val)
Constructor for SnmpAttribute.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcCollectionResource |
class |
JdbcMultiInstanceCollectionResource |
class |
JdbcSingleInstanceCollectionResource |
Modifier and Type | Method and Description |
---|---|
CollectionResource |
JdbcCollectionAttribute.getResource() |
Modifier and Type | Class and Description |
---|---|
class |
TcaCollectionResource
The Class TcaCollectionResource.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
TcaCollectionAttribute.getResource() |
Modifier and Type | Class and Description |
---|---|
class |
VmwareCimCollectionResource |
class |
VmwareCimMultiInstanceCollectionResource |
class |
VmwareCimSingleInstanceCollectionResource |
Modifier and Type | Method and Description |
---|---|
CollectionResource |
VmwareCimCollectionAttribute.getResource() |
Modifier and Type | Class and Description |
---|---|
class |
VmwareCollectionResource |
class |
VmwareMultiInstanceCollectionResource |
class |
VmwareSingleInstanceCollectionResource |
Modifier and Type | Method and Description |
---|---|
CollectionResource |
VmwareCollectionAttribute.getResource() |
Modifier and Type | Class and Description |
---|---|
class |
WmiCollectionResource
Abstract WmiCollectionResource class.
|
class |
WmiMultiInstanceCollectionResource
WmiMultiInstanceCollectionResource class.
|
class |
WmiSingleInstanceCollectionResource
WmiSingleInstanceCollectionResource class.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
WmiCollectionAttribute.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
String |
StorageStrategy.getResourceNameFromIndex(CollectionResource resource)
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
CollectionAttribute.getResource()
getResource
|
CollectionResource |
AttributeGroup.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionSetVisitor.completeResource(CollectionResource resource)
completeResource
|
void |
CollectionSetVisitor.visitResource(CollectionResource resource)
visitResource
|
Constructor and Description |
---|
AttributeGroup(CollectionResource resource,
AttributeGroupType groupType)
Constructor for AttributeGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
StringAttributeVisitor.completeResource(CollectionResource resource) |
String |
SiblingColumnStorageStrategy.getResourceNameFromIndex(CollectionResource resource)
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
String |
IndexStorageStrategy.getResourceNameFromIndex(CollectionResource resource)
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
String |
HostFileSystemStorageStrategy.getResourceNameFromIndex(CollectionResource resource)
Deprecated.
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
String |
FrameRelayStorageStrategy.getResourceNameFromIndex(CollectionResource resource)
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
void |
StringAttributeVisitor.visitResource(CollectionResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
LatencyCollectionResource
LatencyCollectionResource class.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
LatencyCollectionAttribute.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
XmpCollectionAttribute.getResource()
Getter for the field
resource . |
Modifier and Type | Method and Description |
---|---|
List<Event> |
CollectorThresholdingSet.applyThresholds(CollectionResource resource,
Map<String,CollectionAttribute> attributesMap,
Date collectionTimestamp) |
void |
ThresholdingVisitor.completeResource(CollectionResource resource)
Apply threshold for specific resource (and required attributes).
|
protected boolean |
CollectorThresholdingSet.isCollectionEnabled(CollectionResource resource) |
void |
ThresholdingVisitor.visitResource(CollectionResource resource)
Clear required attributes map
|
Constructor and Description |
---|
CollectionResourceWrapper(Date collectionTimestamp,
int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository,
CollectionResource resource,
Map<String,CollectionAttribute> attributes)
Constructor for CollectionResourceWrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlCollectionResource
The abstract Class XmlCollectionResource.
|
class |
XmlMultiInstanceCollectionResource
The Class XmlMultiInstanceCollectionResource.
|
class |
XmlSingleInstanceCollectionResource
The Class XmlSingleInstanceCollectionResource.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
XmlCollectionAttribute.getResource() |
Modifier and Type | Method and Description |
---|---|
String |
XmlStorageStrategy.getResourceNameFromIndex(CollectionResource resource) |
Copyright © 2015. All Rights Reserved.