| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseObjectPool<K,V>
The basic implementation of
ObjectPool for high performance and scalability
Example of use:
See org.glassfish.grizzly.memcached.pool.BaseObjectPoolTest's test codes
This class should be thread-safe. |
| Modifier and Type | Method and Description |
|---|---|
ObjectPool<K,V> |
BaseObjectPool.Builder.build()
Create an
ObjectPool instance with this builder's properties |
Copyright © 2015 Project Grizzly. All Rights Reserved.