net.anotheria.moskito.central.storage.psql.entities
Class OSStatEntity

java.lang.Object
  extended by net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
      extended by net.anotheria.moskito.central.storage.psql.entities.OSStatEntity
All Implemented Interfaces:
Serializable

@Entity
public class OSStatEntity
extends StatisticsEntity

Author:
dagafonov
See Also:
Serialized Form

Constructor Summary
OSStatEntity()
           
 
Method Summary
 String getCputime()
           
 String getFree()
           
 String getFreemb()
           
 String getMaxOpenFiles()
           
 String getMinOpenFiles()
           
 String getOpenFiles()
           
 String getProcessors()
           
 String getTotal()
           
 String getTotalmb()
           
 void setCputime(String cputime)
           
 void setFree(String free)
           
 void setFreemb(String freemb)
           
 void setMaxOpenFiles(String maxOpenFiles)
           
 void setMinOpenFiles(String minOpenFiles)
           
 void setOpenFiles(String openFiles)
           
 void setProcessors(String processors)
           
 void setStats(Map<String,String> stats)
           
 void setTotal(String total)
           
 void setTotalmb(String totalmb)
           
 
Methods inherited from class net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSStatEntity

public OSStatEntity()
Method Detail

setStats

public void setStats(Map<String,String> stats)
Specified by:
setStats in class StatisticsEntity

getFreemb

public String getFreemb()

setFreemb

public void setFreemb(String freemb)

getTotalmb

public String getTotalmb()

setTotalmb

public void setTotalmb(String totalmb)

getFree

public String getFree()

setFree

public void setFree(String free)

getProcessors

public String getProcessors()

setProcessors

public void setProcessors(String processors)

getCputime

public String getCputime()

setCputime

public void setCputime(String cputime)

getOpenFiles

public String getOpenFiles()

setOpenFiles

public void setOpenFiles(String openFiles)

getMaxOpenFiles

public String getMaxOpenFiles()

setMaxOpenFiles

public void setMaxOpenFiles(String maxOpenFiles)

getTotal

public String getTotal()

setTotal

public void setTotal(String total)

getMinOpenFiles

public String getMinOpenFiles()

setMinOpenFiles

public void setMinOpenFiles(String minOpenFiles)


Copyright © 2010-2013 anotheria.net. All Rights Reserved.