Class SubscriptionLoader
java.lang.Object
ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionLoader
- All Implemented Interfaces:
IResourceChangeListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected ca.uhn.fhir.rest.server.util.ISearchParamRegistry
Fields inherited from class ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
MAX_RETRIES, REFRESH_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
protected SearchParameterMap
protected void
handleInit
(List<org.hl7.fhir.instance.model.api.IBaseResource> resourceList) protected int
syncResourcesIntoCache
(List<org.hl7.fhir.instance.model.api.IBaseResource> resourceList) void
Methods inherited from class ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
acquireSemaphoreForUnitTest, doSyncResourcesForUnitTest, handleChange, handleInit, registerListener, shutdown, start, syncDatabaseToCache, unregisterListener
-
Field Details
-
mySearchParamRegistry
-
-
Constructor Details
-
SubscriptionLoader
public SubscriptionLoader()Constructor
-
-
Method Details
-
doSyncSubscriptionsForUnitTest
-
getSearchParameterMap
- Specified by:
getSearchParameterMap
in classBaseResourceCacheSynchronizer
-
handleInit
- Specified by:
handleInit
in classBaseResourceCacheSynchronizer
-
syncResourcesIntoCache
protected int syncResourcesIntoCache(List<org.hl7.fhir.instance.model.api.IBaseResource> resourceList) - Specified by:
syncResourcesIntoCache
in classBaseResourceCacheSynchronizer
-
syncSubscriptions
-