|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DriveMetrics | |
|---|---|
| org.jclouds.cloudsigma.domain | |
| org.jclouds.cloudsigma.functions | |
| Uses of DriveMetrics in org.jclouds.cloudsigma.domain |
|---|
| Fields in org.jclouds.cloudsigma.domain declared as DriveMetrics | |
|---|---|
protected DriveMetrics |
DriveInfo.metrics
|
protected DriveMetrics |
DriveInfo.Builder.metrics
|
| Fields in org.jclouds.cloudsigma.domain with type parameters of type DriveMetrics | |
|---|---|
protected Map<String,DriveMetrics> |
ServerMetrics.driveMetrics
|
protected Map<String,DriveMetrics> |
ServerMetrics.Builder.driveMetrics
|
| Methods in org.jclouds.cloudsigma.domain that return DriveMetrics | |
|---|---|
DriveMetrics |
DriveMetrics.Builder.build()
|
DriveMetrics |
DriveInfo.getMetrics()
|
| Methods in org.jclouds.cloudsigma.domain that return types with arguments of type DriveMetrics | |
|---|---|
Map<String,DriveMetrics> |
ServerMetrics.getDriveMetrics()
|
| Methods in org.jclouds.cloudsigma.domain with parameters of type DriveMetrics | |
|---|---|
DriveInfo.Builder |
DriveInfo.Builder.metrics(DriveMetrics metrics)
|
| Method parameters in org.jclouds.cloudsigma.domain with type arguments of type DriveMetrics | |
|---|---|
ServerMetrics.Builder |
ServerMetrics.Builder.driveMetrics(Map<String,? extends DriveMetrics> driveMetrics)
|
| Constructors in org.jclouds.cloudsigma.domain with parameters of type DriveMetrics | |
|---|---|
DriveInfo(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> use,
DriveStatus status,
String user,
Set<String> claimed,
String encryptionCipher,
String imaging,
DriveMetrics metrics,
Boolean autoexpanding,
Integer bits,
String description,
Iterable<String> driveType,
String encryptionKey,
Boolean free,
String installNotes,
String os,
DriveType type,
URI url)
|
|
| Constructor parameters in org.jclouds.cloudsigma.domain with type arguments of type DriveMetrics | |
|---|---|
ServerMetrics(long tx,
long txPackets,
long rx,
long rxPackets,
Map<String,DriveMetrics> driveMetrics)
|
|
| Uses of DriveMetrics in org.jclouds.cloudsigma.functions |
|---|
| Methods in org.jclouds.cloudsigma.functions that return DriveMetrics | |
|---|---|
protected DriveMetrics |
MapToDriveInfo.buildMetrics(Map<String,String> from)
|
protected DriveMetrics |
MapToDriveMetrics.buildMetrics(String key,
Map<String,String> from)
|
| Methods in org.jclouds.cloudsigma.functions that return types with arguments of type DriveMetrics | |
|---|---|
Map<String,? extends DriveMetrics> |
MapToDriveMetrics.apply(Map<String,String> from)
|
| Method parameters in org.jclouds.cloudsigma.functions with type arguments of type DriveMetrics | |
|---|---|
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.cloudsigma.functions with type arguments of type DriveMetrics | |
|---|---|
MapToServerMetrics(com.google.common.base.Function<Map<String,String>,Map<String,? extends DriveMetrics>> mapToDriveMetrics)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||