Modifier and Type | Method and Description |
---|---|
void |
StringAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
HexStringAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
void |
NumericAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
abstract void |
SnmpAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
MibPropertyAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
void |
SnmpAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
Modifier and Type | Method and Description |
---|---|
void |
TcaCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
Modifier and Type | Method and Description |
---|---|
void |
VmwareCimCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
Modifier and Type | Method and Description |
---|---|
void |
VmwareCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
Modifier and Type | Method and Description |
---|---|
void |
WmiCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
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 .
|
Persister |
PersisterFactory.createPersister(ServiceParameters params,
RrdRepository repository,
boolean dontPersistCounters,
boolean forceStoreByGroup,
boolean dontReorderAttributes)
Creates a visitor that is used to persist attributes in a .
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister)
storeAttribute
|
void |
CollectionAttribute.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 | Method and Description |
---|---|
void |
AbstractCollectionAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
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 | Method and Description |
---|---|
void |
LatencyCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
void |
LatencyCollectionAttribute.storeAttribute(Persister persister)
Stores the attribute using the persister.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedLatencyCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
Modifier and Type | Method and Description |
---|---|
void |
XmlCollectionAttributeType.storeAttribute(CollectionAttribute attribute,
Persister persister) |
Copyright © 2017. All rights reserved.