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)  | 
public ObjectStatistics(String type, long nbInstance, long cumulatedSize)
type - nbObject - cumulatedSize - public ObjectStatistics(String type)
type - nbObject - cumulatedSize - public long getNbInstance()
public void setNbInstance(long nbInstance)
public long getCumulatedSize()
public void setCumulatedSize(long cumulatedSize)
Copyright © 2019 Nuxeo. All rights reserved.