Class PostProcessors
java.lang.Object
org.epics.archiverappliance.retrieval.postprocessors.PostProcessors
Factory class for post processors.
We use startsWith on the identity so we have to be careful when one post processor's identity is a substring of another.
If possible, avoid
- Author:
- mshankar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PostProcessorfindPostProcessor(String postProcessorUserArg)
-
Field Details
-
DEFAULT_SUMMARIZING_INTERVAL
public static final int DEFAULT_SUMMARIZING_INTERVAL- See Also:
-
-
Constructor Details
-
PostProcessors
public PostProcessors()
-
-
Method Details
-
findPostProcessor
-