eu.geclipse.info.glue
Class GlueHost
java.lang.Object
eu.geclipse.info.glue.AbstractGlueTable
eu.geclipse.info.glue.GlueHost
- All Implemented Interfaces:
- java.io.Serializable
public class GlueHost
- extends AbstractGlueTable
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getID()
|
void |
setID(java.lang.String id)
Set the unique id |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Name
public java.lang.String Name
UniqueID
public java.lang.String UniqueID
keyName
public java.lang.String keyName
UpTime
public java.lang.Long UpTime
FileCounterRegularOpen
public java.lang.Long FileCounterRegularOpen
ProcessCounterTotal
public java.lang.Long ProcessCounterTotal
ProcessCounterUninterruptibleSleep
public java.lang.Long ProcessCounterUninterruptibleSleep
ProcessCounterRunnable
public java.lang.Long ProcessCounterRunnable
ProcessCounterSleeping
public java.lang.Long ProcessCounterSleeping
ProcessCounterStopped
public java.lang.Long ProcessCounterStopped
ProcessCounterZombie
public java.lang.Long ProcessCounterZombie
ArchitectureSMPSize
public java.lang.Long ArchitectureSMPSize
ArchitectureSMTSize
public java.lang.Long ArchitectureSMTSize
ProcessorVendor
public java.lang.String ProcessorVendor
ProcessorModel
public java.lang.String ProcessorModel
ProcessorClockSpeed
public java.lang.Long ProcessorClockSpeed
ProcessorLoadLast1Min
public java.lang.Long ProcessorLoadLast1Min
ProcessorLoadLast5Min
public java.lang.Long ProcessorLoadLast5Min
ProcessorLoadLast15Min
public java.lang.Long ProcessorLoadLast15Min
ProcessorLoadUser
public java.lang.Long ProcessorLoadUser
ProcessorLoadNice
public java.lang.Long ProcessorLoadNice
ProcessorLoadSystem
public java.lang.Long ProcessorLoadSystem
ProcessorLoadIdle
public java.lang.Long ProcessorLoadIdle
BenchmarkBogoMIPS
public java.lang.Long BenchmarkBogoMIPS
SocketCounterTotal
public java.lang.Long SocketCounterTotal
SocketCounterTCP
public java.lang.Long SocketCounterTCP
SocketCounterUDP
public java.lang.Long SocketCounterUDP
SocketCounterRAW
public java.lang.Long SocketCounterRAW
OperatingSystemName
public java.lang.String OperatingSystemName
OperatingSystemRelease
public java.lang.String OperatingSystemRelease
OperatingSystemVersion
public java.lang.String OperatingSystemVersion
MainMemoryRAMSize
public java.lang.Long MainMemoryRAMSize
MainMemoryRAMUsed
public java.lang.Long MainMemoryRAMUsed
MainMemoryRAMAvailable
public java.lang.Long MainMemoryRAMAvailable
MainMemoryRAMShared
public java.lang.Long MainMemoryRAMShared
MainMemoryRAMBuffer
public java.lang.Long MainMemoryRAMBuffer
MainMemoryRAMCached
public java.lang.Long MainMemoryRAMCached
MainMemoryVirtualSize
public java.lang.Long MainMemoryVirtualSize
MainMemoryVirtualAvailable
public java.lang.Long MainMemoryVirtualAvailable
MainMemoryVirtualUsed
public java.lang.Long MainMemoryVirtualUsed
MemoryPageCounterFrequencyRead
public java.lang.Long MemoryPageCounterFrequencyRead
MemoryPageCounterLastRead
public java.lang.Long MemoryPageCounterLastRead
MemoryPageCounterFrequencyWrite
public java.lang.Long MemoryPageCounterFrequencyWrite
MemoryPageCounterLastWrite
public java.lang.Long MemoryPageCounterLastWrite
SwapPageCounterFrequencyRead
public java.lang.Long SwapPageCounterFrequencyRead
SwapPageCounterLastRead
public java.lang.Long SwapPageCounterLastRead
SwapPageCounterFrequencyWrite
public java.lang.Long SwapPageCounterFrequencyWrite
SwapPageCounterLastWrite
public java.lang.Long SwapPageCounterLastWrite
InterruptCounterFrequency
public java.lang.Long InterruptCounterFrequency
InterruptCounterLast
public java.lang.Long InterruptCounterLast
ContextSwitchCounterFrequency
public java.lang.Long ContextSwitchCounterFrequency
ContextSwitchCounterLast
public java.lang.Long ContextSwitchCounterLast
RoleName1
public java.lang.String RoleName1
RoleName2
public java.lang.String RoleName2
RoleName3
public java.lang.String RoleName3
Category
public java.lang.String Category
MeasurementDate
public java.util.Date MeasurementDate
MeasurementTime
public java.util.Date MeasurementTime
glueBatchJobList
public java.util.ArrayList<GlueBatchJob> glueBatchJobList
glueBatchQueueList
public java.util.ArrayList<GlueBatchQueue> glueBatchQueueList
glueBatchSystemList
public java.util.ArrayList<GlueBatchSystem> glueBatchSystemList
glueHostLocalFileSystemList
public java.util.ArrayList<GlueHostLocalFileSystem> glueHostLocalFileSystemList
glueHostNetworkAdapterList
public java.util.ArrayList<GlueHostNetworkAdapter> glueHostNetworkAdapterList
glueHostPoolAccountList
public java.util.ArrayList<GlueHostPoolAccount> glueHostPoolAccountList
glueHostProcessList
public java.util.ArrayList<GlueHostProcess> glueHostProcessList
glueHostRoleList
public java.util.ArrayList<GlueHostRole> glueHostRoleList
glueVOList
public java.util.ArrayList<GlueVO> glueVOList
glueIndex
public GlueIndex glueIndex
GlueHost
public GlueHost()
getID
public java.lang.String getID()
- Overrides:
getID in class AbstractGlueTable
- Returns:
- The unique identified for this Glue entry
setID
public void setID(java.lang.String id)
- Set the unique id
- Parameters:
id -