Modifier and Type | Field and Description |
---|---|
static Category<CpuStat> |
CpuStatDAO.cpuStatCategory |
Modifier and Type | Field and Description |
---|---|
static Category<MemoryStat> |
MemoryStatDAO.memoryStatCategory |
Modifier and Type | Field and Description |
---|---|
static Category<NumaHostInfo> |
NumaDAO.numaHostCategory |
static Category<NumaStat> |
NumaDAO.numaStatCategory |
Modifier and Type | Method and Description |
---|---|
static Category |
Categories.getByName(String categoryName) |
Category |
BasePut.getCategory() |
Modifier and Type | Method and Description |
---|---|
static void |
Categories.add(Category category) |
Add |
QueuedStorage.createAdd(Category<?> into) |
Add |
Storage.createAdd(Category<?> category) |
<T extends Pojo> |
QueuedStorage.createQuery(Category<T> category) |
<T extends Pojo> |
Storage.createQuery(Category<T> category) |
Replace |
QueuedStorage.createReplace(Category<?> into) |
Replace |
Storage.createReplace(Category<?> category) |
Update |
QueuedStorage.createUpdate(Category<?> category) |
Update |
Storage.createUpdate(Category<?> category) |
Remove |
Remove.from(Category category) |
long |
QueuedStorage.getCount(Category category) |
long |
Storage.getCount(Category<?> category) |
void |
QueuedStorage.registerCategory(Category<?> category) |
void |
Storage.registerCategory(Category<?> category) |
static void |
Categories.remove(Category category) |
void |
BasePut.setCategory(Category category) |
Constructor and Description |
---|
HostLatestPojoListGetter(Storage storage,
Category<T> cat) |
VmLatestPojoListGetter(Storage storage,
Category<T> cat) |
Modifier and Type | Field and Description |
---|---|
static Category<BackendInformation> |
BackendInfoDAO.CATEGORY |
static Category<AgentInformation> |
AgentInfoDAO.CATEGORY |
static Category<HostInfo> |
HostInfoDAO.hostInfoCategory |
static Category<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.networkInfoCategory |
static Category<VmInfo> |
VmInfoDAO.vmInfoCategory |
Modifier and Type | Method and Description |
---|---|
Category<T> |
MongoQuery.getCategory() |
Modifier and Type | Method and Description |
---|---|
Add |
MongoStorage.createAdd(Category<?> into) |
<T extends Pojo> |
MongoStorage.createQuery(Category<T> category) |
Replace |
MongoStorage.createReplace(Category<?> into) |
Update |
MongoStorage.createUpdate(Category<?> category) |
long |
MongoStorage.getCount(Category<?> category) |
void |
MongoStorage.registerCategory(Category<?> category) |
void |
MongoQuery.setCategory(Category<T> category) |
Modifier and Type | Field and Description |
---|---|
static Category<VMThreadCapabilities> |
ThreadDao.THREAD_CAPABILITIES |
static Category<ThreadHarvestingStatus> |
ThreadDao.THREAD_HARVESTING_STATUS |
static Category<ThreadInfoData> |
ThreadDao.THREAD_INFO |
static Category<ThreadSummary> |
ThreadDao.THREAD_SUMMARY |
Modifier and Type | Field and Description |
---|---|
static Category<VmClassStat> |
VmClassStatDAO.vmClassStatsCategory |
Modifier and Type | Field and Description |
---|---|
static Category<VmCpuStat> |
VmCpuStatDAO.vmCpuStatCategory |
Modifier and Type | Field and Description |
---|---|
static Category<VmGcStat> |
VmGcStatDAO.vmGcStatCategory |
Modifier and Type | Field and Description |
---|---|
static Category<HeapInfo> |
HeapDAO.heapInfoCategory |
Modifier and Type | Field and Description |
---|---|
static Category<VmMemoryStat> |
VmMemoryStatDAO.vmMemoryStatsCategory |
Modifier and Type | Method and Description |
---|---|
Add |
WebStorage.createAdd(Category<?> into) |
<T extends Pojo> |
WebStorage.createQuery(Category<T> category) |
Replace |
WebStorage.createReplace(Category<?> into) |
Update |
WebStorage.createUpdate(Category<?> category) |
long |
WebStorage.getCount(Category<?> category) |
void |
WebStorage.registerCategory(Category<?> category) |
Modifier and Type | Method and Description |
---|---|
WebRemove |
WebRemove.from(Category category) |
Constructor and Description |
---|
WebRemove(Map<Category<?>,Integer> categoryIds) |
Copyright © 2013. All Rights Reserved.