com.netflix.astyanax.recipes.storage
Class AutoAllocatingLinkedBlockingQueue<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.LinkedBlockingQueue<T>
              extended by 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

Constructor Summary
AutoAllocatingLinkedBlockingQueue(int concurrencyLevel)
           
 
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
 
Methods inherited from class java.util.AbstractQueue
add, addAll, element, remove
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.BlockingQueue
add, contains
 
Methods inherited from interface java.util.Queue
element, remove
 
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll
 

Constructor Detail

AutoAllocatingLinkedBlockingQueue

public AutoAllocatingLinkedBlockingQueue(int concurrencyLevel)
Method Detail

poll

public T poll(com.google.common.base.Supplier<T> supplier)


Copyright © 2012. All Rights Reserved.