Uses of Interface
io.higson.runtime.reload.Reloader
Packages that use Reloader
-
Uses of Reloader in io.higson.runtime.evict
Constructors in io.higson.runtime.evict with parameters of type ReloaderModifierConstructorDescriptionParamEvictor(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) ParamEvictor(PreparedParamCache indexCache, Clock clock, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) -
Uses of Reloader in io.higson.runtime.reload
Classes in io.higson.runtime.reload that implement ReloaderModifier and TypeClassDescriptionclassDefault Reloader implementation: The decision to reload is made based on the parameter configurationclassThe no-op reloader implementation.class -
Uses of Reloader in io.higson.runtime.sync
Constructors in io.higson.runtime.sync with parameters of type ReloaderModifierConstructorDescriptionParamRuntimeWatcher(MpParameterProvider provider, PreparedParamCache indexCache, DevModeProvider devModeProvider, SessionDao sessionDao, Reloader reloader) RefreshRuntimeWatcher(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor)