Modifier and Type | Class and Description |
---|---|
protected static class |
PersistRegexSelectorStrategy.EvaluatorContextVisitor |
class |
ResourceVisitor
Abstract ResourceVisitor class.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollectionSet.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
SnmpCollectionResource.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
AliasedResource.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
AliasedGroup.visit(CollectionSetVisitor visitor)
visit
|
Modifier and Type | Method and Description |
---|---|
void |
TcaCollectionSet.visit(CollectionSetVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionVisitable.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
AttributeGroup.visit(CollectionSetVisitor visitor)
visit
|
Modifier and Type | Class and Description |
---|---|
class |
BasePersister
BasePersister class.
|
class |
GroupPersister
GroupPersister class.
|
class |
OneToOnePersister
OneToOnePersister class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionSetVisitor
This AbstractCollectionSetVisitor class provides no-op implementations of
all of the
CollectionSetVisitor methods so that you can override
specific methods as needed to implement your visitor. |
Modifier and Type | Method and Description |
---|---|
void |
SingleResourceCollectionSet.visit(CollectionSetVisitor visitor) |
void |
MultiResourceCollectionSet.visit(CollectionSetVisitor visitor) |
void |
AbstractCollectionResource.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
AbstractCollectionAttribute.visit(CollectionSetVisitor visitor)
Since a
CollectionAttribute is a terminal value, we just visit and
complete it since it doesn't have any "children". |
Modifier and Type | Class and Description |
---|---|
class |
StringAttributeVisitor
StringAttributeVisitor
|
Modifier and Type | Method and Description |
---|---|
void |
LatencyCollectionResource.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
LatencyCollectionAttribute.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
Modifier and Type | Method and Description |
---|---|
void |
XmpCollectionSet.visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void |
XmpCollectionResource.visit(CollectionSetVisitor visitor)
Deprecated.
This class should be changed to store its
AttributeGroup
collection in AbstractCollectionResource.m_attributeGroups like all of the other implementations do. |
Modifier and Type | Class and Description |
---|---|
class |
ThresholdingVisitor
Implements CollectionSetVisitor to implement thresholding.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlAttributeCounter
The Class XmlAttributeCounter.
|
Copyright © 2015. All rights reserved.