类 FabricJavaPoolConfig

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.impl.BaseObjectPoolConfig<T>
org.apache.commons.pool2.impl.GenericObjectPoolConfig
com.github.samyuan1990.FabricJavaPool.FabricJavaPoolConfig
所有已实现的接口:
java.lang.Cloneable

public class FabricJavaPoolConfig
extends org.apache.commons.pool2.impl.GenericObjectPoolConfig
  • 字段概要

    从类继承的字段 org.apache.commons.pool2.impl.GenericObjectPoolConfig

    DEFAULT_MAX_IDLE, DEFAULT_MAX_TOTAL, DEFAULT_MIN_IDLE

    从类继承的字段 org.apache.commons.pool2.impl.BaseObjectPoolConfig

    DEFAULT_BLOCK_WHEN_EXHAUSTED, DEFAULT_EVICTION_POLICY_CLASS_NAME, DEFAULT_EVICTOR_SHUTDOWN_TIMEOUT_MILLIS, DEFAULT_FAIRNESS, DEFAULT_JMX_ENABLE, DEFAULT_JMX_NAME_BASE, DEFAULT_JMX_NAME_PREFIX, DEFAULT_LIFO, DEFAULT_MAX_WAIT_MILLIS, DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS, DEFAULT_NUM_TESTS_PER_EVICTION_RUN, DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS, DEFAULT_TEST_ON_BORROW, DEFAULT_TEST_ON_CREATE, DEFAULT_TEST_ON_RETURN, DEFAULT_TEST_WHILE_IDLE, DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS
  • 构造器概要

    构造器 
    构造器 说明
    FabricJavaPoolConfig()  
    FabricJavaPoolConfig​(java.lang.String configNetworkPath)  
  • 方法概要

    修饰符和类型 方法 说明
    int getCacheTimeout()  
    java.lang.String getCacheURL()  
    java.lang.String getConfigNetworkPath()  
    java.lang.String getWalletPath()  
    boolean isUseCache()  
    void loadConfig​(java.lang.String file)  
    void setCacheTimeout​(int cacheTimeout)  
    void setCacheURL​(java.lang.String cacheURL)  
    void setConfigNetworkPath​(java.lang.String configNetworkPath)  
    void setUseCache​(boolean useCache)  
    void setWalletPath​(java.lang.String walletPath)  

    从类继承的方法 org.apache.commons.pool2.impl.GenericObjectPoolConfig

    clone, getMaxIdle, getMaxTotal, getMinIdle, setMaxIdle, setMaxTotal, setMinIdle, toStringAppendFields

    从类继承的方法 org.apache.commons.pool2.impl.BaseObjectPoolConfig

    getBlockWhenExhausted, getEvictionPolicy, getEvictionPolicyClassName, getEvictorShutdownTimeoutMillis, getFairness, getJmxEnabled, getJmxNameBase, getJmxNamePrefix, getLifo, getMaxWaitMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getSoftMinEvictableIdleTimeMillis, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, setBlockWhenExhausted, setEvictionPolicy, setEvictionPolicyClassName, setEvictorShutdownTimeoutMillis, setFairness, setJmxEnabled, setJmxNameBase, setJmxNamePrefix, setLifo, setMaxWaitMillis, setMinEvictableIdleTimeMillis, setNumTestsPerEvictionRun, setSoftMinEvictableIdleTimeMillis, setTestOnBorrow, setTestOnCreate, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillis

    从类继承的方法 org.apache.commons.pool2.BaseObject

    toString

    从类继承的方法 java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait