net.anotheria.moskito.central.storage.psql.entities
Class ThreadCountStatEntity
java.lang.Object
net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
net.anotheria.moskito.central.storage.psql.entities.ThreadCountStatEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class ThreadCountStatEntity
- extends StatisticsEntity
- Author:
- dagafonov
- See Also:
- Serialized Form
ThreadCountStatEntity
public ThreadCountStatEntity()
setStats
public void setStats(Map<String,String> stats)
- Specified by:
setStats in class StatisticsEntity
getStarted
public String getStarted()
setStarted
public void setStarted(String started)
getDaemon
public String getDaemon()
setDaemon
public void setDaemon(String daemon)
getCur
public String getCur()
setCur
public void setCur(String cur)
getMaximum
public String getMaximum()
setMaximum
public void setMaximum(String maximum)
getMinimum
public String getMinimum()
setMinimum
public void setMinimum(String minimum)
Copyright © 2010-2013 anotheria.net. All Rights Reserved.