Uses of Class
io.ebeaninternal.server.autotune.service.AutoTuneCollection
-
Packages that use AutoTuneCollection Package Description io.ebeaninternal.server.autotune.service -
-
Uses of AutoTuneCollection in io.ebeaninternal.server.autotune.service
Methods in io.ebeaninternal.server.autotune.service that return AutoTuneCollection Modifier and Type Method Description AutoTuneCollectionProfileManager. profilingCollection(boolean reset)Collect all the profiling information.Methods in io.ebeaninternal.server.autotune.service with parameters of type AutoTuneCollection Modifier and Type Method Description voidProfileOrigin. profilingCollection(io.ebeaninternal.server.deploy.BeanDescriptor<?> rootDesc, AutoTuneCollection req, boolean reset)Collect profiling information with the option to reset the underlying profiling detail.Constructors in io.ebeaninternal.server.autotune.service with parameters of type AutoTuneCollection Constructor Description AutoTuneDiffCollection(AutoTuneCollection profiling, BaseQueryTuner queryTuner, boolean updateTuning)Construct to collect/report the new/diff query tuning entries.
-