Uses of Class
com.xensource.xenapi.PIFMetrics
-
Uses of PIFMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PIFMetricsMethods in com.xensource.xenapi that return PIFMetricsModifier and TypeMethodDescriptionstatic PIFMetrics
PIFMetrics.getByUuid
(Connection c, String uuid) Get a reference to the PIF_metrics instance with the specified UUID.PIF.getMetrics
(Connection c) Get the metrics field of the given PIF.static PIFMetrics
Types.toPIFMetrics
(Task task, Connection connection) Attempt to convert theTask
's result to aPIFMetrics
object.static PIFMetrics
Types.toPIFMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type PIFMetricsModifier and TypeMethodDescriptionstatic Set<PIFMetrics>
PIFMetrics.getAll
(Connection c) Return a list of all the PIF_metrics instances known to the system.static Map<PIFMetrics,
PIFMetrics.Record> PIFMetrics.getAllRecords
(Connection c) Return a map of PIF_metrics references to PIF_metrics records for all PIF_metrics instances known to the system.static Map<PIFMetrics,
PIFMetrics.Record> Types.toMapOfPIFMetricsPIFMetricsRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<PIFMetrics>
Types.toSetOfPIFMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.