java.lang.Object
org.epics.archiverappliance.retrieval.postprocessors.PostProcessors

public class PostProcessors extends Object
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 Details

    • DEFAULT_SUMMARIZING_INTERVAL

      public static final int DEFAULT_SUMMARIZING_INTERVAL
      See Also:
  • Constructor Details

    • PostProcessors

      public PostProcessors()
  • Method Details

    • findPostProcessor

      public static PostProcessor findPostProcessor(String postProcessorUserArg)