Package | Description |
---|---|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.client.core | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao |
Modifier and Type | Method and Description |
---|---|
VmId |
VmArgument.getVmId() |
Modifier and Type | Method and Description |
---|---|
List<? extends TimeStampedPojo> |
VMStatPrintDelegate.getLatestStats(AgentId agentId,
VmId vmId,
long timeStampSince)
Returns statistics gathered by this plug-in newer than the specified
time stamp.
|
Modifier and Type | Method and Description |
---|---|
VmId |
VmIssue.getVmId() |
Modifier and Type | Method and Description |
---|---|
Collection<VmIssue> |
IssueDiagnoser.diagnoseIssue(AgentId agendId,
VmId vmId)
Diagnose all issues in the JVM
|
Constructor and Description |
---|
VmIssue(AgentId agentId,
VmId vmId,
Severity severity,
String description) |
Modifier and Type | Method and Description |
---|---|
List<T> |
VmLatestPojoListGetter.getLatest(AgentId agentId,
VmId vmId,
long since) |
List<T> |
VmTimeIntervalPojoListGetter.getLatest(AgentId agentId,
VmId vmId,
long since,
long to) |
T |
VmBoundaryPojoGetter.getNewestStat(VmId vmId,
AgentId agentId) |
T |
VmBoundaryPojoGetter.getOldestStat(VmId vmId,
AgentId agentId) |
Modifier and Type | Method and Description |
---|---|
Set<VmId> |
VmInfoDAO.getVmIds(AgentId agentId) |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDAO.getVmInfo(VmId id) |
Copyright © 2017. All rights reserved.