public class StreamPool extends org.apache.commons.pool2.impl.GenericObjectPool<CUstream>
| Constructor and Description |
|---|
StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory) |
StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config) |
StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config,
org.apache.commons.pool2.impl.AbandonedConfig abandonedConfig) |
addObject, borrowObject, borrowObject, clear, close, evict, getFactory, getFactoryType, getLogAbandoned, getMaxIdle, getMinIdle, getNumActive, getNumIdle, getNumWaiters, getRemoveAbandonedOnBorrow, getRemoveAbandonedOnMaintenance, getRemoveAbandonedTimeout, invalidateObject, isAbandonedConfig, listAllObjects, preparePool, returnObject, setAbandonedConfig, setConfig, setMaxIdle, setMinIdle, usegetBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getEvictionPolicy, getEvictionPolicyClassName, getFairness, getJmxName, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getSoftMinEvictableIdleTimeMillis, getSwallowedExceptionListener, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosed, setBlockWhenExhausted, setEvictionPolicyClassName, setLifo, setMaxTotal, setMaxWaitMillis, setMinEvictableIdleTimeMillis, setNumTestsPerEvictionRun, setSoftMinEvictableIdleTimeMillis, setSwallowedExceptionListener, setTestOnBorrow, setTestOnCreate, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getFairness, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosedpublic StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory)
public StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
public StreamPool(org.apache.commons.pool2.PooledObjectFactory<CUstream> factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig config, org.apache.commons.pool2.impl.AbandonedConfig abandonedConfig)
Copyright © 2015. All Rights Reserved.