Modifier and Type | Method and Description |
---|---|
ServiceParameters |
OnmsSnmpCollection.getServiceParameters()
getServiceParameters
|
ServiceParameters |
CollectionSpecification.getServiceParameters()
Return a read only instance of the parameters, which consists of the overall service parameters,
plus various other Collection specific parameters (e.g.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AliasedAttribute.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
boolean |
AliasedGroup.shouldPersist(ServiceParameters params)
shouldPersist
|
boolean |
GenericIndexResource.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
boolean |
IfInfo.shouldPersist(ServiceParameters serviceParameters)
Determines whether the attribute should be persisted.
|
abstract boolean |
SnmpCollectionResource.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
boolean |
AliasedResource.shouldPersist(ServiceParameters serviceParameters)
Determines whether the attribute should be persisted.
|
boolean |
NodeInfo.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
Constructor and Description |
---|
IfAliasResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection,
ServiceParameters params,
IfResourceType ifResourceType)
Constructor for IfAliasResourceType.
|
OnmsSnmpCollection(SnmpCollectionAgent agent,
ServiceParameters params)
Constructor for OnmsSnmpCollection.
|
OnmsSnmpCollection(SnmpCollectionAgent agent,
ServiceParameters params,
DataCollectionConfigDao config)
Constructor for OnmsSnmpCollection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WmiMultiInstanceCollectionResource.shouldPersist(ServiceParameters params) |
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 .
|
boolean |
Persistable.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
boolean |
AttributeGroup.shouldPersist(ServiceParameters params)
shouldPersist
|
Constructor and Description |
---|
AbstractPersister(ServiceParameters params,
RrdRepository repository)
Constructor for BasePersister.
|
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) |
Constructor and Description |
---|
AbstractEvaluatePersister(EvaluateStats stats,
ServiceParameters params,
RrdRepository repository)
Instantiates a new evaluate persister.
|
EvaluateGroupPersister(EvaluateStats stats,
ServiceParameters params,
RrdRepository repository)
Instantiates a new evaluate persister.
|
EvaluateSinglePersister(EvaluateStats stats,
ServiceParameters params,
RrdRepository repository)
Instantiates a new evaluate persister.
|
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) |
Constructor and Description |
---|
NewtsPersister(ServiceParameters params,
RrdRepository repository,
NewtsWriter newtsWriter,
NewtsResourceStorageDao resourceStorageDao) |
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) |
Constructor and Description |
---|
BasePersister(ServiceParameters params,
RrdRepository repository,
RrdStrategy<?,?> rrdStrategy,
ResourceStorageDao resourceStorageDao)
Constructor for BasePersister.
|
GroupPersister(ServiceParameters params,
RrdRepository repository,
RrdStrategy<?,?> rrdStrategy,
ResourceStorageDao resourceStorageDao)
Constructor for GroupPersister.
|
OneToOnePersister(ServiceParameters params,
RrdRepository repository,
RrdStrategy<?,?> rrdStrategy,
ResourceStorageDao resourceStorageDao)
Constructor for OneToOnePersister.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCollectionAttribute.shouldPersist(ServiceParameters params) |
boolean |
AbstractCollectionResource.shouldPersist(ServiceParameters params)
Resources should be persisted by default.
|
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 |
---|---|
boolean |
LatencyCollectionAttribute.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
boolean |
LatencyCollectionResource.shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DistributedLatencyCollectionResource.shouldPersist(ServiceParameters params) |
Modifier and Type | Method and Description |
---|---|
static ThresholdingVisitor |
ThresholdingVisitor.create(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repo,
ServiceParameters svcParams,
ResourceStorageDao resourceStorageDao)
Static method create must be used to create new ThresholdingVisitor instance.
|
Constructor and Description |
---|
CollectorThresholdingSet(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository,
ServiceParameters svcParams,
ResourceStorageDao resourceStorageDao)
Constructor for CollectorThresholdingSet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XmlMultiInstanceCollectionResource.shouldPersist(ServiceParameters params) |
Copyright © 2016. All rights reserved.