public class MongoDAOFactory extends Object implements DAOFactory
Constructor and Description |
---|
MongoDAOFactory(StorageProvider prov) |
Modifier and Type | Method and Description |
---|---|
AgentInfoDAO |
getAgentInfoDAO() |
BackendInfoDAO |
getBackendInfoDAO() |
Connection |
getConnection() |
CpuStatDAO |
getCpuStatDAO() |
HeapDAO |
getHeapDAO() |
HostInfoDAO |
getHostInfoDAO() |
MemoryStatDAO |
getMemoryStatDAO() |
NetworkInterfaceInfoDAO |
getNetworkInterfaceInfoDAO() |
Storage |
getStorage() |
VmClassStatDAO |
getVmClassStatsDAO() |
VmCpuStatDAO |
getVmCpuStatDAO() |
VmGcStatDAO |
getVmGcStatDAO() |
VmInfoDAO |
getVmInfoDAO() |
VmMemoryStatDAO |
getVmMemoryStatDAO() |
public MongoDAOFactory(StorageProvider prov)
public Connection getConnection()
getConnection
in interface DAOFactory
public AgentInfoDAO getAgentInfoDAO()
getAgentInfoDAO
in interface DAOFactory
public BackendInfoDAO getBackendInfoDAO()
getBackendInfoDAO
in interface DAOFactory
public HostInfoDAO getHostInfoDAO()
getHostInfoDAO
in interface DAOFactory
public CpuStatDAO getCpuStatDAO()
getCpuStatDAO
in interface DAOFactory
public MemoryStatDAO getMemoryStatDAO()
getMemoryStatDAO
in interface DAOFactory
public NetworkInterfaceInfoDAO getNetworkInterfaceInfoDAO()
getNetworkInterfaceInfoDAO
in interface DAOFactory
public VmInfoDAO getVmInfoDAO()
getVmInfoDAO
in interface DAOFactory
public VmCpuStatDAO getVmCpuStatDAO()
getVmCpuStatDAO
in interface DAOFactory
public VmMemoryStatDAO getVmMemoryStatDAO()
getVmMemoryStatDAO
in interface DAOFactory
public VmClassStatDAO getVmClassStatsDAO()
getVmClassStatsDAO
in interface DAOFactory
public VmGcStatDAO getVmGcStatDAO()
getVmGcStatDAO
in interface DAOFactory
public Storage getStorage()
getStorage
in interface DAOFactory
public HeapDAO getHeapDAO()
getHeapDAO
in interface DAOFactory
Copyright © 2013. All Rights Reserved.