Uses of Enum
io.agroal.api.AgroalDataSource.FlushMode
Packages that use AgroalDataSource.FlushMode
-
Uses of AgroalDataSource.FlushMode in io.agroal.api
Methods in io.agroal.api that return AgroalDataSource.FlushModeModifier and TypeMethodDescriptionstatic AgroalDataSource.FlushModeReturns 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.FlushModeModifier and TypeMethodDescriptionvoidAgroalDataSource.flush(AgroalDataSource.FlushMode mode) Performs a flush action on the connections of the pool.