Interface IndexWriter.Event

Enclosing class:
IndexWriter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface IndexWriter.Event
Interface for internal atomic events. See DocumentsWriter for details. Events are executed concurrently and no order is guaranteed. Each event should only rely on the serializeability within its process method. All actions that must happen before or after a certain action must be encoded inside the process(IndexWriter) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Processes the event.