Uses of Interface
org.epics.archiverappliance.etl.ETLBulkStream
Packages that use ETLBulkStream
Package
Description
-
Uses of ETLBulkStream in edu.stanford.slac.archiverappliance.plain
Methods in edu.stanford.slac.archiverappliance.plain with parameters of type ETLBulkStreamModifier and TypeMethodDescriptionabstract booleanAppendDataStateData.bulkAppend(String pvName, ETLContext context, ETLBulkStream bulkStream, String extension, String extensionToCopyFrom) Append data in bulk skipping some of the per event checks.protected EventAppendDataStateData.checkStream(String pvName, ETLContext context, ETLBulkStream bulkStream, Class<? extends ETLBulkStream> streamType) Method parameters in edu.stanford.slac.archiverappliance.plain with type arguments of type ETLBulkStreamModifier and TypeMethodDescriptionprotected EventAppendDataStateData.checkStream(String pvName, ETLContext context, ETLBulkStream bulkStream, Class<? extends ETLBulkStream> streamType) -
Uses of ETLBulkStream in edu.stanford.slac.archiverappliance.plain.pb
Subinterfaces of ETLBulkStream in edu.stanford.slac.archiverappliance.plain.pbModifier and TypeInterfaceDescriptioninterfaceEvent streams can optionally implement bulk transfer friendly methods.Classes in edu.stanford.slac.archiverappliance.plain.pb that implement ETLBulkStreamModifier and TypeClassDescriptionclassAn EventStream that is backed by a single PB file.Methods in edu.stanford.slac.archiverappliance.plain.pb with parameters of type ETLBulkStreamModifier and TypeMethodDescriptionbooleanPBAppendDataStateData.bulkAppend(String pvName, ETLContext context, ETLBulkStream bulkStream, String extension, String extensionToCopyFrom) Append data in bulk skipping some of the per event checks.