Modifier and Type | Method and Description |
---|---|
static Map<String,CollectionResource> |
CollectionSetUtils.getResourcesByLabel(CollectionSet collectionSet) |
Modifier and Type | Method and Description |
---|---|
void |
NullPersister.completeResource(CollectionResource resource) |
void |
NullPersister.visitResource(CollectionResource resource) |
Modifier and Type | Method and Description |
---|---|
void |
KafkaPersister.completeResource(CollectionResource resource) |
void |
KafkaPersister.visitResource(CollectionResource resource) |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
Collection<? extends CollectionResource> |
SnmpCollectionSet.getResources()
getResources
|
Collection<? extends CollectionResource> |
OnmsSnmpCollection.getResources(SnmpCollectionAgent agent)
getResources
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollectionSetToCollectionSetDTOConverter.addResourceToBuilder(CollectionSetBuilder builder,
CollectionResource collectionResource) |
boolean |
PersistRegexSelectorStrategy.shouldPersist(CollectionResource resource) |
abstract void |
ResourceVisitor.visitResource(CollectionResource resource)
visitResource
|
Constructor and Description |
---|
AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute.
|
SnmpAttribute(CollectionResource resource,
SnmpAttributeType type,
SnmpValue val)
Constructor for SnmpAttribute.
|
Modifier and Type | Class and Description |
---|---|
class |
LatencyCollectionResource
LatencyCollectionResource class.
|
Modifier and Type | Method and Description |
---|---|
CollectionResource |
CollectionAttribute.getResource()
getResource
|
CollectionResource |
LatencyCollectionAttribute.getResource()
getResource
|
CollectionResource |
AttributeGroup.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionSetVisitor.completeResource(CollectionResource resource)
completeResource
|
void |
AbstractPersister.completeResource(CollectionResource resource)
completeResource
|
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.
|
void |
AbstractPersister.pushShouldPersist(CollectionResource resource)
Push
CollectionResource instances directly onto the stack without checking
AbstractPersister.top() since they are the top-level resources. |
boolean |
PersistenceSelectorStrategy.shouldPersist(CollectionResource resource) |
void |
CollectionSetVisitor.visitResource(CollectionResource resource)
visitResource
|
void |
AbstractPersister.visitResource(CollectionResource resource)
visitResource
|
Constructor and Description |
---|
AttributeGroup(CollectionResource resource,
AttributeGroupType groupType)
Constructor for AttributeGroup.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractEvaluatePersister.getResourceId(CollectionResource resource)
Gets the resource id.
|
Modifier and Type | Method and Description |
---|---|
protected RrdPersistOperationBuilder |
BasePersister.createBuilder(CollectionResource resource,
String name,
Set<CollectionAttributeType> attributeTypes)
createBuilder
|
Modifier and Type | Method and Description |
---|---|
protected TcpPersistOperationBuilder |
TcpBasePersister.createBuilder(CollectionResource resource,
String name,
Set<CollectionAttributeType> attributeTypes) |
Modifier and Type | Class and Description |
---|---|
class |
MultiResourceCollectionSet<T extends CollectionResource> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionResource
A base class for
CollectionResource objects, implementing common features (to reduce repeated code). |
class |
CollectionResourceWrapper
Delegates the visit calls to the wrapped resource.
|
Modifier and Type | Field and Description |
---|---|
protected CollectionResource |
AbstractCollectionAttribute.m_resource |
Modifier and Type | Method and Description |
---|---|
CollectionResource |
SingleResourceCollectionSet.getCollectionResource() |
CollectionResource |
AttributeGroupWrapper.getResource()
getResource
|
CollectionResource |
AbstractCollectionAttribute.getResource() |
CollectionResource |
CollectionAttributeWrapper.getResource()
getResource
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionSetVisitorWrapper.completeResource(CollectionResource resource)
completeResource
|
void |
AbstractCollectionSetVisitor.completeResource(CollectionResource resource)
completeResource
|
void |
DelegatingPersister.completeResource(CollectionResource resource) |
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 |
JexlIndexStorageStrategy.getResourceNameFromIndex(CollectionResource resource)
This functions translate resourceIndex into a "unique" and "non-variable" name that could be identify
a resource, as described earlier.
|
boolean |
PersistAllSelectorStrategy.shouldPersist(CollectionResource resource) |
void |
JexlIndexStorageStrategy.updateContext(org.apache.commons.jexl2.JexlContext context,
CollectionResource resource) |
void |
ObjectNameStorageStrategy.updateContext(org.apache.commons.jexl2.JexlContext context,
CollectionResource resource) |
void |
CollectionSetVisitorWrapper.visitResource(CollectionResource resource)
visitResource
|
void |
AbstractCollectionSetVisitor.visitResource(CollectionResource resource)
visitResource
|
void |
DelegatingPersister.visitResource(CollectionResource resource) |
Constructor and Description |
---|
AbstractCollectionAttribute(CollectionAttributeType attribType,
CollectionResource resource) |
CollectionResourceWrapper(CollectionResource wrapped) |
SingleResourceCollectionSet(CollectionResource resource,
Date timestamp) |
Modifier and Type | Method and Description |
---|---|
String |
PerspectiveResponseTimeResource.getLabel(CollectionResource resource) |
String |
LatencyTypeResource.getLabel(CollectionResource resource) |
String |
DeferredGenericTypeResource.getLabel(CollectionResource resource) |
String |
NodeLevelResource.getLabel(CollectionResource resource) |
String |
Resource.getLabel(CollectionResource resource)
Returns a unique label for the instance of this resource.
|
String |
InterfaceLevelResource.getLabel(CollectionResource resource) |
String |
GenericTypeResource.getLabel(CollectionResource resource) |
ResourcePath |
PerspectiveResponseTimeResource.getPath(CollectionResource resource) |
ResourcePath |
LatencyTypeResource.getPath(CollectionResource resource) |
ResourcePath |
DeferredGenericTypeResource.getPath(CollectionResource resource) |
ResourcePath |
NodeLevelResource.getPath(CollectionResource resource) |
ResourcePath |
Resource.getPath(CollectionResource resource)
Retrieves the path of the resource, relative to the repository root.
|
ResourcePath |
InterfaceLevelResource.getPath(CollectionResource resource) |
ResourcePath |
GenericTypeResource.getPath(CollectionResource resource) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MockPersister.completeResource(CollectionResource resource) |
void |
MockPersister.visitResource(CollectionResource resource) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
ThresholdingSetImpl.applyThresholds(CollectionResource resource,
Map<String,CollectionAttribute> attributesMap,
Date collectionTimestamp,
Long sequenceNumber) |
void |
ThresholdingVisitorImpl.completeResource(CollectionResource resource)
Apply threshold for specific resource (and required attributes).
|
void |
ThresholdingVisitorImpl.visitResource(CollectionResource resource) |
Constructor and Description |
---|
CollectionResourceWrapper(Date collectionTimestamp,
int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository,
CollectionResource resource,
Map<String,CollectionAttribute> attributes,
ResourceStorageDao resourceStorageDao,
IfLabel ifLabelDao,
Long sequenceNumber)
Constructor for CollectionResourceWrapper.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
MetaTagDataLoader.load(CollectionResource resource) |
void |
TimeseriesPersister.visitResource(CollectionResource resource) |
Modifier and Type | Method and Description |
---|---|
String |
XmlStorageStrategy.getResourceNameFromIndex(CollectionResource resource) |
Copyright © 2021. All rights reserved.