Uses of Class
org.epics.archiverappliance.common.TimeSpan
Packages that use TimeSpan
Package
Description
-
Uses of TimeSpan in org.epics.archiverappliance.common
Methods in org.epics.archiverappliance.common that return types with arguments of type TimeSpanModifier and TypeMethodDescriptionTimeUtils.breakIntoIntervals(Instant start, Instant end, long binSizeInSeconds) Break a time span into smaller time spans according to binSize The first time span has the start time and the end of the first bin.TimeUtils.breakIntoYearlyTimeSpans(Instant start, Instant end) Given a start time and an end time, this method breaks this span into a sequence of spans each of which fits within a year.Methods in org.epics.archiverappliance.common with parameters of type TimeSpan -
Uses of TimeSpan in org.epics.archiverappliance.retrieval
Methods in org.epics.archiverappliance.retrieval that return TimeSpan -
Uses of TimeSpan in org.epics.archiverappliance.retrieval.postprocessors
Methods in org.epics.archiverappliance.retrieval.postprocessors that return TimeSpanMethods in org.epics.archiverappliance.retrieval.postprocessors that return types with arguments of type TimeSpanModifier and TypeMethodDescriptionCAPlotBinning.getBinTimestamps()static LinkedList<TimeSpan> CAPlotBinning.getBinTimestamps(long firstBin, long lastBin, int intervalSecs) FirstFill.getBinTimestamps()LastFill.getBinTimestamps()LastSample.getBinTimestamps()NCount.getBinTimestamps()Nth.getBinTimestamps()Optimized.getBinTimestamps()OptimizedWithLastSample.getBinTimestamps()PostProcessorWithConsolidatedEventStream.getBinTimestamps()SummaryStatsPostProcessor.getBinTimestamps()static LinkedList<TimeSpan> SummaryStatsPostProcessor.getBinTimestamps(long firstBin, long lastBin, int intervalSecs) Method parameters in org.epics.archiverappliance.retrieval.postprocessors with type arguments of type TimeSpanModifier and TypeMethodDescriptionTimeSpanDependentProcessing.generateTimeSpanDependentProcessors(List<TimeSpan> timeSpans) The data source resolution will call this method to give the post processor a chance to implement time span dependent post processing.TwoWeekRaw.generateTimeSpanDependentProcessors(List<TimeSpan> timeSpans) static List<TimeSpanDependentProcessor> TimeSpanDependentProcessor.sameProcessorForAllTimeSpans(List<TimeSpan> timeSpans, PostProcessor postProcessor) Constructors in org.epics.archiverappliance.retrieval.postprocessors with parameters of type TimeSpanModifierConstructorDescriptionTimeSpanDependentProcessor(TimeSpan timeSpan, PostProcessor postProcessor)