mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user