Class PopulationVariance
java.lang.Object
org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsPostProcessor
org.epics.archiverappliance.retrieval.postprocessors.PopulationVariance
- All Implemented Interfaces:
FillNoFillSupport,PostProcessor,PostProcessorWithConsolidatedEventStream
Implements the SummaryStatistics.getPopulationVariance
- Author:
- mshankar
-
Field Summary
Fields inherited from class org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsPostProcessor
consolidatedData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe string used by clients to identify this post processor when making retrieval requests.Methods inherited from class org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsPostProcessor
doNotInheritValuesFromPrevioisBins, estimateMemoryConsumption, getBinTimestamps, getBinTimestamps, getConsolidatedEventStream, getElementCount, getEndBinEpochSeconds, getExtension, getStartBinEpochSeconds, initialize, isProvidingVectorData, wrap, zeroOutEmptyBinsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.epics.archiverappliance.retrieval.postprocessors.PostProcessor
estimateMemoryConsumption, getExtension, initialize, wrap
-
Constructor Details
-
PopulationVariance
public PopulationVariance()
-
-
Method Details
-
getIdentity
Description copied from interface:PostProcessorThe string used by clients to identify this post processor when making retrieval requests. For example to identify the FirstSamplePP postprocessor, users would add a pp=firstSample to the request for data. The situation is a little more complex; if a post processor has parameters then it needs to combine these into a string and offer that as an extension. The identity is just the starting part of this.- For example, pp=firstSample_600 asks the server to sparsify with an interval of 600 seconds.
- identity is firstSample.
- extension is firstSample_600.
- User specifies firstSample_600.
- ETL caches the data as firstSample_600 if asked to.
- Specified by:
getIdentityin interfacePostProcessor- Specified by:
getIdentityin classSummaryStatsPostProcessor- Returns:
- identify
-
getCollector
- Specified by:
getCollectorin classSummaryStatsPostProcessor
-