Class IndexingResponse

    • Constructor Detail

      • IndexingResponse

        public IndexingResponse()
    • Method Detail

      • getTaskID

        public Long getTaskID()
      • setWaitConsumer

        public void setWaitConsumer​(Consumer<Long> waitConsumer)
      • waitTask

        public void waitTask()
        Description copied from interface: WaitableResponse
        Wait for a task to complete before executing the next line of code, to synchronize index updates.
        Specified by:
        waitTask in interface WaitableResponse