Uses of Interface
org.epics.archiverappliance.Writer
Packages that use Writer
Package
Description
-
Uses of Writer in edu.stanford.slac.archiverappliance.PBOverHTTP
Classes in edu.stanford.slac.archiverappliance.PBOverHTTP that implement WriterModifier and TypeClassDescriptionclassA read-only storage plugin that gets data using the PB/http protocol from a server. -
Uses of Writer in edu.stanford.slac.archiverappliance.plain
Classes in edu.stanford.slac.archiverappliance.plain that implement WriterModifier and TypeClassDescriptionclassThe plain PB storage plugin stores data in a chunk per PV per partition in sequential form. -
Uses of Writer in org.epics.archiverappliance
Subinterfaces of Writer in org.epics.archiverapplianceModifier and TypeInterfaceDescriptioninterfaceThe main interface for a storage plugin; this is an object that implements the reader and the writer interfaces. -
Uses of Writer in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement WriterModifier and TypeClassDescriptionclassThe MergeDedupStoragePlugin is primarily meant for achieving a small amount of failover in the archiving of a PV. -
Uses of Writer in org.epics.archiverappliance.engine
Methods in org.epics.archiverappliance.engine with parameters of type WriterModifier and TypeMethodDescriptionstatic voidArchiveEngine.archivePV(String pvName, float samplingPeriod, PolicyConfig.SamplingMethod mode, Writer writer, ConfigService configservice, ArchDBRTypes archdbrtype, Instant lastKnownEventTimeStamp, boolean usePVAccess, boolean useDBEProperties) static voidArchiveEngine.archivePV(String pvName, float samplingPeriod, PolicyConfig.SamplingMethod mode, Writer writer, ConfigService configservice, ArchDBRTypes archdbrtype, Instant lastKnownEventTimeStamp, String[] metaFieldNames, boolean usePVAccess, boolean useDBEProperties) static voidArchiveEngine.archivePV(String pvName, float samplingPeriod, PolicyConfig.SamplingMethod mode, Writer writer, ConfigService configservice, ArchDBRTypes archdbrtype, Instant lastKnownEventTimeStamp, String controllingPVName, boolean usePVAccess, boolean useDBEProperties) static voidArchiveEngine.archivePV(String pvName, float samplingPeriod, PolicyConfig.SamplingMethod mode, Writer writer, ConfigService configservice, ArchDBRTypes archdbrtype, Instant lastKnownEventTimeStamp, String controllingPVName, String[] metaFieldNames, String iocHostName, boolean usePVAccess, boolean useDBEProperties) Create a new channel in monitor mode or in scan modestatic voidArchiveEngine.changeArchivalParameters(String pvName, float samplingPeriod, PolicyConfig.SamplingMethod mode, ConfigService configservice, Writer writer, boolean usePVAccess, boolean useDBEPropeties) change pv's sample period or sample modestatic voidArchiveEngine.resumeArchivingPV(String pvName, ConfigService configservice, Writer writer) restart the pvstatic voidArchiveEngine.startChannelsForPV(String pvName, ConfigService configservice, PVTypeInfo typeInfo, Writer writer) Start up the channels for a PV. -
Uses of Writer in org.epics.archiverappliance.engine.model
Methods in org.epics.archiverappliance.engine.model that return WriterConstructors in org.epics.archiverappliance.engine.model with parameters of type WriterModifierConstructorDescriptionArchiveChannel(String name, Writer writer, int buffer_capacity, Instant last_archived_timestamp, ConfigService configservice, ArchDBRTypes archdbrtype, String controlPVname, int commandThreadID, boolean usePVAccess) create archive channelDeltaArchiveChannel(String name, Writer writer, int buffer_capacity, Instant last_timeestamp, double period_estimate, double delta, ConfigService configservice, ArchDBRTypes archdbrtype, String controlPVname, int commandThreadID, boolean usePVAccess) MonitoredArchiveChannel(String name, Writer writer, int buffer_capacity, Instant last_archived_timestamp, double period_estimate, ConfigService configservice, ArchDBRTypes archdbrtype, String controlPVname, int commandThreadID, boolean usePVAccess) ScannedArchiveChannel(String name, Writer writer, int buffer_capacity, Instant last_timeestamp, double scan_period, ConfigService configservice, ArchDBRTypes archdbrtype, String controlPVname, int commandThreadID, boolean usePVAccess) -
Uses of Writer in org.epics.archiverappliance.etl
Subinterfaces of Writer in org.epics.archiverappliance.etlModifier and TypeInterfaceDescriptioninterfaceAn ETL dest is data source that can act as a sink for ETL. -
Uses of Writer in org.epics.archiverappliance.retrieval.channelarchiver
Classes in org.epics.archiverappliance.retrieval.channelarchiver that implement WriterModifier and TypeClassDescriptionclassA storage plugin that can front a Channel Archiver Data Server. -
Uses of Writer in org.epics.archiverappliance.utils.blackhole
Classes in org.epics.archiverappliance.utils.blackhole that implement WriterModifier and TypeClassDescriptionclassA storage plugin that deletes all data that goes into it.