Package | Description |
---|---|
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceDAO.saveStatisticsForVds(VdsNetworkStatistics stats)
Saves the specified statistics
|
void |
InterfaceDAODbFacadeImpl.saveStatisticsForVds(VdsNetworkStatistics stats) |
void |
InterfaceDAO.updateStatisticsForVds(VdsNetworkStatistics stats)
Updates the statistics.
|
void |
InterfaceDAODbFacadeImpl.updateStatisticsForVds(VdsNetworkStatistics stats) |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceDAO.massUpdateStatisticsForVds(Collection<VdsNetworkStatistics> statistics)
Updates the given collection of vds network statistics using a more efficient method to update all of them at
once, rather than each at a time.
|
void |
InterfaceDAODbFacadeImpl.massUpdateStatisticsForVds(Collection<VdsNetworkStatistics> statistics) |
Copyright © 2012. All Rights Reserved.