public class RetryingAllocator<V extends stormpot.Poolable> extends Object implements stormpot.Allocator<V>
| Constructor and Description |
|---|
RetryingAllocator(stormpot.Allocator<V> allocator) |
RetryingAllocator(stormpot.Allocator<V> allocator,
long waitInterval,
long maxWaitInterval) |
public RetryingAllocator(stormpot.Allocator<V> allocator)
public RetryingAllocator(stormpot.Allocator<V> allocator, long waitInterval, long maxWaitInterval)
allocator - AllocatorwaitInterval - Wait time between allocation attempts (ms)maxWaitInterval - Max time to wait for an allocation (ms)Copyright © 2010-2017 JmxTrans team. All Rights Reserved.