net.anotheria.moskito.central.storage.psql.entities
Class MemoryPoolStatEntity
java.lang.Object
net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
net.anotheria.moskito.central.storage.psql.entities.MemoryPoolStatEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class MemoryPoolStatEntity
- extends StatisticsEntity
- Author:
- dagafonov
- See Also:
- Serialized Form
MemoryPoolStatEntity
public MemoryPoolStatEntity()
setStats
public void setStats(Map<String,String> stats)
- Specified by:
setStats in class StatisticsEntity
getMaximum
public String getMaximum()
setMaximum
public void setMaximum(String maximum)
getMaxUsed
public String getMaxUsed()
setMaxUsed
public void setMaxUsed(String maxUsed)
getMinUsed
public String getMinUsed()
setMinUsed
public void setMinUsed(String minUsed)
getMaxCommitted
public String getMaxCommitted()
setMaxCommitted
public void setMaxCommitted(String maxCommitted)
getMinCommitted
public String getMinCommitted()
setMinCommitted
public void setMinCommitted(String minCommitted)
getInit
public String getInit()
setInit
public void setInit(String init)
getCommitted
public String getCommitted()
setCommitted
public void setCommitted(String committed)
getUsed
public String getUsed()
setUsed
public void setUsed(String used)
Copyright © 2010-2013 anotheria.net. All Rights Reserved.