org.apache.hadoop.chukwa.rest.objects
Class HadoopJvm
java.lang.Object
org.apache.hadoop.chukwa.rest.objects.HadoopJvm
- All Implemented Interfaces:
- Serializable
public class HadoopJvm
- extends Object
- implements Serializable
HadoopJvm generated by hbm2java
- See Also:
- Serialized Form
Constructor Summary |
HadoopJvm()
|
HadoopJvm(Timestamp timestampe)
|
HadoopJvm(Timestamp timestamp,
String host,
String processName,
Double gcTimemillis,
Double gcCount,
Double logError,
Double logFatal,
Double logInfo,
Double logWarn,
Double memHeapCommittedM,
Double memHeapUsedM,
Double memNonHeapCommittedM,
Double memNonHeapUsedM,
Double threadsBlocked,
Double threadsNew,
Double threadsRunnable,
Double threadsTerminated,
Double threadsTimedWaiting,
Double threadsWaiting)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HadoopJvm
public HadoopJvm()
HadoopJvm
public HadoopJvm(Timestamp timestampe)
HadoopJvm
public HadoopJvm(Timestamp timestamp,
String host,
String processName,
Double gcTimemillis,
Double gcCount,
Double logError,
Double logFatal,
Double logInfo,
Double logWarn,
Double memHeapCommittedM,
Double memHeapUsedM,
Double memNonHeapCommittedM,
Double memNonHeapUsedM,
Double threadsBlocked,
Double threadsNew,
Double threadsRunnable,
Double threadsTerminated,
Double threadsTimedWaiting,
Double threadsWaiting)
getTimestamp
public Timestamp getTimestamp()
setTimestamp
public void setTimestamp(Timestamp timestamp)
getHost
public String getHost()
setHost
public void setHost(String host)
getProcessName
public String getProcessName()
setProcessName
public void setProcessName(String processName)
getGcTimemillis
public Double getGcTimemillis()
setGcTimemillis
public void setGcTimemillis(Double gcTimemillis)
getGcCount
public Double getGcCount()
setGcCount
public void setGcCount(Double gcCount)
getLogError
public Double getLogError()
setLogError
public void setLogError(Double logError)
getLogFatal
public Double getLogFatal()
setLogFatal
public void setLogFatal(Double logFatal)
getLogInfo
public Double getLogInfo()
setLogInfo
public void setLogInfo(Double logInfo)
getLogWarn
public Double getLogWarn()
setLogWarn
public void setLogWarn(Double logWarn)
getMemHeapCommittedM
public Double getMemHeapCommittedM()
setMemHeapCommittedM
public void setMemHeapCommittedM(Double memHeapCommittedM)
getMemHeapUsedM
public Double getMemHeapUsedM()
setMemHeapUsedM
public void setMemHeapUsedM(Double memHeapUsedM)
getMemNonHeapCommittedM
public Double getMemNonHeapCommittedM()
setMemNonHeapCommittedM
public void setMemNonHeapCommittedM(Double memNonHeapCommittedM)
getMemNonHeapUsedM
public Double getMemNonHeapUsedM()
setMemNonHeapUsedM
public void setMemNonHeapUsedM(Double memNonHeapUsedM)
getThreadsBlocked
public Double getThreadsBlocked()
setThreadsBlocked
public void setThreadsBlocked(Double threadsBlocked)
getThreadsNew
public Double getThreadsNew()
setThreadsNew
public void setThreadsNew(Double threadsNew)
getThreadsRunnable
public Double getThreadsRunnable()
setThreadsRunnable
public void setThreadsRunnable(Double threadsRunnable)
getThreadsTerminated
public Double getThreadsTerminated()
setThreadsTerminated
public void setThreadsTerminated(Double threadsTerminated)
getThreadsTimedWaiting
public Double getThreadsTimedWaiting()
setThreadsTimedWaiting
public void setThreadsTimedWaiting(Double threadsTimedWaiting)
getThreadsWaiting
public Double getThreadsWaiting()
setThreadsWaiting
public void setThreadsWaiting(Double threadsWaiting)
Copyright © ${year} The Apache Software Foundation