com.netflix.astyanax.recipes.storage
Class AutoAllocatingLinkedBlockingQueue<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.LinkedBlockingQueue<T>
com.netflix.astyanax.recipes.storage.AutoAllocatingLinkedBlockingQueue<T>
- All Implemented Interfaces:
- Serializable, Iterable<T>, Collection<T>, BlockingQueue<T>, Queue<T>
public class AutoAllocatingLinkedBlockingQueue<T>
- extends LinkedBlockingQueue<T>
- See Also:
- Serialized Form
Method Summary |
T |
poll(com.google.common.base.Supplier<T> supplier)
|
Methods inherited from class java.util.concurrent.LinkedBlockingQueue |
clear, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, take, toArray, toArray, toString |
AutoAllocatingLinkedBlockingQueue
public AutoAllocatingLinkedBlockingQueue(int concurrencyLevel)
poll
public T poll(com.google.common.base.Supplier<T> supplier)
Copyright © 2012. All Rights Reserved.