Package org.alfresco.solr.tracker
Class TrackerStats
java.lang.Object
org.alfresco.solr.tracker.TrackerStats
- Author:
- Andy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAclTime(long time) voidaddChangeSetAcls(int size) voidaddDocTransformationTime(long time) voidaddElapsedAclTime(int docCount, long time) voidaddElapsedContentTime(int docCount, long time) voidaddElapsedNodeTime(int docCount, long time) voidaddModelTime(long time) voidaddNodeTime(long time) voidaddTxDocs(int size) doubledoubledoubledoubledoubledoubledoubledoubledoublevoidreset()toString()
-
Field Details
-
TIME_SCALE
public static final int TIME_SCALE- See Also:
-
-
Constructor Details
-
TrackerStats
-
-
Method Details
-
getModelTimes
- Returns:
- the modelTimes
-
getAclTimes
- Returns:
- the aclTxTimes
-
getChangeSetAcls
-
getNodeTimes
-
getTxDocs
- Returns:
- the txDocs
-
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- inttime- long
-
addElapsedAclTime
public void addElapsedAclTime(int docCount, long time) - Parameters:
docCount- inttime- long
-
addElapsedContentTime
public void addElapsedContentTime(int docCount, long time) - Parameters:
docCount- inttime- 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
-
reset
public void reset()
-