public class TrackerStats extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TrackerStats.Bucket |
static class |
TrackerStats.IncrementalStats |
static class |
TrackerStats.SimpleStats |
Modifier and Type | Field and Description |
---|---|
static int |
TIME_SCALE |
Constructor and Description |
---|
TrackerStats(InformationServerCollectionProvider server) |
Modifier and Type | Method and Description |
---|---|
void |
addAclTime(long time) |
void |
addChangeSetAcls(int size) |
void |
addDocTransformationTime(long time) |
void |
addElapsedAclTime(int docCount,
long time) |
void |
addElapsedContentTime(int docCount,
long time) |
void |
addElapsedNodeTime(int docCount,
long time) |
void |
addModelTime(long time) |
void |
addNodeTime(long time) |
void |
addTxDocs(int size) |
TrackerStats.SimpleStats |
getAclTimes() |
TrackerStats.SimpleStats |
getChangeSetAcls() |
TrackerStats.SimpleStats |
getDocTransformationTimes() |
double |
getMeanAclElapsedIndexTime() |
double |
getMeanAclIndexTime() |
double |
getMeanAclsPerChangeSet() |
double |
getMeanContentElapsedIndexTime() |
double |
getMeanDocsPerTx() |
double |
getMeanModelSyncTime() |
double |
getMeanNodeElapsedIndexTime() |
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(InformationServerCollectionProvider server)
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 getMeanNodeElapsedIndexTime()
public double getMeanAclElapsedIndexTime()
public double getMeanContentElapsedIndexTime()
public double getNodeIndexingThreadCount()
public double getMeanAclIndexTime()
public double getMeanDocsPerTx()
public double getMeanAclsPerChangeSet()
public void addModelTime(long time)
time
- longpublic void addAclTime(long time)
time
- longpublic void addNodeTime(long time)
time
- longpublic void addElapsedNodeTime(int docCount, long time)
docCount
- inttime
- longpublic void addElapsedAclTime(int docCount, long time)
docCount
- inttime
- longpublic void addElapsedContentTime(int docCount, long time)
docCount
- inttime
- longpublic void addTxDocs(int size)
size
- intpublic void addChangeSetAcls(int size)
size
- intpublic void addDocTransformationTime(long time)
time
- longpublic void reset()
Copyright © 2005–2020 Alfresco Software. All rights reserved.