Uses of Class
org.jclouds.elasticstack.domain.DriveMetrics
-
Packages that use DriveMetrics Package Description org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of DriveMetrics in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as DriveMetrics Modifier and Type Field Description protected DriveMetrics
DriveInfo.Builder. metrics
protected DriveMetrics
DriveInfo. metrics
Fields in org.jclouds.elasticstack.domain with type parameters of type DriveMetrics Modifier and Type Field Description protected Map<String,? extends DriveMetrics>
ServerMetrics.Builder. driveMetrics
protected Map<String,? extends DriveMetrics>
ServerMetrics. driveMetrics
Methods in org.jclouds.elasticstack.domain that return DriveMetrics Modifier and Type Method Description DriveMetrics
DriveMetrics.Builder. build()
DriveMetrics
DriveInfo. getMetrics()
Methods in org.jclouds.elasticstack.domain that return types with arguments of type DriveMetrics Modifier and Type Method Description Map<String,? extends DriveMetrics>
ServerMetrics. getDriveMetrics()
Methods in org.jclouds.elasticstack.domain with parameters of type DriveMetrics Modifier and Type Method Description DriveInfo.Builder
DriveInfo.Builder. metrics(DriveMetrics metrics)
Method parameters in org.jclouds.elasticstack.domain with type arguments of type DriveMetrics Modifier and Type Method Description ServerMetrics.Builder
ServerMetrics.Builder. driveMetrics(Map<String,? extends DriveMetrics> driveMetrics)
Constructors in org.jclouds.elasticstack.domain with parameters of type DriveMetrics Constructor Description DriveInfo(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata, DriveStatus status, String user, Set<String> claimed, String encryptionCipher, String imaging, DriveMetrics metrics)
Constructor parameters in org.jclouds.elasticstack.domain with type arguments of type DriveMetrics Constructor Description ServerMetrics(long tx, long txPackets, long rx, long rxPackets, Map<String,? extends DriveMetrics> driveMetrics)
-
Uses of DriveMetrics in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return DriveMetrics Modifier and Type Method Description protected DriveMetrics
MapToDriveInfo. buildMetrics(Map<String,String> from)
protected DriveMetrics
MapToDriveMetrics. buildMetrics(String key, Map<String,String> from)
Methods in org.jclouds.elasticstack.functions that return types with arguments of type DriveMetrics Modifier and Type Method Description Map<String,? extends DriveMetrics>
MapToDriveMetrics. apply(Map<String,String> from)
Method parameters in org.jclouds.elasticstack.functions with type arguments of type DriveMetrics Modifier and Type Method Description protected void
MapToDriveMetrics. addBlockDevices(Map<String,String> from, com.google.common.collect.ImmutableMap.Builder<String,DriveMetrics> devices)
protected void
MapToDriveMetrics. addIDEDevices(Map<String,String> from, com.google.common.collect.ImmutableMap.Builder<String,DriveMetrics> devices)
protected void
MapToDriveMetrics. addSCSIDevices(Map<String,String> from, com.google.common.collect.ImmutableMap.Builder<String,DriveMetrics> devices)
Constructor parameters in org.jclouds.elasticstack.functions with type arguments of type DriveMetrics Constructor Description MapToServerMetrics(com.google.common.base.Function<Map<String,String>,Map<String,? extends DriveMetrics>> mapToDriveMetrics)
-