Class AbstractViewIndexQueueAction<T extends IndexTask>

    • Constructor Detail

      • AbstractViewIndexQueueAction

        public AbstractViewIndexQueueAction()
    • Method Detail

      • getSearchIndex

        public abstract SearchIndex getSearchIndex()
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • getLastNonEmptyFlushStats

        public FlushStatistics getLastNonEmptyFlushStats()
      • isFlushing

        public boolean isFlushing()
      • getQueue

        public List<T> getQueue()
        Retrieve the currently queued entries.
      • getQueueFirstHundred

        public Collection<T> getQueueFirstHundred()
        Retrieve the first 100 currently queued entries.