Class FlexyPoolProperties.Threshold.Connection
java.lang.Object
com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
- Enclosing class:
- FlexyPoolProperties.Threshold
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetLease()voidsetAcquisition(long acquisition) voidsetLease(long lease)
-
Constructor Details
-
Connection
public Connection()
-
-
Method Details
-
getAcquisition
public long getAcquisition() -
getLease
public long getLease() -
setAcquisition
public void setAcquisition(long acquisition) -
setLease
public void setLease(long lease)
-