public class TrackerStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackerStats.SimpleStats |
| Modifier and Type | Field and Description |
|---|---|
static int |
TIME_SCALE |
| Constructor and Description |
|---|
TrackerStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAclTime(long time) |
void |
addChangeSetAcls(int size) |
void |
addDocTransformationTime(long time) |
void |
addModelTime(long time) |
void |
addNodeTime(long time) |
void |
addTxDocs(int size) |
TrackerStats.SimpleStats |
getAclTimes() |
TrackerStats.SimpleStats |
getChangeSetAcls() |
TrackerStats.SimpleStats |
getDocTransformationTimes() |
double |
getMeanAclIndexTime() |
double |
getMeanAclsPerChangeSet() |
double |
getMeanDocsPerTx() |
double |
getMeanModelSyncTime() |
double |
getMeanNodeIndexTime() |
TrackerStats.SimpleStats |
getModelTimes() |
double |
getNodeIndexingThreadCount() |
TrackerStats.SimpleStats |
getNodeTimes() |
TrackerStats.SimpleStats |
getTxDocs() |
void |
reset() |
String |
toString() |
public static final int TIME_SCALE
public TrackerStats.SimpleStats getModelTimes()
public TrackerStats.SimpleStats getAclTimes()
public TrackerStats.SimpleStats getChangeSetAcls()
public TrackerStats.SimpleStats getNodeTimes()
public TrackerStats.SimpleStats getTxDocs()
public TrackerStats.SimpleStats getDocTransformationTimes()
public double getMeanModelSyncTime()
public double getMeanNodeIndexTime()
public double getNodeIndexingThreadCount()
public double getMeanAclIndexTime()
public double getMeanDocsPerTx()
public double getMeanAclsPerChangeSet()
public void addModelTime(long time)
l - public void addAclTime(long time)
l - public void addNodeTime(long time)
l - public void addTxDocs(int size)
size - public void addChangeSetAcls(int size)
size - public void addDocTransformationTime(long time)
l - public void reset()
Copyright © 2005–2014 Alfresco Software. All rights reserved.