Package | Description |
---|---|
com.redhat.thermostat.common.dao | |
com.redhat.thermostat.common.storage | |
com.redhat.thermostat.test | |
com.redhat.thermostat.thread.dao |
Modifier and Type | Field and Description |
---|---|
static Key<Boolean> |
AgentInfoDAO.ALIVE_KEY |
static Key<String> |
BackendInfoDAO.BACKEND_DESCRIPTION |
static Key<String> |
BackendInfoDAO.BACKEND_NAME |
static Key<String> |
VmGcStatDAO.collectorKey |
static Key<String> |
VmInfoDAO.commandLineKey |
static Key<String> |
AgentInfoDAO.CONFIG_LISTEN_ADDRESS |
static Key<Integer> |
HostInfoDAO.cpuCountKey |
static Key<List<Double>> |
CpuStatDAO.cpuLoadKey |
static Key<String> |
HostInfoDAO.cpuModelKey |
static Key<Long> |
VmMemoryStatDAO.edenCapacityKey |
static Key<String> |
VmMemoryStatDAO.edenCollectorKey |
static Key<String> |
VmMemoryStatDAO.edenGenKey |
static Key<String> |
VmMemoryStatDAO.edenKey |
static Key<Long> |
VmMemoryStatDAO.edenMaxCapacityKey |
static Key<Long> |
VmMemoryStatDAO.edenUsedKey |
static Key<Map<String,String>> |
VmInfoDAO.environmentKey |
static Key<String> |
HeapDAO.heapDumpIdKey |
static Key<String> |
HeapDAO.heapIdKey |
static Key<String> |
HeapDAO.histogramIdKey |
static Key<Long> |
HostInfoDAO.hostMemoryTotalKey |
static Key<String> |
HostInfoDAO.hostNameKey |
static Key<String> |
NetworkInterfaceInfoDAO.ifaceKey |
static Key<String> |
NetworkInterfaceInfoDAO.ip4AddrKey |
static Key<String> |
NetworkInterfaceInfoDAO.ip6AddrKey |
static Key<Boolean> |
BackendInfoDAO.IS_ACTIVE |
static Key<String> |
VmInfoDAO.javaHomeKey |
static Key<List<String>> |
VmInfoDAO.librariesKey |
static Key<Long> |
VmClassStatDAO.loadedClassesKey |
static Key<String> |
VmInfoDAO.mainClassKey |
static Key<Long> |
MemoryStatDAO.memoryBuffersKey |
static Key<Long> |
MemoryStatDAO.memoryCachedKey |
static Key<Long> |
MemoryStatDAO.memoryCommitLimitKey |
static Key<Long> |
MemoryStatDAO.memoryFreeKey |
static Key<Long> |
MemoryStatDAO.memorySwapFreeKey |
static Key<Long> |
MemoryStatDAO.memorySwapTotalKey |
static Key<Long> |
MemoryStatDAO.memoryTotalKey |
static Key<Long> |
VmMemoryStatDAO.oldCapacityKey |
static Key<String> |
VmMemoryStatDAO.oldCollectorKey |
static Key<String> |
VmMemoryStatDAO.oldGenKey |
static Key<String> |
VmMemoryStatDAO.oldKey |
static Key<Long> |
VmMemoryStatDAO.oldMaxCapacityKey |
static Key<Long> |
VmMemoryStatDAO.oldUsedKey |
static Key<String> |
HostInfoDAO.osKernelKey |
static Key<String> |
HostInfoDAO.osNameKey |
static Key<Long> |
VmMemoryStatDAO.permCapacityKey |
static Key<String> |
VmMemoryStatDAO.permCollectorKey |
static Key<String> |
VmMemoryStatDAO.permGenKey |
static Key<String> |
VmMemoryStatDAO.permKey |
static Key<Long> |
VmMemoryStatDAO.permMaxCapacityKey |
static Key<Long> |
VmMemoryStatDAO.permUsedKey |
static Key<List<Integer>> |
BackendInfoDAO.PIDS_TO_MONITOR |
static Key<Map<String,String>> |
VmInfoDAO.propertiesKey |
static Key<Long> |
VmGcStatDAO.runCountKey |
static Key<String> |
VmInfoDAO.runtimeVersionKey |
static Key<Long> |
VmMemoryStatDAO.s0CapacityKey |
static Key<String> |
VmMemoryStatDAO.s0CollectorKey |
static Key<String> |
VmMemoryStatDAO.s0GenKey |
static Key<String> |
VmMemoryStatDAO.s0Key |
static Key<Long> |
VmMemoryStatDAO.s0MaxCapacityKey |
static Key<Long> |
VmMemoryStatDAO.s0UsedKey |
static Key<Long> |
VmMemoryStatDAO.s1CapacityKey |
static Key<String> |
VmMemoryStatDAO.s1CollectorKey |
static Key<String> |
VmMemoryStatDAO.s1GenKey |
static Key<String> |
VmMemoryStatDAO.s1Key |
static Key<Long> |
VmMemoryStatDAO.s1MaxCapacityKey |
static Key<Long> |
VmMemoryStatDAO.s1UsedKey |
static Key<Boolean> |
BackendInfoDAO.SHOULD_MONITOR_NEW_PROCESSES |
static Key<Long> |
AgentInfoDAO.START_TIME_KEY |
static Key<Long> |
VmInfoDAO.startTimeKey |
static Key<Long> |
AgentInfoDAO.STOP_TIME_KEY |
static Key<Long> |
VmInfoDAO.stopTimeKey |
static Key<String> |
VmInfoDAO.vmArgumentsKey |
static Key<Double> |
VmCpuStatDAO.vmCpuLoadKey |
static Key<String> |
VmInfoDAO.vmInfoKey |
static Key<String> |
VmInfoDAO.vmNameKey |
static Key<Integer> |
VmInfoDAO.vmPidKey |
static Key<String> |
VmInfoDAO.vmVersionKey |
static Key<Long> |
VmGcStatDAO.wallTimeKey
time in microseconds
|
Modifier and Type | Field and Description |
---|---|
static Key<String> |
Key.AGENT_ID |
static Key<String> |
Key.ID |
static Key<Long> |
Key.TIMESTAMP |
static Key<Integer> |
Key.VM_ID |
Modifier and Type | Method and Description |
---|---|
Key<?> |
AbstractQuery.Sort.getKey() |
Key<?> |
Category.getKey(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Key<?>> |
Category.getKeys() |
Set<Key<?>> |
ChunkAdapter.getKeys() |
Set<Key<?>> |
Chunk.getKeys() |
Modifier and Type | Method and Description |
---|---|
<T> T |
ChunkAdapter.get(Key<T> entry) |
<T> T |
Chunk.get(Key<T> entry) |
<T> void |
ChunkAdapter.put(Key<T> entry,
T value) |
<T> void |
Chunk.put(Key<T> entry,
T value) |
<T> Update |
Update.set(Key<T> key,
T value) |
void |
AbstractQuery.Sort.setKey(Key<?> key) |
<T> Query |
Query.sort(Key<T> key,
Query.SortDirection direction) |
<T> Query |
AbstractQuery.sort(Key<T> key,
Query.SortDirection direction) |
<T> MongoQuery |
MongoQuery.where(Key<T> key,
Query.Criteria operator,
T value) |
<T> Query |
Query.where(Key<T> key,
Query.Criteria criteria,
T value) |
<T> Remove |
Remove.where(Key<T> key,
T value) |
<T> Update |
Update.where(Key<T> key,
T value) |
Constructor and Description |
---|
AbstractQuery.Sort(Key<?> key,
Query.SortDirection direction) |
Category(String name,
Key<?>... keys)
Creates a new Category instance with the specified name.
|
Modifier and Type | Field and Description |
---|---|
Key<T> |
MockQuery.WhereClause.key |
Modifier and Type | Method and Description |
---|---|
boolean |
MockQuery.hasSort(Key<?> key,
Query.SortDirection direction) |
<T> boolean |
MockQuery.hasWhereClause(Key<T> key,
Query.Criteria criteria,
T value) |
boolean |
MockQuery.hasWhereClauseFor(Key<?> key) |
<T> MockQuery |
MockQuery.where(Key<T> key,
Query.Criteria criteria,
T value) |
Constructor and Description |
---|
MockQuery.WhereClause(Key<T> key,
Query.Criteria criteria,
T value) |
Modifier and Type | Field and Description |
---|---|
static Key<Boolean> |
ThreadDao.CONTENTION_MONITOR_KEY |
static Key<Boolean> |
ThreadDao.CPU_TIME_KEY |
static Key<Long> |
ThreadDao.DAEMON_THREADS_KEY |
static Key<Long> |
ThreadDao.LIVE_THREADS_KEY |
static Key<List<String>> |
ThreadDao.SUPPORTED_FEATURES_LIST_KEY |
static Key<Boolean> |
ThreadDao.THREAD_ALLOCATED_MEMORY_KEY |
static Key<Long> |
ThreadDao.THREAD_BLOCKED_COUNT_KEY |
static Key<Long> |
ThreadDao.THREAD_CPU_TIME_KEY |
static Key<Long> |
ThreadDao.THREAD_ID_KEY |
static Key<String> |
ThreadDao.THREAD_NAME_KEY |
static Key<String> |
ThreadDao.THREAD_STATE_KEY |
static Key<Long> |
ThreadDao.THREAD_USER_TIME_KEY |
static Key<Long> |
ThreadDao.THREAD_WAIT_COUNT_KEY |
Copyright © 2013. All Rights Reserved.