org.jclouds.elasticstack.functions
Class MapToDriveInfo

java.lang.Object
  extended by org.jclouds.elasticstack.functions.MapToDriveInfo
All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,DriveInfo>

@Singleton
public class MapToDriveInfo
extends Object
implements com.google.common.base.Function<Map<String,String>,DriveInfo>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
MapToDriveInfo()
           
 
Method Summary
 DriveInfo apply(Map<String,String> from)
           
protected  DriveMetrics buildMetrics(Map<String,String> from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

logger

protected Logger logger
Constructor Detail

MapToDriveInfo

public MapToDriveInfo()
Method Detail

apply

public DriveInfo apply(Map<String,String> from)
Specified by:
apply in interface com.google.common.base.Function<Map<String,String>,DriveInfo>

buildMetrics

protected DriveMetrics buildMetrics(Map<String,String> from)


Copyright © 2009-2011 jclouds. All Rights Reserved.