Interface ReindexQueue<T>

    • Method Detail

      • getQueueName

        String getQueueName()
        Any arbitrary Queue name.
        Returns:
        the name for the queue
      • isLoaded

        boolean isLoaded()
        Indicates whether more data will be added to the Queue. Returns true if there is no more data to add.
        Returns:
        whether the queue is fully loaded and no more data will be added
      • markLoaded

        void markLoaded()
        Mark that there is no more data to add to this queue.