#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML

This commit is contained in:
Robin Bygrave
2015-09-10 23:22:23 +12:00
parent 0a8c902790
commit 04fda0a6b4
@@ -1,17 +0,0 @@
package com.avaje.ebeaninternal.server.autotune;
/**
*
*/
public interface AutoTuneStorage {
/**
* Load and return the tuning information.
*/
AutoTuneCollection load();
/**
* Store the collected profiling information.
*/
void store(AutoTuneCollection profiling);
}