Uses of Class
io.higson.runtime.diagnostic.HigsonFlightRecorder
Packages that use HigsonFlightRecorder
Package
Description
-
Uses of HigsonFlightRecorder in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config with parameters of type HigsonFlightRecorderModifier and TypeMethodDescriptionvoidParamEngineConfig.setFlightRecorder(HigsonFlightRecorder flightRecorder) ParamEngineConfigBuilder.withFlightRecorder(HigsonFlightRecorder flightRecorder) -
Uses of HigsonFlightRecorder in io.higson.runtime.engine.core.prepared
Methods in io.higson.runtime.engine.core.prepared with parameters of type HigsonFlightRecorderModifier and TypeMethodDescriptionvoidBasicParamPreparer.setFlightRecorder(HigsonFlightRecorder flightRecorder) -
Uses of HigsonFlightRecorder in io.higson.runtime.evict
Constructors in io.higson.runtime.evict with parameters of type HigsonFlightRecorderModifierConstructorDescriptionParamEvictor(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) ParamEvictor(PreparedParamCache indexCache, Clock clock, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) -
Uses of HigsonFlightRecorder in io.higson.runtime.invoker.python
Constructors in io.higson.runtime.invoker.python with parameters of type HigsonFlightRecorderModifierConstructorDescriptionJepPythonProvider(HigsonFlightRecorder flightRecorder) JepPythonProvider(PythonInterpreterType interpreterType, List<String> sharedModules, HigsonFlightRecorder recorder) JepPythonProvider(PythonInterpreterType interpreterType, jep.JepConfig config, List<String> sharedModules, HigsonFlightRecorder recorder) -
Uses of HigsonFlightRecorder in io.higson.runtime.sync
Constructors in io.higson.runtime.sync with parameters of type HigsonFlightRecorderModifierConstructorDescriptionRefreshRuntimeWatcher(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor)