Package | Description |
---|---|
com.redhat.thermostat.storage.model |
Modifier and Type | Method and Description |
---|---|
String |
BasePojo.getAgentId() |
String |
SchemaInformation.getCategoryName() |
String |
AgentInformation.getConfigListenAddress() |
long |
AggregateCount.getCount() |
int |
HostInfo.getCpuCount() |
String |
HostInfo.getCpuModel() |
String |
BackendInformation.getDescription() |
VmInfo.KeyValuePair[] |
VmInfo.getEnvironmentAsArray() |
String |
HostInfo.getHostname() |
String |
NetworkInterfaceInfo.getInterfaceName() |
String |
NetworkInterfaceInfo.getIp4Addr() |
String |
NetworkInterfaceInfo.getIp6Addr() |
String |
VmInfo.getJavaCommandLine() |
String |
VmInfo.getJavaHome() |
String |
VmInfo.getJavaVersion() |
Key<?> |
DistinctResult.getKey() |
String |
VmInfo.KeyValuePair.getKey() |
String[] |
VmInfo.getLoadedNativeLibraries() |
String |
VmInfo.getMainClass()
If java is invoked as
java -jar foo.jar , then the main class name
is foo.jar . |
String |
BackendInformation.getName() |
int |
BackendInformation.getOrderValue() |
String |
HostInfo.getOsKernel() |
String |
HostInfo.getOsName() |
int[] |
BackendInformation.getPids() |
VmInfo.KeyValuePair[] |
VmInfo.getPropertiesAsArray() |
long |
AgentInformation.getStartTime() |
long |
VmInfo.getStartTimeStamp() |
long |
AgentInformation.getStopTime() |
long |
VmInfo.getStopTimeStamp() |
long |
SchemaInformation.getTimeStamp() |
long |
HostInfo.getTotalMemory()
Total memory in bytes
|
long |
VmInfo.getUid()
Returns the system user id for the owner of this JVM process,
or -1 if an owner could not be found.
|
String |
VmInfo.getUsername()
Returns the system user name for the owner of this JVM process,
or null if an owner could not be found.
|
String |
VmInfo.KeyValuePair.getValue() |
String[] |
DistinctResult.getValues() |
String |
VmInfo.getVmArguments() |
String |
VmInfo.getVmId() |
String |
VmInfo.getVmInfo() |
String |
VmInfo.getVmName() |
int |
VmInfo.getVmPid() |
String |
VmInfo.getVmVersion() |
boolean |
BackendInformation.isActive() |
boolean |
AgentInformation.isAlive() |
boolean |
BackendInformation.isObserveNewJvm() |
void |
BackendInformation.setActive(boolean active) |
void |
BasePojo.setAgentId(String agentId) |
void |
AgentInformation.setAlive(boolean alive) |
void |
SchemaInformation.setCategoryName(String categoryName) |
void |
AgentInformation.setConfigListenAddress(String address) |
void |
AggregateCount.setCount(long count) |
void |
HostInfo.setCpuCount(int cpuCount) |
void |
HostInfo.setCpuModel(String cpuModel) |
void |
BackendInformation.setDescription(String description) |
void |
VmInfo.setEnvironmentAsArray(VmInfo.KeyValuePair[] environment) |
void |
HostInfo.setHostname(String hostname) |
void |
NetworkInterfaceInfo.setInterfaceName(String iFace) |
void |
NetworkInterfaceInfo.setIp4Addr(String newAddr) |
void |
NetworkInterfaceInfo.setIp6Addr(String newAddr) |
void |
VmInfo.setJavaCommandLine(String javaCommandLine) |
void |
VmInfo.setJavaHome(String javaHome) |
void |
VmInfo.setJavaVersion(String javaVersion) |
void |
DistinctResult.setKey(Key<?> key) |
void |
VmInfo.KeyValuePair.setKey(String key) |
void |
VmInfo.setLoadedNativeLibraries(String[] loadedNativeLibraries) |
void |
VmInfo.setMainClass(String mainClass) |
void |
BackendInformation.setName(String name) |
void |
BackendInformation.setObserveNewJvm(boolean observeNewJvm) |
void |
BackendInformation.setOrderValue(int orderValue) |
void |
HostInfo.setOsKernel(String osKernel) |
void |
HostInfo.setOsName(String osName) |
void |
BackendInformation.setPids(int[] pids) |
void |
VmInfo.setPropertiesAsArray(VmInfo.KeyValuePair[] properties) |
void |
AgentInformation.setStartTime(long startTime) |
void |
VmInfo.setStartTimeStamp(long startTime) |
void |
AgentInformation.setStopTime(long stopTime) |
void |
VmInfo.setStopTimeStamp(long stopTime) |
void |
SchemaInformation.setTimeStamp(long timeStamp) |
void |
HostInfo.setTotalMemory(long totalMemory) |
void |
VmInfo.setUid(long uid) |
void |
VmInfo.setUsername(String username) |
void |
VmInfo.KeyValuePair.setValue(String value) |
void |
DistinctResult.setValues(String[] values) |
void |
VmInfo.setVmArguments(String vmArguments) |
void |
VmInfo.setVmId(String vmId) |
void |
VmInfo.setVmInfo(String vmInfo) |
void |
VmInfo.setVmName(String vmName) |
void |
VmInfo.setVmPid(int vmPid) |
void |
VmInfo.setVmVersion(String vmVersion) |
Copyright © 2016. All rights reserved.