Modifier and Type | Field and Description |
---|---|
static Key<List<Double>> |
CpuStatDAO.cpuLoadKey |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static Key<Integer> |
NumaDAO.hostNumNumaNodes |
static Key<NumaNodeStat[]> |
NumaDAO.nodeStats |
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() |
Modifier and Type | Method and Description |
---|---|
<T> void |
Update.set(Key<T> key,
T value)
Sets a field in a found document to the specified value.
|
void |
AbstractQuery.Sort.setKey(Key<?> key) |
void |
AbstractQuery.sort(Key<?> key,
Query.SortDirection direction) |
void |
Query.sort(Key<?> key,
Query.SortDirection direction) |
<S> void |
Query.where(Key<S> key,
Query.Criteria criteria,
S value) |
<T> void |
Update.where(Key<T> key,
T value)
Adds a where clause that denotes the entry to be updated.
|
<T> Remove |
Remove.where(Key<T> key,
T value) |
Constructor and Description |
---|
AbstractQuery.Sort(Key<?> key,
Query.SortDirection direction) |
Category(String name,
Class<T> dataClass,
Key<?>... keys)
Creates a new Category instance with the specified name.
|
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> |
VmInfoDAO.commandLineKey |
static Key<String> |
AgentInfoDAO.CONFIG_LISTEN_ADDRESS |
static Key<Integer> |
HostInfoDAO.cpuCountKey |
static Key<String> |
HostInfoDAO.cpuModelKey |
static Key<Map<String,String>> |
VmInfoDAO.environmentKey |
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<String> |
VmInfoDAO.mainClassKey |
static Key<Integer> |
BackendInfoDAO.ORDER_VALUE |
static Key<String> |
HostInfoDAO.osKernelKey |
static Key<String> |
HostInfoDAO.osNameKey |
static Key<List<Integer>> |
BackendInfoDAO.PIDS_TO_MONITOR |
static Key<Map<String,String>> |
VmInfoDAO.propertiesKey |
static Key<String> |
VmInfoDAO.runtimeVersionKey |
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<Long> |
VmInfoDAO.uidKey |
static Key<String> |
VmInfoDAO.usernameKey |
static Key<String> |
VmInfoDAO.vmArgumentsKey |
static Key<String> |
VmInfoDAO.vmInfoKey |
static Key<String> |
VmInfoDAO.vmNameKey |
static Key<Integer> |
VmInfoDAO.vmPidKey |
static Key<String> |
VmInfoDAO.vmVersionKey |
Modifier and Type | Method and Description |
---|---|
<S> void |
MongoQuery.where(Key<S> key,
Query.Criteria operator,
S 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<String> |
ThreadDao.HARVESTING_STATUS_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 |
Modifier and Type | Field and Description |
---|---|
static Key<Long> |
VmClassStatDAO.loadedClassesKey |
Modifier and Type | Field and Description |
---|---|
static Key<Double> |
VmCpuStatDAO.vmCpuLoadKey |
Modifier and Type | Field and Description |
---|---|
static Key<String> |
VmGcStatDAO.collectorKey |
static Key<Long> |
VmGcStatDAO.runCountKey |
static Key<Long> |
VmGcStatDAO.wallTimeKey
time in microseconds
|
Modifier and Type | Field and Description |
---|---|
static Key<String> |
HeapDAO.heapDumpIdKey |
static Key<String> |
HeapDAO.heapIdKey |
static Key<String> |
HeapDAO.histogramIdKey |
Modifier and Type | Field and Description |
---|---|
static Key<VmMemoryStat.Generation[]> |
VmMemoryStatDAO.generationsKey |
Modifier and Type | Method and Description |
---|---|
Key<T> |
Qualifier.getKey() |
Key<?> |
WebUpdate.UpdateValue.getKey() |
Modifier and Type | Method and Description |
---|---|
<T> void |
WebUpdate.set(Key<T> key,
T value) |
void |
WebUpdate.UpdateValue.setKey(Key<?> key) |
void |
Qualifier.setKey(Key<T> key) |
<S> void |
WebQuery.where(Key<S> key,
Query.Criteria criteria,
S value) |
<T> WebRemove |
WebRemove.where(Key<T> key,
T value) |
<T> void |
WebUpdate.where(Key<T> key,
T value) |
Constructor and Description |
---|
Qualifier(Key<T> key,
Query.Criteria criteria,
T value) |
WebUpdate.UpdateValue(Key<?> key,
Object value) |
Copyright © 2014. All rights reserved.