Class TrackerStats


  • public class TrackerStats
    extends java.lang.Object
    Author:
    Andy
    • Method Detail

      • getDocTransformationTimes

        public TrackerStats.SimpleStats getDocTransformationTimes()
        Returns:
        the docTransformationTimes
      • getMeanModelSyncTime

        public double getMeanModelSyncTime()
      • getMeanNodeIndexTime

        public double getMeanNodeIndexTime()
      • getMeanNodeElapsedIndexTime

        public double getMeanNodeElapsedIndexTime()
      • getMeanAclElapsedIndexTime

        public double getMeanAclElapsedIndexTime()
      • getMeanContentElapsedIndexTime

        public double getMeanContentElapsedIndexTime()
      • getNodeIndexingThreadCount

        public double getNodeIndexingThreadCount()
      • getMeanAclIndexTime

        public double getMeanAclIndexTime()
      • getMeanDocsPerTx

        public double getMeanDocsPerTx()
      • getMeanAclsPerChangeSet

        public double getMeanAclsPerChangeSet()
      • addModelTime

        public void addModelTime​(long time)
        Parameters:
        time - long
      • addAclTime

        public void addAclTime​(long time)
        Parameters:
        time - long
      • addNodeTime

        public void addNodeTime​(long time)
        Parameters:
        time - long
      • addElapsedNodeTime

        public void addElapsedNodeTime​(int docCount,
                                       long time)
        Parameters:
        docCount - int
        time - long
      • addElapsedAclTime

        public void addElapsedAclTime​(int docCount,
                                      long time)
        Parameters:
        docCount - int
        time - long
      • addElapsedContentTime

        public void addElapsedContentTime​(int docCount,
                                          long time)
        Parameters:
        docCount - int
        time - long
      • addTxDocs

        public void addTxDocs​(int size)
        Parameters:
        size - int
      • addChangeSetAcls

        public void addChangeSetAcls​(int size)
        Parameters:
        size - int
      • addDocTransformationTime

        public void addDocTransformationTime​(long time)
        Parameters:
        time - long
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • reset

        public void reset()