Package io.ebean
Interface AutoTune
-
public interface AutoTune
Administrative control of AutoTune during runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collectProfiling()
Fire a garbage collection (hint to the JVM).void
reportProfiling()
Output the profiling.
-
-
-
Method Detail
-
collectProfiling
void collectProfiling()
Fire a garbage collection (hint to the JVM). Assuming garbage collection fires this will gather remaining usage profiling information.
-
reportProfiling
void reportProfiling()
Output the profiling.When profiling updates are applied to tuning at runtime this reports all tuning and profiling combined. When profiling is not applied at runtime then this reports the diff report with new and diff entries relative to the existing tuning.
-
-