Uses of Interface
io.higson.runtime.prefetch.Initializer
Packages that use Initializer
-
Uses of Initializer in io.higson.runtime.prefetch
Classes in io.higson.runtime.prefetch that implement InitializerConstructors in io.higson.runtime.prefetch with parameters of type InitializerModifierConstructorDescriptionParametersByRegionsPrefetchStrategy(Initializer initializer, ParameterDao parameterJdbcDao, Map<String, List<String>> profileToRegions) SimplePrefetchStrategy(Initializer initializer, List<String> codes) -
Uses of Initializer in io.higson.runtime.reload
Constructors in io.higson.runtime.reload with parameters of type InitializerModifierConstructorDescriptionAsyncReloader(Initializer parameterInitializer) AsyncReloader(Initializer parameterInitializer, int poolSize) -
Uses of Initializer in io.higson.runtime.sync
Constructors in io.higson.runtime.sync with parameters of type InitializerModifierConstructorDescriptionFunctionRuntimeWatcher(MpFunctionProvider provider, FunctionCache cache, GroovyFunctionInvoker groovyFunctionInvoker, Initializer initializer)