Uses of Interface
org.epics.archiverappliance.Event
Packages that use Event
Package
Description
-
Uses of Event in edu.stanford.slac.archiverappliance.PB.data
Classes in edu.stanford.slac.archiverappliance.PB.data that implement EventModifier and TypeClassDescriptionclassA DBRTimeEvent for a scalar byte.class* A DBRTimeEvent for a scalar double.classA DBRTimeEvent for a scalar enum.classA DBRTimeEvent for a scalar float.classA DBRTimeEvent for a scalar int.classA DBRTimeEvent for a scalar short.classA DBRTimeEvent for a scalar string.classA DBRTimeEvent that wraps a V4 struct.classA DBRTimeEvent for a vector byte.classA DBRTimeEvent for a vector double.classA DBRTimeEvent for a vector enum.classA DBRTimeEvent for a vector float.classA DBRTimeEvent for a vector int.classA DBRTimeEvent for a vector short.classA DBRTimeEvent for a vector string.Methods in edu.stanford.slac.archiverappliance.PB.data that return EventModifier and TypeMethodDescriptionPBScalarByte.makeClone()PBScalarDouble.makeClone()PBScalarEnum.makeClone()PBScalarFloat.makeClone()PBScalarInt.makeClone()PBScalarShort.makeClone()PBScalarString.makeClone()PBV4GenericBytes.makeClone()PBVectorByte.makeClone()PBVectorDouble.makeClone()PBVectorEnum.makeClone()PBVectorFloat.makeClone()PBVectorInt.makeClone()PBVectorShort.makeClone()PBVectorString.makeClone() -
Uses of Event in edu.stanford.slac.archiverappliance.PBOverHTTP
Methods in edu.stanford.slac.archiverappliance.PBOverHTTP that return EventModifier and TypeMethodDescriptionPBOverHTTPStoragePlugin.getFirstKnownEvent(BasicContext context, String pvName) PBOverHTTPStoragePlugin.getLastKnownEvent(BasicContext context, String pvName) InputStreamBackedEventStreamIterator.next()Methods in edu.stanford.slac.archiverappliance.PBOverHTTP that return types with arguments of type Event -
Uses of Event in edu.stanford.slac.archiverappliance.PlainPB
Methods in edu.stanford.slac.archiverappliance.PlainPB that return EventModifier and TypeMethodDescriptionFileBackedPBEventStream.getFirstEvent(BasicContext context) PlainPBStoragePlugin.getFirstKnownEvent(BasicContext context, String pvName) PlainPBStoragePlugin.getLastKnownEvent(BasicContext context, String pvName) FileBackedPBEventStreamPositionBasedIterator.next()FileBackedPBEventStreamTimeBasedIterator.next()MultiFilePBEventStreamIterator.next()PBEventStreamPositionBasedReverseIterator.next()Methods in edu.stanford.slac.archiverappliance.PlainPB that return types with arguments of type EventModifier and TypeMethodDescriptionFileBackedPBEventStream.iterator()MultiFilePBEventStream.iterator()Methods in edu.stanford.slac.archiverappliance.PlainPB with parameters of type EventModifier and TypeMethodDescriptionbooleanPlainPBStoragePlugin.prepareForNewPartition(String pvName, Event ev, ArchDBRTypes archDBRType, ETLContext context) protected booleanAppendDataStateData.shouldISkipEventBasedOnTimeStamps(Event event) Tell appendData if we should skip this event based on the last known event, current year of the destination file etc...Method parameters in edu.stanford.slac.archiverappliance.PlainPB with type arguments of type EventModifier and TypeMethodDescriptionvoidPlainPBStoragePlugin.iterate(BasicContext context, String pvName, Instant startAtTime, Predicate<Event> thePredicate, BiDirectionalIterable.IterationDirection direction, Period searchPeriod) -
Uses of Event in org.epics.archiverappliance
Methods in org.epics.archiverappliance that return EventModifier and TypeMethodDescriptionReader.getFirstKnownEvent(BasicContext context, String pvName) Get the first event for this PV.Writer.getLastKnownEvent(BasicContext context, String pvName) Gets the last known event in this destination.Event.makeClone()Make a clone of this event free from the confines of its containing stream. -
Uses of Event in org.epics.archiverappliance.common
Classes in org.epics.archiverappliance.common that implement EventModifier and TypeClassDescriptionclassA simple POJO that implements the event interface.Methods in org.epics.archiverappliance.common that return EventMethods in org.epics.archiverappliance.common that return types with arguments of type EventMethod parameters in org.epics.archiverappliance.common with type arguments of type EventModifier and TypeMethodDescriptionvoidBiDirectionalIterable.iterate(BasicContext context, String pvName, Instant startAtTime, Predicate<Event> thePredicate, BiDirectionalIterable.IterationDirection direction, Period searchPeriod) Generic method to iterate over the data for specified PV. -
Uses of Event in org.epics.archiverappliance.common.mergededup
Methods in org.epics.archiverappliance.common.mergededup that return EventModifier and TypeMethodDescriptionMergeDedupStoragePlugin.getFirstKnownEvent(BasicContext context, String pvName) MergeDedupStoragePlugin.getLastKnownEvent(BasicContext context, String pvName) Methods in org.epics.archiverappliance.common.mergededup that return types with arguments of type EventModifier and TypeMethodDescriptionMergeDedupEventStream.iterator()MergeDedupWithCallablesEventStream.iterator()TimeSpanLimitEventStream.iterator()Methods in org.epics.archiverappliance.common.mergededup with parameters of type EventModifier and TypeMethodDescriptionbooleanMergeDedupStoragePlugin.prepareForNewPartition(String pvName, Event ev, ArchDBRTypes archDBRType, ETLContext context) -
Uses of Event in org.epics.archiverappliance.data
Subinterfaces of Event in org.epics.archiverappliance.dataModifier and TypeInterfaceDescriptioninterfaceA catch all interface that contains the attributes in a EPICS DBR_TIME_XXX from db_access.h. -
Uses of Event in org.epics.archiverappliance.etl
Methods in org.epics.archiverappliance.etl that return EventModifier and TypeMethodDescriptionETLBulkStream.getFirstEvent(BasicContext context) Get the first event in this event stream.ETLInfo.getFirstEvent()Methods in org.epics.archiverappliance.etl with parameters of type EventModifier and TypeMethodDescriptionbooleanETLDest.prepareForNewPartition(String pvName, Event ev, ArchDBRTypes archDBRType, ETLContext context) This informs the destination that we are switching to a new partition and this dest needs to execute its pre-processing for a new partition.Constructors in org.epics.archiverappliance.etl with parameters of type EventModifierConstructorDescriptionETLInfo(String pvName, ArchDBRTypes type, String key, PartitionGranularity granularity, ETLStreamCreator strmCreator, Event firstEvent, long size) -
Uses of Event in org.epics.archiverappliance.etl.common
Methods in org.epics.archiverappliance.etl.common that return EventModifier and TypeMethodDescriptionPBThreeTierETLPVLookup.getLatestEventFromDataStores(String pvName) Get the latest (last known) entry from the stores for this PV. -
Uses of Event in org.epics.archiverappliance.retrieval
Methods in org.epics.archiverappliance.retrieval with parameters of type EventModifier and TypeMethodDescriptionvoidEventConsumer.consumeEvent(Event e) static Callable<EventStream>CallableEventStream.makeOneEventCallable(Event ev, RemotableEventStreamDesc desc, PostProcessor postProcessor, boolean wrapWithPostProcessor) -
Uses of Event in org.epics.archiverappliance.retrieval.channelarchiver
Classes in org.epics.archiverappliance.retrieval.channelarchiver that implement EventModifier and TypeClassDescriptionclassWe get a HashMap of NVPairs from the Channel Archiver - this class exposes these as an archiver Event We typically get secs=1250696265, value=70.9337, sevr=0, nano=267115322, stat=0Methods in org.epics.archiverappliance.retrieval.channelarchiver that return EventModifier and TypeMethodDescriptionChannelArchiverReadOnlyPlugin.getFirstKnownEvent(BasicContext context, String pvName) ChannelArchiverReadOnlyPlugin.getLastKnownEvent(BasicContext context, String pvName) HashMapEvent.makeClone()ArchiverValuesHandler.next()Get the next eventMethods in org.epics.archiverappliance.retrieval.channelarchiver that return types with arguments of type Event -
Uses of Event in org.epics.archiverappliance.retrieval.mimeresponses
Methods in org.epics.archiverappliance.retrieval.mimeresponses with parameters of type EventModifier and TypeMethodDescriptionvoidFlxXMLResponse.consumeEvent(Event e) voidJPlotResponse.consumeEvent(Event e) voidJSONResponse.consumeEvent(Event e) voidMatlabResponse.consumeEvent(Event e) voidPBRAWResponse.consumeEvent(Event e) voidQWResponse.consumeEvent(Event e) voidSinglePVCSVResponse.consumeEvent(Event e) voidSVGResponse.consumeEvent(Event e) voidTextResponse.consumeEvent(Event e) -
Uses of Event in org.epics.archiverappliance.retrieval.postprocessors
Methods in org.epics.archiverappliance.retrieval.postprocessors that return types with arguments of type EventModifier and TypeMethodDescriptionArrayListCollectorEventStream.iterator()FillsCollectorEventStream.iterator()SummaryStatsCollectorEventStream.iterator()Methods in org.epics.archiverappliance.retrieval.postprocessors with parameters of type EventModifier and TypeMethodDescriptionvoidAdd an event to the collector It is quite possible that this is called from multiple threads.Constructor parameters in org.epics.archiverappliance.retrieval.postprocessors with type arguments of type EventModifierConstructorDescriptionFillsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, Event> consolidatedData) FillsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, Event> consolidatedData, boolean fillOperator) -
Uses of Event in org.epics.archiverappliance.retrieval.pva
Methods in org.epics.archiverappliance.retrieval.pva with parameters of type Event -
Uses of Event in org.epics.archiverappliance.retrieval.workers
Methods in org.epics.archiverappliance.retrieval.workers that return types with arguments of type Event -
Uses of Event in org.epics.archiverappliance.utils.blackhole
Methods in org.epics.archiverappliance.utils.blackhole that return EventModifier and TypeMethodDescriptionBlackholeStoragePlugin.getFirstKnownEvent(BasicContext context, String pvName) BlackholeStoragePlugin.getLastKnownEvent(BasicContext context, String pvName) Methods in org.epics.archiverappliance.utils.blackhole with parameters of type EventModifier and TypeMethodDescriptionbooleanBlackholeStoragePlugin.prepareForNewPartition(String pvName, Event ev, ArchDBRTypes archDBRType, ETLContext context) -
Uses of Event in org.epics.archiverappliance.utils.imprt
Classes in org.epics.archiverappliance.utils.imprt that implement EventMethods in org.epics.archiverappliance.utils.imprt that return EventMethods in org.epics.archiverappliance.utils.imprt that return types with arguments of type Event -
Uses of Event in org.epics.archiverappliance.utils.simulation
Classes in org.epics.archiverappliance.utils.simulation that implement EventModifier and TypeClassDescriptionclassAn event typically used in the unit tests.Methods in org.epics.archiverappliance.utils.simulation that return EventModifier and TypeMethodDescriptionSimulationEvent.makeClone()SimulationEventStreamIterator.next()Methods in org.epics.archiverappliance.utils.simulation that return types with arguments of type Event