Package | Description |
---|---|
org.jclouds.cloudsigma.domain | |
org.jclouds.cloudsigma.functions |
Modifier and Type | Field and Description |
---|---|
protected DriveMetrics |
DriveInfo.metrics |
protected DriveMetrics |
DriveInfo.Builder.metrics |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DriveMetrics> |
ServerMetrics.driveMetrics |
protected Map<String,DriveMetrics> |
ServerMetrics.Builder.driveMetrics |
Modifier and Type | Method and Description |
---|---|
DriveMetrics |
DriveMetrics.Builder.build() |
DriveMetrics |
DriveInfo.getMetrics() |
Modifier and Type | Method and Description |
---|---|
Map<String,DriveMetrics> |
ServerMetrics.getDriveMetrics() |
Modifier and Type | Method and Description |
---|---|
DriveInfo.Builder |
DriveInfo.Builder.metrics(DriveMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
ServerMetrics.Builder |
ServerMetrics.Builder.driveMetrics(Map<String,? extends DriveMetrics> driveMetrics) |
Constructor and Description |
---|
DriveInfo(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
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 and Description |
---|
ServerMetrics(long tx,
long txPackets,
long rx,
long rxPackets,
Map<String,DriveMetrics> driveMetrics) |
Modifier and Type | Method and Description |
---|---|
protected DriveMetrics |
MapToDriveInfo.buildMetrics(Map<String,String> from) |
protected DriveMetrics |
MapToDriveMetrics.buildMetrics(String key,
Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends DriveMetrics> |
MapToDriveMetrics.apply(Map<String,String> from) |
Modifier and Type | Method and 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 and Description |
---|
MapToServerMetrics(com.google.common.base.Function<Map<String,String>,Map<String,? extends DriveMetrics>> mapToDriveMetrics) |
Copyright © 2009-2012 jclouds. All Rights Reserved.