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 |
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 |
---|---|
static Category |
AgentInformation.AGENT_INFO_CATEGORY |
Modifier and Type | Method and Description |
---|---|
Category |
Chunk.getCategory() |
Modifier and Type | Method and Description |
---|---|
ConnectionKey |
MongoStorage.createConnectionKey(Category category) |
abstract ConnectionKey |
Storage.createConnectionKey(Category category) |
Cursor |
MongoStorage.findAllFromCategory(Category category) |
abstract Cursor |
Storage.findAllFromCategory(Category category) |
long |
MongoStorage.getCount(Category category) |
abstract long |
Storage.getCount(Category category) |
void |
Storage.registerCategory(Category category) |
Constructor and Description |
---|
Chunk(Category category,
boolean replace) |
Copyright © 2012. All Rights Reserved.