Class AutoTuneServiceFactory
- java.lang.Object
-
- io.ebeaninternal.server.autotune.service.AutoTuneServiceFactory
-
- All Implemented Interfaces:
io.ebeaninternal.server.autotune.AutoTuneServiceProvider
public class AutoTuneServiceFactory extends Object implements io.ebeaninternal.server.autotune.AutoTuneServiceProvider
-
-
Constructor Summary
Constructors Constructor Description AutoTuneServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.ebeaninternal.server.autotune.AutoTuneServicecreate(io.ebeaninternal.api.SpiEbeanServer server, io.ebean.config.DatabaseConfig config)
-
-
-
Constructor Detail
-
AutoTuneServiceFactory
public AutoTuneServiceFactory()
-
-
Method Detail
-
create
public io.ebeaninternal.server.autotune.AutoTuneService create(io.ebeaninternal.api.SpiEbeanServer server, io.ebean.config.DatabaseConfig config)
- Specified by:
createin interfaceio.ebeaninternal.server.autotune.AutoTuneServiceProvider
-
-