Class IgniteDelegatingQueue<T>

  • Type Parameters:
    T - The type of item that this Queue will hold.
    All Implemented Interfaces:
    com.broadleafcommerce.search.index.core.Distributable, com.broadleafcommerce.search.index.core.IndexableTypeAware, com.broadleafcommerce.search.index.core.queue.ReindexQueue<T>, Iterable<T>, Collection<T>, BlockingQueue<T>, Queue<T>

    public class IgniteDelegatingQueue<T>
    extends com.broadleafcommerce.search.index.core.queue.AbstractDelegatingQueue<T>
    BlockingQueue implementation that delegates to IgniteQueue.
    Author:
    Kelly Tisdell (ktisdell)
    • Constructor Detail

      • IgniteDelegatingQueue

        public IgniteDelegatingQueue​(com.broadleafcommerce.search.api.type.IndexableType type,
                                     org.apache.ignite.IgniteQueue<T> delegate)
    • Method Detail

      • isDistributed

        public final boolean isDistributed()