📄 index-all.html
字号:
Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/StackObjectPool.html" title="class in org.apache.commons.pool.impl">StackObjectPool</A><DD>The default cap on the number of "sleeping" instances in the pool.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_TOTAL"><B>DEFAULT_MAX_TOTAL</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default cap on the the maximum number of objects that can exists at one time.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MAX_WAIT"><B>DEFAULT_MAX_WAIT</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default maximum amount of time (in millis) the <A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#borrowObject(java.lang.Object)"><CODE>GenericKeyedObjectPool.borrowObject(java.lang.Object)</CODE></A> method should block before throwing an exception when the pool is exhausted and the <A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getWhenExhaustedAction()"><CODE>"when exhausted" action</CODE></A> is <A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#WHEN_EXHAUSTED_BLOCK"><CODE>GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK</CODE></A>.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MAX_WAIT"><B>DEFAULT_MAX_WAIT</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default maximum amount of time (in millis) the <A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#borrowObject()"><CODE>GenericObjectPool.borrowObject()</CODE></A> method should block before throwing an exception when the pool is exhausted and the <A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#getWhenExhaustedAction()"><CODE>"when exhausted" action</CODE></A> is <A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#WHEN_EXHAUSTED_BLOCK"><CODE>GenericObjectPool.WHEN_EXHAUSTED_BLOCK</CODE></A>.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS"><B>DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default value for <A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#getMinEvictableIdleTimeMillis()"><CODE>GenericKeyedObjectPool.getMinEvictableIdleTimeMillis()</CODE></A>.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS"><B>DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default value for <A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#getMinEvictableIdleTimeMillis()"><CODE>GenericObjectPool.getMinEvictableIdleTimeMillis()</CODE></A>.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_MIN_IDLE"><B>DEFAULT_MIN_IDLE</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default minimum level of idle objects in the pool.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_MIN_IDLE"><B>DEFAULT_MIN_IDLE</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default minimum number of "sleeping" instances in the pool before before the evictor thread (if active) spawns new objects.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN"><B>DEFAULT_NUM_TESTS_PER_EVICTION_RUN</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default number of objects to examine per run in the idle object evictor.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_NUM_TESTS_PER_EVICTION_RUN"><B>DEFAULT_NUM_TESTS_PER_EVICTION_RUN</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default number of objects to examine per run in the idle object evictor.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS"><B>DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default value for <A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#getSoftMinEvictableIdleTimeMillis()"><CODE>GenericObjectPool.getSoftMinEvictableIdleTimeMillis()</CODE></A>.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_ON_BORROW"><B>DEFAULT_TEST_ON_BORROW</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default "test on borrow" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_ON_BORROW"><B>DEFAULT_TEST_ON_BORROW</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default "test on borrow" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_ON_RETURN"><B>DEFAULT_TEST_ON_RETURN</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default "test on return" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_ON_RETURN"><B>DEFAULT_TEST_ON_RETURN</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default "test on return" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TEST_WHILE_IDLE"><B>DEFAULT_TEST_WHILE_IDLE</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default "test while idle" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TEST_WHILE_IDLE"><B>DEFAULT_TEST_WHILE_IDLE</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default "test while idle" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS"><B>DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default "time between eviction runs" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS"><B>DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default "time between eviction runs" value.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#DEFAULT_WHEN_EXHAUSTED_ACTION"><B>DEFAULT_WHEN_EXHAUSTED_ACTION</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>The default "when exhausted action" for the pool.<DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#DEFAULT_WHEN_EXHAUSTED_ACTION"><B>DEFAULT_WHEN_EXHAUSTED_ACTION</B></A> - Static variable in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD>The default "when exhausted action" for the pool.<DT><A HREF="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html#destroyObject(java.lang.Object, java.lang.Object)"><B>destroyObject(Object, Object)</B></A> - Method in class org.apache.commons.pool.<A HREF="./org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html" title="class in org.apache.commons.pool">BaseKeyedPoolableObjectFactory</A><DD>No-op.<DT><A HREF="./org/apache/commons/pool/BasePoolableObjectFactory.html#destroyObject(java.lang.Object)"><B>destroyObject(Object)</B></A> - Method in class org.apache.commons.pool.<A HREF="./org/apache/commons/pool/BasePoolableObjectFactory.html" title="class in org.apache.commons.pool">BasePoolableObjectFactory</A><DD>No-op.<DT><A HREF="./org/apache/commons/pool/KeyedPoolableObjectFactory.html#destroyObject(java.lang.Object, java.lang.Object)"><B>destroyObject(Object, Object)</B></A> - Method in interface org.apache.commons.pool.<A HREF="./org/apache/commons/pool/KeyedPoolableObjectFactory.html" title="interface in org.apache.commons.pool">KeyedPoolableObjectFactory</A><DD>Destroy an instance no longer needed by the pool.<DT><A HREF="./org/apache/commons/pool/PoolableObjectFactory.html#destroyObject(java.lang.Object)"><B>destroyObject(Object)</B></A> - Method in interface org.apache.commons.pool.<A HREF="./org/apache/commons/pool/PoolableObjectFactory.html" title="interface in org.apache.commons.pool">PoolableObjectFactory</A><DD>Destroys an instance no longer needed by the pool.</DL><HR><A NAME="_E_"><!-- --></A><H2><B>E</B></H2><DL><DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#evict()"><B>evict()</B></A> - Method in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD> <DT><A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html#evict()"><B>evict()</B></A> - Method in class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericObjectPool.html" title="class in org.apache.commons.pool.impl">GenericObjectPool</A><DD> </DL><HR><A NAME="_G_"><!-- --></A><H2><B>G</B></H2><DL><DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl"><B>GenericKeyedObjectPool</B></A> - Class in <A HREF="./org/apache/commons/pool/impl/package-summary.html">org.apache.commons.pool.impl</A><DD>A configurable <A HREF="./org/apache/commons/pool/KeyedObjectPool.html" title="interface in org.apache.commons.pool"><CODE>KeyedObjectPool</CODE></A> implementation.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool()"><B>GenericKeyedObjectPool()</B></A> - Constructor for class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>Create a new <tt>GenericKeyedObjectPool</tt>..<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory)"><B>GenericKeyedObjectPool(KeyedPoolableObjectFactory)</B></A> - Constructor for class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory, org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)"><B>GenericKeyedObjectPool(KeyedPoolableObjectFactory, GenericKeyedObjectPool.Config)</B></A> - Constructor for class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A><DD>Create a new <tt>GenericKeyedObjectPool</tt> using the specified values.<DT><A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html#GenericKeyedObjectPool(org.apache.commons.pool.KeyedPoolableObjectFactory, int)"><B>GenericKeyedObjectPool(KeyedPoolableObjectFactory, int)</B></A> - Constructor for class org.apache.commons.pool.impl.<A HREF="./org/apache/commons/pool/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool.impl">GenericKeyedObjectPool</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -