Uses of Class
io.ebeaninternal.server.autotune.model.Autotune
-
Packages that use Autotune Package Description io.ebeaninternal.server.autotune.model io.ebeaninternal.server.autotune.service -
-
Uses of Autotune in io.ebeaninternal.server.autotune.model
Methods in io.ebeaninternal.server.autotune.model that return Autotune Modifier and Type Method Description AutotuneObjectFactory. createAutotune()Create an instance ofAutotune -
Uses of Autotune in io.ebeaninternal.server.autotune.service
Methods in io.ebeaninternal.server.autotune.service that return Autotune Modifier and Type Method Description AutotuneAutoTuneAllCollection. getDocument()Return the Autotune document object.AutotuneAutoTuneDiffCollection. getDocument()Return the underlying Autotune document object.static AutotuneAutoTuneXmlReader. read(File file)Read and return a Profiling from an xml file.static AutotuneAutoTuneXmlReader. read(InputStream is)Read and return a Profiling from an xml document.Methods in io.ebeaninternal.server.autotune.service with parameters of type Autotune Modifier and Type Method Description static voidSortAutoTuneDocument. sort(Autotune document)Set the diff and new entries by bean type followed by key.voidAutoTuneXmlWriter. write(Autotune profiling, File file)Write Profiling to a file as xml.voidAutoTuneXmlWriter. write(Autotune document, String fileName, boolean withNow)Write the document as xml file with the given prefix.
-