org.jclouds.elasticstack.compute.functions
Class ServerInfoToNodeMetadata.DeviceToVolume

java.lang.Object
  extended by org.jclouds.elasticstack.compute.functions.ServerInfoToNodeMetadata.DeviceToVolume
All Implemented Interfaces:
com.google.common.base.Function<Device,Volume>
Enclosing class:
ServerInfoToNodeMetadata

@Singleton
public static final class ServerInfoToNodeMetadata.DeviceToVolume
extends Object
implements com.google.common.base.Function<Device,Volume>


Field Summary
protected  Logger logger
           
 
Constructor Summary
ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.Cache<String,DriveInfo> cache)
           
 
Method Summary
 Volume apply(Device input)
           
 
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

ServerInfoToNodeMetadata.DeviceToVolume

@Inject
public ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.Cache<String,DriveInfo> cache)
Method Detail

apply

public Volume apply(Device input)
Specified by:
apply in interface com.google.common.base.Function<Device,Volume>


Copyright © 2009-2011 jclouds. All Rights Reserved.