| Package | Description | 
|---|---|
| org.jclouds.elasticstack.domain | |
| org.jclouds.elasticstack.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> readers,
         Iterable<String> tags,
         Map<String,String> userMetadata,
         DriveStatus status,
         String user,
         Set<String> claimed,
         String encryptionCipher,
         String imaging,
         DriveMetrics metrics)  | 
| 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-2013 jclouds. All Rights Reserved.