Uses of Class
io.ebeaninternal.server.autotune.model.Origin
-
Packages that use Origin Package Description io.ebeaninternal.server.autotune.model io.ebeaninternal.server.autotune.service -
-
Uses of Origin in io.ebeaninternal.server.autotune.model
Methods in io.ebeaninternal.server.autotune.model that return Origin Modifier and Type Method Description OriginObjectFactory. createOrigin()Create an instance ofOriginMethods in io.ebeaninternal.server.autotune.model that return types with arguments of type Origin Modifier and Type Method Description List<Origin>Autotune. getOrigin()Gets the value of the origin property.List<Origin>ProfileDiff. getOrigin()Gets the value of the origin property.List<Origin>ProfileEmpty. getOrigin()Gets the value of the origin property.List<Origin>ProfileNew. getOrigin()Gets the value of the origin property. -
Uses of Origin in io.ebeaninternal.server.autotune.service
Methods in io.ebeaninternal.server.autotune.service that return Origin Modifier and Type Method Description OriginTunedQueryInfo. getOrigin()Return the origin entry (includes call stack and bean type).Methods in io.ebeaninternal.server.autotune.service with parameters of type Origin Modifier and Type Method Description voidBaseQueryTuner. put(Origin origin)Put a query tuning entry.Constructors in io.ebeaninternal.server.autotune.service with parameters of type Origin Constructor Description TunedQueryInfo(Origin origin)
-