java.lang.Object
org.elasticsearch.cluster.routing.allocation.allocator.PendingListenersQueue

public class PendingListenersQueue extends Object
  • Constructor Details

    • PendingListenersQueue

      public PendingListenersQueue()
  • Method Details

    • add

      public void add(long index, ActionListener<Void> listener)
    • complete

      public void complete(long convergedIndex)
    • completeAllAsNotMaster

      public void completeAllAsNotMaster()
    • getCompletedIndex

      public long getCompletedIndex()