Class IndexStatistics

  • All Implemented Interfaces:
    Evaluator, ResultProcessor

    public class IndexStatistics
    extends java.lang.Object
    implements Evaluator
    Simple index analytics, which includes the toString() dump of index information.
    Since:
    0.4.0
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexStatistics()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processNewResult​(java.lang.Object newResult)
      Process a result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexStatistics

        public IndexStatistics()
        Constructor.
    • Method Detail

      • processNewResult

        public void processNewResult​(java.lang.Object newResult)
        Description copied from interface: ResultProcessor
        Process a result.
        Specified by:
        processNewResult in interface ResultProcessor
        Parameters:
        newResult - Newly added result subtree.