Class DefaultIndexFlushRequester

  • All Implemented Interfaces:
    IndexFlushRequester

    public class DefaultIndexFlushRequester
    extends Object
    implements IndexFlushRequester
    This class is responsible for ensuring that index flush is requested at most once per transaction, and that it will only be scheduled once the transaction has been committed. In case of no transaction the flush is scheduled immediately.
    Since:
    5.9.0