Package | Description |
---|---|
com.redhat.thermostat.common.dao | |
com.redhat.thermostat.common.model | |
com.redhat.thermostat.common.storage | |
com.redhat.thermostat.thread.model |
Modifier and Type | Interface and Description |
---|---|
interface |
Converter<T extends Pojo> |
Modifier and Type | Interface and Description |
---|---|
interface |
TimeStampedPojo
Any Pojo which is taken as a timestamped piece of data should
implement this interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentInformation |
class |
BackendInformation |
class |
CpuStat |
class |
HeapInfo |
class |
HostInfo |
class |
MemoryStat |
class |
NetworkInterfaceInfo |
class |
VmClassStat |
class |
VmCpuStat |
class |
VmGcStat |
class |
VmInfo |
class |
VmMemoryStat |
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<T extends Pojo> |
Modifier and Type | Method and Description |
---|---|
<T extends Pojo> |
MongoStorage.findAllPojos(Query query,
Class<T> resultClass) |
abstract <T extends Pojo> |
Storage.findAllPojos(Query query,
Class<T> resultClass) |
<T extends Pojo> |
MongoStorage.findPojo(Query query,
Class<T> resultClass) |
abstract <T extends Pojo> |
Storage.findPojo(Query query,
Class<T> resultClass) |
Modifier and Type | Method and Description |
---|---|
void |
MongoStorage.putPojo(Category category,
boolean replace,
Pojo pojo) |
abstract void |
Storage.putPojo(Category category,
boolean replace,
Pojo pojo) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadInfoData |
class |
ThreadSummary |
class |
VMThreadCapabilities |
Copyright © 2013. All Rights Reserved.