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 |
---|---|
AgentId |
AgentArgument.getAgentId() |
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 |
---|---|
AgentId |
AgentIssue.getAgentId() |
AgentId |
VmIssue.getAgentId() |
Modifier and Type | Method and Description |
---|---|
Collection<AgentIssue> |
IssueDiagnoser.diagnoseIssue(AgentId id)
Diagnose all issues in the agent
|
Collection<VmIssue> |
IssueDiagnoser.diagnoseIssue(AgentId agendId,
VmId vmId)
Diagnose all issues in the JVM
|
Constructor and Description |
---|
AgentIssue(AgentId agentId,
Severity severity,
String description) |
VmIssue(AgentId agentId,
VmId vmId,
Severity severity,
String description) |
Modifier and Type | Method and Description |
---|---|
List<T> |
HostLatestPojoListGetter.getLatest(AgentId agentId,
long since) |
List<T> |
HostTimeIntervalPojoListGetter.getLatest(AgentId agentId,
long since,
long to) |
List<T> |
VmLatestPojoListGetter.getLatest(AgentId agentId,
VmId vmId,
long since) |
List<T> |
VmTimeIntervalPojoListGetter.getLatest(AgentId agentId,
VmId vmId,
long since,
long to) |
T |
HostBoundaryPojoGetter.getNewestStat(AgentId agentId) |
T |
VmBoundaryPojoGetter.getNewestStat(VmId vmId,
AgentId agentId) |
T |
HostBoundaryPojoGetter.getOldestStat(AgentId agentId) |
T |
VmBoundaryPojoGetter.getOldestStat(VmId vmId,
AgentId agentId) |
Modifier and Type | Method and Description |
---|---|
Set<AgentId> |
AgentInfoDAO.getAgentIds() |
Set<AgentId> |
AgentInfoDAO.getAliveAgentIds() |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
AgentInfoDAO.getAgentInformation(AgentId agentId)
Get information about a specific agent.
|
List<VmInfo> |
VmInfoDAO.getAllVmInfosForAgent(AgentId agentId) |
List<BackendInformation> |
BackendInfoDAO.getBackendInformation(AgentId agentId) |
HostInfo |
HostInfoDAO.getHostInfo(AgentId agentId) |
Set<VmId> |
VmInfoDAO.getVmIds(AgentId agentId) |
boolean |
AgentInfoDAO.isAlive(AgentId agentId) |
Copyright © 2017. All rights reserved.