DataSourceFactory | DataSourceFactory | |||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
public boolean getCheckConnectionOnBorrow(); | public boolean getCheckConnectionOnBorrow(); | |||
public void setCheckConnectionOnBorrow(boolean); | public void setCheckConnectionOnBorrow(boolean); | |||
public boolean getCheckConnectionOnConnect(); | public boolean getCheckConnectionOnConnect(); | |||
public void setCheckConnectionOnConnect(boolean); | public void setCheckConnectionOnConnect(boolean); | |||
public boolean getCheckConnectionOnReturn(); | public boolean getCheckConnectionOnReturn(); | |||
public void setCheckConnectionOnReturn(boolean); | public void setCheckConnectionOnReturn(boolean); | |||
public io.dropwizard.util.Duration getEvictionInterval(); | public io.dropwizard.util.Duration getEvictionInterval(); | |||
public void setEvictionInterval(io.dropwizard.util.Duration); | public void setEvictionInterval(io.dropwizard.util.Duration); | |||
public io.dropwizard.util.Duration getValidationInterval(); | public io.dropwizard.util.Duration getValidationInterval(); | |||
public void setValidationInterval(io.dropwizard.util.Duration); | public void setValidationInterval(io.dropwizard.util.Duration); | |||
public io.dropwizard.db.ManagedDataSource build(com.codahale.metrics.Metr | public com.google.common.base.Optional<io.dropwizard.util.Duration> getVa | |||
icRegistry, java.lang.String) throws java.lang.ClassNotFoundException; | lidationQueryTimeout(); | |||
public void setValidationQueryTimeout(io.dropwizard.util.Duration); | ||||
public io.dropwizard.db.ManagedDataSource build(com.codahale.metrics.Metr | ||||
icRegistry, java.lang.String); | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |