Uses of Class
org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
Packages that use ConnectionPoolInfo.Builder
-
Uses of ConnectionPoolInfo.Builder in org.ofbiz.core.entity.config
Methods in org.ofbiz.core.entity.config that return ConnectionPoolInfo.BuilderModifier and TypeMethodDescriptionstatic ConnectionPoolInfo.BuilderConnectionPoolInfo.builder()ConnectionPoolInfo.Builder.setDeadLockMaxWait(Long deadLockMaxWait) ConnectionPoolInfo.Builder.setDeadLockRetryWait(Long deadLockRetryWait) ConnectionPoolInfo.Builder.setDefaultCatalog(String defaultCatalog) ConnectionPoolInfo.Builder.setMaxOpenPreparedStatements(Integer maxOpenPreparedStatements) ConnectionPoolInfo.Builder.setMinEvictableTimeMillis(Long minEvictableTimeMillis) ConnectionPoolInfo.Builder.setNumTestsPerEvictionRun(Integer numTestsPerEvictionRun) ConnectionPoolInfo.Builder.setPoolInitialSize(Integer poolInitialSize) ConnectionPoolInfo.Builder.setPoolLifeTime(Long poolLifeTime) ConnectionPoolInfo.Builder.setPoolMaxIdle(Integer poolMaxIdle) ConnectionPoolInfo.Builder.setPoolMaxSize(Integer poolMaxSize) ConnectionPoolInfo.Builder.setPoolMaxWait(Long poolMaxWait) ConnectionPoolInfo.Builder.setPoolMinSize(Integer poolMinSize) ConnectionPoolInfo.Builder.setPoolPreparedStatements(Boolean poolPreparedStatements) ConnectionPoolInfo.Builder.setPoolSleepTime(Long poolSleepTime) ConnectionPoolInfo.Builder.setRemoveAbandonedOnBorrow(Boolean removeAbandonedOnBorrow) ConnectionPoolInfo.Builder.setRemoveAbandonedOnMaintenance(Boolean removeAbandonedOnMaintenance) ConnectionPoolInfo.Builder.setRemoveAbandonedTimeout(Integer removeAbandonedTimeout) ConnectionPoolInfo.Builder.setTestOnBorrow(Boolean testOnBorrow) ConnectionPoolInfo.Builder.setTestOnReturn(Boolean testOnReturn) ConnectionPoolInfo.Builder.setTestWhileIdle(Boolean testWhileIdle) ConnectionPoolInfo.Builder.setTimeBetweenEvictionRunsMillis(Long timeBetweenEvictionRunsMillis) ConnectionPoolInfo.Builder.setValidationQuery(String validationQuery) ConnectionPoolInfo.Builder.setValidationQueryTimeout(Integer validationQueryTimeout) ConnectionPoolInfo.toBuilder()