Uses of Class
io.agroal.api.AgroalDataSource.FlushMode
-
Packages that use AgroalDataSource.FlushMode Package Description io.agroal.api -
-
Uses of AgroalDataSource.FlushMode in io.agroal.api
Methods in io.agroal.api that return AgroalDataSource.FlushMode Modifier and Type Method Description static AgroalDataSource.FlushModeAgroalDataSource.FlushMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AgroalDataSource.FlushMode[]AgroalDataSource.FlushMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.agroal.api with parameters of type AgroalDataSource.FlushMode Modifier and Type Method Description voidAgroalDataSource. flush(AgroalDataSource.FlushMode mode)Performs a flush action on the connections of the pool.
-