Uses of Class
pl.decerto.hyperon.runtime.sync.WatcherConfig
Packages that use WatcherConfig
-
Uses of WatcherConfig in pl.decerto.hyperon.runtime.core
Methods in pl.decerto.hyperon.runtime.core with parameters of type WatcherConfigModifier and TypeMethodDescriptionHyperonEngineFactory.createUserRegionVersionWatcher(WatcherConfig config) Deprecated.HyperonEngineFactory.createVersionWatcher(WatcherConfig config) Deprecated.voidHyperonEngineFactory.setRefreshWatcherConfig(WatcherConfig conf) Deprecated.Sets the refresh watcher configuration (delay, pause, error pause)HyperonEngineFactory.startDomainWatcher(WatcherConfig watcherConf) Deprecated.Creates and starts domain runtime watcher, if flagHyperonEngineFactory.enableDomainCacheistrue.HyperonEngineFactory.startFunctionWatcher(WatcherConfig config) Deprecated.Creates, inject watcher event listener and starts functions runtime watcher.HyperonEngineFactory.startParamWatcher(WatcherConfig config) Deprecated.Creates, inject watcher event listener and starts parameters runtime watcher.HyperonEngineFactory.startRefreshWatcher(WatcherConfig config) Deprecated.Creates and starts refresh runtime watcher, that is responsible for evicting parameters from cache.HyperonEngineFactory.startVersionWatcher(WatcherConfig config) Deprecated.Creates and starts version runtime watcher. -
Uses of WatcherConfig in pl.decerto.hyperon.runtime.sync
Subclasses of WatcherConfig in pl.decerto.hyperon.runtime.syncModifier and TypeClassDescriptionclassThis class supports extra configuration forDomainRuntimeWatcher.Fields in pl.decerto.hyperon.runtime.sync declared as WatcherConfigMethods in pl.decerto.hyperon.runtime.sync that return WatcherConfigModifier and TypeMethodDescriptionWatcherConfig.delay(int startDelaySeconds) WatcherConfig.error(int errorSeconds) WatcherConfig.force(int forceSeconds) BaseWatcher.getConfig()DomainWatcherConfig.invalidate(int invalidate, TemporalUnit timeUnit) Setup lifespan of domain tree within cache.WatcherConfig.pause(int pauseSeconds) Methods in pl.decerto.hyperon.runtime.sync with parameters of type WatcherConfig