public interface AutoTune
Administrative control of AutoTune during runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Fire a garbage collection (hint to the JVM).void
Output the profiling.
-
Method Details
-
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.
-