Modifier and Type | Class and Description |
---|---|
class |
NullPersister |
Modifier and Type | Method and Description |
---|---|
Persister |
OsgiPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
OsgiPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaPersister |
Modifier and Type | Method and Description |
---|---|
Persister |
KafkaPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
KafkaPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
MibPropertyAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
abstract void |
SnmpAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
HexStringAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
void |
StringAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
NumericAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
SnmpAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
Modifier and Type | Method and Description |
---|---|
void |
WmiCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
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 |
---|---|
Persister |
PersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository)
Creates a visitor that is used to persist attributes in a
CollectionSet . |
Persister |
PersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes)
Creates a visitor that is used to persist attributes in a
CollectionSet . |
Modifier and Type | Method and Description |
---|---|
void |
LatencyCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
void |
CollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
CollectionAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
void |
LatencyCollectionAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluatePersister
The Class AbstractEvaluatePersister.
|
class |
EvaluateGroupPersister
The Class EvaluateGroupPersister.
|
class |
EvaluateSinglePersister
The Class EvaluateSinglePersister.
|
Modifier and Type | Method and Description |
---|---|
Persister |
EvaluatePersisterFactory.createGroupPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters)
Creates a new EvaluatePersister object when storeByGroup is enabled.
|
Persister |
EvaluatePersisterFactory.createOneToOnePersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters)
Creates a new EvaluatePersister object when storeByGroup is disabled.
|
Persister |
EvaluatePersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
EvaluatePersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
NewtsPersister
Newts persistence strategy.
|
Modifier and Type | Method and Description |
---|---|
Persister |
NewtsPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
NewtsPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
BasePersister
BasePersister class.
|
class |
GroupPersister
GroupPersister class.
|
class |
OneToOnePersister
OneToOnePersister class.
|
Modifier and Type | Method and Description |
---|---|
Persister |
RrdPersisterFactory.createGroupPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean dontReorderAttributes) |
Persister |
RrdPersisterFactory.createOneToOnePersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean dontReorderAttributes) |
Persister |
RrdPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
RrdPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
TcpBasePersister |
class |
TcpGroupPersister |
class |
TcpSinglePersister |
Modifier and Type | Method and Description |
---|---|
Persister |
TcpPersisterFactory.createGroupPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters)
Creates a new TcpPersister object when storeByGroup is enabled.
|
Persister |
TcpPersisterFactory.createOneToOnePersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters)
Creates a new TcpPersister object when storeByGroup is disabled.
|
Persister |
TcpPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
TcpPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPersister |
Modifier and Type | Method and Description |
---|---|
Persister |
DelegatingPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
DelegatingPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCollectionAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
void |
CollectionAttributeWrapper.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
Constructor and Description |
---|
DelegatingPersister(List<Persister> delegates) |
Modifier and Type | Class and Description |
---|---|
class |
MockPersister |
Modifier and Type | Method and Description |
---|---|
Persister |
MockPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
MockPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
TimeseriesPersister
TimeseriesPersister persistence strategy.
|
Modifier and Type | Method and Description |
---|---|
Persister |
TimeseriesPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository) |
Persister |
TimeseriesPersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes) |
Copyright © 2021. All rights reserved.