public class RepoStatInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected float |
speed |
Constructor and Description |
---|
RepoStatInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addBlob(long size,
Path path) |
void |
addDoc(String type,
Path path) |
void |
addDoc(String type,
Path path,
boolean isVersion) |
void |
childrenCount(long children,
Path path) |
Map<String,Long> |
getDocsPerType() |
Long |
getDocTypeCount(String dType) |
List<String> |
getDocTypes() |
long |
getLastTotalBlobNumber() |
long |
getLastTotalBlobSize() |
long |
getLastTotalNbDocs() |
long |
getMaxBlobSize() |
long |
getMaxChildren() |
long |
getMaxDepth() |
float |
getSpeed() |
long |
getTotalBlobNumber() |
long |
getTotalBlobSize() |
long |
getTotalNbDocs() |
long |
getVersions() |
String |
toString() |
protected float speed
public RepoStatInfo()
public Long getDocTypeCount(String dType)
public List<String> getDocTypes()
public long getVersions()
public long getMaxDepth()
public long getMaxChildren()
public long getMaxBlobSize()
public Map<String,Long> getDocsPerType()
public float getSpeed()
public void childrenCount(long children, Path path)
public long getTotalNbDocs()
public long getTotalBlobSize()
public long getTotalBlobNumber()
public long getLastTotalNbDocs()
public long getLastTotalBlobSize()
public long getLastTotalBlobNumber()
Copyright © 2018 Nuxeo. All rights reserved.