public abstract class AbstractEvaluatePersister extends AbstractPersister
Modifier and Type | Field and Description |
---|---|
protected EvaluateStats |
stats
The evaluation statistics.
|
LOG
Constructor and Description |
---|
AbstractEvaluatePersister(EvaluateStats stats,
ServiceParameters params,
RrdRepository repository)
Instantiates a new evaluate persister.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getResourceId(CollectionResource resource)
Gets the resource id.
|
boolean |
isIgnorePersist()
isIgnorePersist
|
protected void |
persistStringAttribute(ResourcePath path,
String key,
String value) |
commitBuilder, completeAttribute, completeGroup, completeResource, getRepository, persistNumericAttribute, persistStringAttribute, popShouldPersist, pushShouldPersist, pushShouldPersist, pushShouldPersist, setBuilder, setIgnorePersist, setRepository, shouldPersist, storeAttribute, visitAttribute, visitGroup, visitResource
completeCollectionSet, visitCollectionSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
completeCollectionSet, visitCollectionSet
protected EvaluateStats stats
public AbstractEvaluatePersister(EvaluateStats stats, ServiceParameters params, RrdRepository repository)
stats
- the evaluation statistics objectparams
- the service parametersrepository
- the repositoryprotected void persistStringAttribute(ResourcePath path, String key, String value) throws PersistException
persistStringAttribute
in class AbstractPersister
PersistException
public boolean isIgnorePersist()
AbstractPersister
isIgnorePersist
isIgnorePersist
in class AbstractPersister
protected String getResourceId(CollectionResource resource)
resource
- the resourceCopyright © 2021. All rights reserved.