public class ObjectStatistics extends Object
Constructor and Description |
---|
ObjectStatistics(String type) |
ObjectStatistics(String type,
long nbInstance,
long cumulatedSize) |
Modifier and Type | Method and Description |
---|---|
long |
getCumulatedSize() |
long |
getNbInstance() |
String |
getType() |
void |
setCumulatedSize(long cumulatedSize) |
void |
setNbInstance(long nbInstance) |
void |
setType(String type) |
Copyright © 2015 Nuxeo SA. All rights reserved.