Modifier and Type | Method and Description |
---|---|
protected abstract Collection<Category> |
Backend.getCategories() |
Modifier and Type | Method and Description |
---|---|
protected Collection<Category> |
SampleBackend.getCategories() |
Modifier and Type | Method and Description |
---|---|
protected Collection<Category> |
SystemBackend.getCategories() |
Modifier and Type | Field and Description |
---|---|
static Category |
AgentInfoDAO.CATEGORY |
static Category |
BackendInfoDAO.CATEGORY |
static Category |
CpuStatDAO.cpuStatCategory |
static Category |
HeapDAO.heapInfoCategory |
static Category |
HostInfoDAO.hostInfoCategory |
static Category |
MemoryStatDAO.memoryStatCategory |
static Category |
NetworkInterfaceInfoDAO.networkInfoCategory |
static Category |
VmClassStatDAO.vmClassStatsCategory |
static Category |
VmCpuStatDAO.vmCpuStatCategory |
static Category |
VmGcStatDAO.vmGcStatCategory |
static Category |
VmInfoDAO.vmInfoCategory |
static Category |
VmMemoryStatDAO.vmMemoryStatsCategory |
Modifier and Type | Field and Description |
---|---|
protected Category |
Chunk.category |
Modifier and Type | Method and Description |
---|---|
static Category |
Categories.getByName(String categoryName) |
Category |
AbstractQuery.getCategory() |
Category |
Chunk.getCategory() |
Modifier and Type | Method and Description |
---|---|
static void |
Categories.add(Category category) |
abstract ConnectionKey |
Storage.createConnectionKey(Category category) |
ConnectionKey |
MongoStorage.createConnectionKey(Category category) |
MongoQuery |
MongoQuery.from(Category category) |
Query |
AbstractQuery.from(Category category) |
Query |
Query.from(Category category) |
Remove |
Remove.from(Category category) |
Update |
Update.from(Category category) |
abstract long |
Storage.getCount(Category category) |
long |
MongoStorage.getCount(Category category) |
abstract void |
Storage.putPojo(Category category,
boolean replace,
Pojo pojo) |
void |
MongoStorage.putPojo(Category category,
boolean replace,
Pojo pojo) |
void |
Storage.registerCategory(Category category) |
static void |
Categories.remove(Category category) |
void |
AbstractQuery.setCategory(Category category) |
Constructor and Description |
---|
Chunk(Category category,
boolean replace) |
ChunkAdapter(Object obj,
Category category,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
MockQuery |
MockQuery.from(Category category) |
Modifier and Type | Field and Description |
---|---|
static Category |
ThreadDao.THREAD_CAPABILITIES |
static Category |
ThreadDao.THREAD_INFO |
static Category |
ThreadDao.THREAD_SUMMARY |
Copyright © 2012. All Rights Reserved.