Modifier and Type | Class and Description |
---|---|
class |
NullPersister |
Modifier and Type | Class and Description |
---|---|
class |
KafkaPersister |
Modifier and Type | Class and Description |
---|---|
protected static class |
PersistRegexSelectorStrategy.EvaluatorContextVisitor |
class |
ResourceVisitor
Abstract ResourceVisitor class.
|
Modifier and Type | Method and Description |
---|---|
void |
AliasedGroup.visit(CollectionSetVisitor visitor)
visit
|
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 |
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)
|
Modifier and Type | Interface and Description |
---|---|
interface |
Persister
Persister interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersister
Common persister code that performs the following:
1) Determines which attributes should be persisted.
|
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 |
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)
|
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 |
AttributeGroup.visit(CollectionSetVisitor visitor)
visit
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionSetDTO.visit(CollectionSetVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluatePersister
The Class AbstractEvaluatePersister.
|
class |
EvaluateGroupPersister
The Class EvaluateGroupPersister.
|
class |
EvaluateSinglePersister
The Class EvaluateSinglePersister.
|
Modifier and Type | Class and Description |
---|---|
class |
NewtsPersister
Newts persistence strategy.
|
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 |
TcpBasePersister |
class |
TcpGroupPersister |
class |
TcpSinglePersister |
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. |
class |
CollectionSetVisitorWrapper
Delegates the visit calls to the wrapped visitor.
|
class |
DelegatingPersister |
Modifier and Type | Method and Description |
---|---|
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 |
SingleResourceCollectionSet.visit(CollectionSetVisitor visitor) |
void |
AttributeGroupWrapper.visit(CollectionSetVisitor visitor)
visit
|
void |
MultiResourceCollectionSet.visit(CollectionSetVisitor visitor) |
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". |
void |
CollectionAttributeWrapper.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 |
CollectionResourceWrapper.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)
|
Constructor and Description |
---|
CollectionSetVisitorWrapper(CollectionSetVisitor wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
StringAttributeVisitor
StringAttributeVisitor
|
Modifier and Type | Class and Description |
---|---|
class |
MockPersister |
Modifier and Type | Class and Description |
---|---|
class |
ThresholdingVisitorImpl
Implements CollectionSetVisitor to implement thresholding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ThresholdingVisitor
Implements CollectionSetVisitor to implement thresholding.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeseriesPersister
TimeseriesPersister persistence strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlAttributeCounter
The Class XmlAttributeCounter.
|
Copyright © 2021. All rights reserved.