Class AbstractDelegatingQueue<T>

java.lang.Object
com.broadleafcommerce.search.index.core.queue.AbstractDelegatingQueue<T>
Type Parameters:
T - The type that will be on the ReindexQueue.
All Implemented Interfaces:
Distributable, IndexableTypeAware, ReindexQueue<T>, Iterable<T>, Collection<T>, BlockingQueue<T>, Queue<T>
Direct Known Subclasses:
DefaultLocalArrayBlockingDelegatingQueue

public abstract class AbstractDelegatingQueue<T> extends Object implements ReindexQueue<T>
Abstract implementation of a ReindexQueue that delegates its work to any implementation of a BlockingQueue.
Author:
Kelly Tisdell