Class ResetFailoverCachesForThisAppliance

java.lang.Object
org.epics.archiverappliance.retrieval.bpl.ResetFailoverCachesForThisAppliance
All Implemented Interfaces:
BPLAction

public class ResetFailoverCachesForThisAppliance extends Object implements BPLAction
Each retrieval component in a cluster caches the PV's from remote failover appliances. These caches contain one entry for each PV in this appliance indicating if the PV is being archived in the remote appliance. This information is cached using a TTL to minimize the impact on the remote failover appliance. This method manually unloads this cache on this appliance.
Author:
mshankar
  • Constructor Details

    • ResetFailoverCachesForThisAppliance

      public ResetFailoverCachesForThisAppliance()
  • Method Details