Class ResetFailoverCachesForThisAppliance
java.lang.Object
org.epics.archiverappliance.retrieval.bpl.ResetFailoverCachesForThisAppliance
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
ResetFailoverCachesForThisAppliance
public ResetFailoverCachesForThisAppliance()
-
-
Method Details
-
execute
public void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-