Uses of Interface
net.csdn.modules.thrift.pool.ObjectPool

Packages that use ObjectPool
net.csdn.modules.thrift.pool   
 

Uses of ObjectPool in net.csdn.modules.thrift.pool
 

Classes in net.csdn.modules.thrift.pool that implement ObjectPool
 class BaseObjectPool<K,V>
          The basic implementation of ObjectPool for high performance and scalability This class should be thread-safe.
 

Methods in net.csdn.modules.thrift.pool that return ObjectPool
 ObjectPool<K,V> BaseObjectPool.Builder.build()
          Create an ObjectPool instance with this builder's properties
 



Copyright © 2014. All Rights Reserved.