public class InternalInstanceProfilingData extends Object implements InternalProfilingData
| Constructor and Description |
|---|
InternalInstanceProfilingData() |
InternalInstanceProfilingData(InstanceConnectionInfo instanceConnectionInfo,
int profilingInterval) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBufferedMemory() |
long |
getCachedMemory() |
long |
getCachedSwapMemory() |
long |
getFreeMemory() |
int |
getHardIrqCPU() |
int |
getIdleCPU() |
InstanceConnectionInfo |
getInstanceConnectionInfo() |
int |
getIOWaitCPU() |
int |
getProfilingInterval() |
long |
getReceivedBytes() |
int |
getSoftIrqCPU() |
int |
getSystemCPU() |
long |
getTotalMemory() |
long |
getTransmittedBytes() |
int |
getUserCPU() |
void |
read(DataInputView in) |
void |
setBufferedMemory(long bufferedMemory) |
void |
setCachedMemory(long cachedMemory) |
void |
setCachedSwapMemory(long cachedSwapMemory) |
void |
setFreeMemory(long freeMemory) |
void |
setHardIrqCPU(int hardIrqCPU) |
void |
setIdleCPU(int idleCPU) |
void |
setIoWaitCPU(int ioWaitCPU) |
void |
setReceivedBytes(long receivedBytes) |
void |
setSoftIrqCPU(int softIrqCPU) |
void |
setSystemCPU(int systemCPU) |
void |
setTotalMemory(long totalMemory) |
void |
setTransmittedBytes(long transmittedBytes) |
void |
setUserCPU(int userCPU) |
void |
write(DataOutputView out) |
public InternalInstanceProfilingData()
public InternalInstanceProfilingData(InstanceConnectionInfo instanceConnectionInfo, int profilingInterval)
public long getFreeMemory()
public int getIOWaitCPU()
public int getIdleCPU()
public int getHardIrqCPU()
public int getSoftIrqCPU()
public InstanceConnectionInfo getInstanceConnectionInfo()
public int getProfilingInterval()
public int getSystemCPU()
public long getTotalMemory()
public long getBufferedMemory()
public long getCachedMemory()
public long getCachedSwapMemory()
public int getUserCPU()
public long getReceivedBytes()
public long getTransmittedBytes()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionpublic void setFreeMemory(long freeMemory)
public void setIoWaitCPU(int ioWaitCPU)
public void setIdleCPU(int idleCPU)
public void setSystemCPU(int systemCPU)
public void setHardIrqCPU(int hardIrqCPU)
public void setSoftIrqCPU(int softIrqCPU)
public void setTotalMemory(long totalMemory)
public void setBufferedMemory(long bufferedMemory)
public void setCachedMemory(long cachedMemory)
public void setCachedSwapMemory(long cachedSwapMemory)
public void setUserCPU(int userCPU)
public void setReceivedBytes(long receivedBytes)
public void setTransmittedBytes(long transmittedBytes)
Copyright © 2014 The Apache Software Foundation. All rights reserved.