Uses of Class
org.opennms.netmgt.collection.api.AttributeGroup
-
-
Uses of AttributeGroup in org.opennms.features.collection.persistence.osgi
Methods in org.opennms.features.collection.persistence.osgi with parameters of type AttributeGroup Modifier and Type Method Description void
NullPersister. completeGroup(AttributeGroup group)
void
NullPersister. visitGroup(AttributeGroup group)
-
Uses of AttributeGroup in org.opennms.features.kafka.producer.collection
Methods in org.opennms.features.kafka.producer.collection with parameters of type AttributeGroup Modifier and Type Method Description void
KafkaPersister. completeGroup(AttributeGroup group)
void
KafkaPersister. visitGroup(AttributeGroup group)
-
Uses of AttributeGroup in org.opennms.netmgt.collectd
Subclasses of AttributeGroup in org.opennms.netmgt.collectd Modifier and Type Class Description class
AliasedGroup
AliasedGroup class.class
SnmpAttributeGroup
This attribute group overridesSnmpAttributeGroup.doShouldPersist()
so that persistence can be enabled if the SNMP ifType matches the value of ifType on theCollectionResource
.Methods in org.opennms.netmgt.collectd that return types with arguments of type AttributeGroup Modifier and Type Method Description Collection<AttributeGroup>
AliasedResource. getGroups()
getGroupsprotected Collection<AttributeGroup>
SnmpCollectionResource. getGroups()
getGroupsConstructors in org.opennms.netmgt.collectd with parameters of type AttributeGroup Constructor Description AliasedGroup(SnmpCollectionResource resource, AttributeGroup group)
Constructor for AliasedGroup. -
Uses of AttributeGroup in org.opennms.netmgt.collection.api
Methods in org.opennms.netmgt.collection.api that return AttributeGroup Modifier and Type Method Description AttributeGroup
LatencyCollectionResource. getGroup(AttributeGroupType groupType)
Finds, or creates, and returns the AttributeGroup for the given group TypeMethods in org.opennms.netmgt.collection.api with parameters of type AttributeGroup Modifier and Type Method Description void
AbstractPersister. completeGroup(AttributeGroup group)
completeGroupvoid
CollectionSetVisitor. completeGroup(AttributeGroup group)
completeGroupprotected void
AbstractPersister. pushShouldPersist(AttributeGroup group)
pushShouldPersistvoid
AbstractPersister. visitGroup(AttributeGroup group)
visitGroupvoid
CollectionSetVisitor. visitGroup(AttributeGroup group)
visitGroup -
Uses of AttributeGroup in org.opennms.netmgt.collection.persistence.evaluate
Methods in org.opennms.netmgt.collection.persistence.evaluate with parameters of type AttributeGroup Modifier and Type Method Description void
EvaluateGroupPersister. completeGroup(AttributeGroup group)
void
EvaluateGroupPersister. visitGroup(AttributeGroup group)
-
Uses of AttributeGroup in org.opennms.netmgt.collection.persistence.newts
Methods in org.opennms.netmgt.collection.persistence.newts with parameters of type AttributeGroup Modifier and Type Method Description void
NewtsPersister. completeGroup(AttributeGroup group)
completeGroupvoid
NewtsPersister. visitGroup(AttributeGroup group)
visitGroup -
Uses of AttributeGroup in org.opennms.netmgt.collection.persistence.rrd
Methods in org.opennms.netmgt.collection.persistence.rrd with parameters of type AttributeGroup Modifier and Type Method Description void
GroupPersister. completeGroup(AttributeGroup group)
completeGroupvoid
GroupPersister. visitGroup(AttributeGroup group)
visitGroupvoid
OneToOnePersister. visitGroup(AttributeGroup group)
visitGroup -
Uses of AttributeGroup in org.opennms.netmgt.collection.persistence.tcp
Methods in org.opennms.netmgt.collection.persistence.tcp with parameters of type AttributeGroup Modifier and Type Method Description void
TcpGroupPersister. completeGroup(AttributeGroup group)
void
TcpGroupPersister. visitGroup(AttributeGroup group)
-
Uses of AttributeGroup in org.opennms.netmgt.collection.support
Subclasses of AttributeGroup in org.opennms.netmgt.collection.support Modifier and Type Class Description class
AttributeGroupWrapper
Delegates the visit calls to the wrapped attribut group.Methods in org.opennms.netmgt.collection.support that return AttributeGroup Modifier and Type Method Description AttributeGroup
AbstractCollectionResource. getGroup(AttributeGroupType groupType)
Finds, or creates, and returns the AttributeGroup for the given group TypeMethods in org.opennms.netmgt.collection.support with parameters of type AttributeGroup Modifier and Type Method Description void
AbstractCollectionSetVisitor. completeGroup(AttributeGroup group)
completeGroupvoid
CollectionSetVisitorWrapper. completeGroup(AttributeGroup group)
completeGroupvoid
DelegatingPersister. completeGroup(AttributeGroup group)
void
AbstractCollectionSetVisitor. visitGroup(AttributeGroup group)
visitGroupvoid
CollectionSetVisitorWrapper. visitGroup(AttributeGroup group)
visitGroupvoid
DelegatingPersister. visitGroup(AttributeGroup group)
Constructors in org.opennms.netmgt.collection.support with parameters of type AttributeGroup Constructor Description AttributeGroupWrapper(AttributeGroup wrapped)
-
Uses of AttributeGroup in org.opennms.netmgt.mock
Methods in org.opennms.netmgt.mock with parameters of type AttributeGroup Modifier and Type Method Description void
MockPersister. completeGroup(AttributeGroup group)
void
MockPersister. visitGroup(AttributeGroup group)
-
Uses of AttributeGroup in org.opennms.netmgt.timeseries.samplewrite
Methods in org.opennms.netmgt.timeseries.samplewrite with parameters of type AttributeGroup Modifier and Type Method Description void
TimeseriesPersister. completeGroup(AttributeGroup group)
completeGroupvoid
TimeseriesPersister. visitGroup(AttributeGroup group)
visitGroup
-