Uses of Class
com.xensource.xenapi.HostMetrics
-
Uses of HostMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as HostMetricsMethods in com.xensource.xenapi that return HostMetricsModifier and TypeMethodDescriptionstatic HostMetrics
HostMetrics.getByUuid
(Connection c, String uuid) Get a reference to the host_metrics instance with the specified UUID.Host.getMetrics
(Connection c) Get the metrics field of the given host.static HostMetrics
Types.toHostMetrics
(Task task, Connection connection) Attempt to convert theTask
's result to aHostMetrics
object.static HostMetrics
Types.toHostMetrics
(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 HostMetricsModifier and TypeMethodDescriptionstatic Set<HostMetrics>
HostMetrics.getAll
(Connection c) Return a list of all the host_metrics instances known to the system.static Map<HostMetrics,
HostMetrics.Record> HostMetrics.getAllRecords
(Connection c) Return a map of host_metrics references to host_metrics records for all host_metrics instances known to the system.static Map<HostMetrics,
HostMetrics.Record> Types.toMapOfHostMetricsHostMetricsRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<HostMetrics>
Types.toSetOfHostMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.