Uses of Class
org.epics.archiverappliance.config.MetaInfo
Packages that use MetaInfo
Package
Description
-
Uses of MetaInfo in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config with parameters of type MetaInfoModifier and TypeMethodDescriptionvoidPVTypeInfo.absorbMetaInfo(MetaInfo metaInfo) ConfigService.computePolicyForPV(String pvName, MetaInfo metaInfo, UserSpecifiedSamplingParams userSpecParams) Given a pvName (for now, we should have a pv details object of some kind soon), determine the policy applicable for archiving this PV.DefaultConfigService.computePolicyForPV(String pvName, MetaInfo metaInfo, UserSpecifiedSamplingParams userSpecParams) -
Uses of MetaInfo in org.epics.archiverappliance.engine.metadata
Methods in org.epics.archiverappliance.engine.metadata with parameters of type MetaInfo -
Uses of MetaInfo in org.epics.archiverappliance.engine.pv
Methods in org.epics.archiverappliance.engine.pv that return MetaInfoModifier and TypeMethodDescriptionEPICS_V3_PV.getTotalMetaInfo()get the meta info for this pvEPICS_V4_PV.getTotalMetaInfo()get the meta info for this pvPV.getTotalMetaInfo()Get the MetaInfo for this PV; used during initial MetaGet phase -
Uses of MetaInfo in org.epics.archiverappliance.mgmt.archivepv
Methods in org.epics.archiverappliance.mgmt.archivepv with parameters of type MetaInfo