Interface DocumentSizeReporter


public interface DocumentSizeReporter
An interface to allow performing an action when parsing has been completed and successful
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    a default noop implementation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCompleted(String indexName, long normalizedBytesParsed)
    An action to be performed upon finished parsing.
  • Field Details

  • Method Details

    • onCompleted

      void onCompleted(String indexName, long normalizedBytesParsed)
      An action to be performed upon finished parsing.