public class MongoDAOFactory extends Object implements DAOFactory
| Constructor and Description |
|---|
MongoDAOFactory(StorageProvider prov) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
CpuStatDAO |
getCpuStatDAO() |
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 DAOFactorypublic HostInfoDAO getHostInfoDAO()
getHostInfoDAO in interface DAOFactorypublic CpuStatDAO getCpuStatDAO()
getCpuStatDAO in interface DAOFactorypublic MemoryStatDAO getMemoryStatDAO()
getMemoryStatDAO in interface DAOFactorypublic NetworkInterfaceInfoDAO getNetworkInterfaceInfoDAO()
getNetworkInterfaceInfoDAO in interface DAOFactorypublic VmInfoDAO getVmInfoDAO()
getVmInfoDAO in interface DAOFactorypublic VmCpuStatDAO getVmCpuStatDAO()
getVmCpuStatDAO in interface DAOFactorypublic VmMemoryStatDAO getVmMemoryStatDAO()
getVmMemoryStatDAO in interface DAOFactorypublic VmClassStatDAO getVmClassStatsDAO()
getVmClassStatsDAO in interface DAOFactorypublic VmGcStatDAO getVmGcStatDAO()
getVmGcStatDAO in interface DAOFactorypublic Storage getStorage()
getStorage in interface DAOFactoryCopyright © 2012. All Rights Reserved.