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,org.jclouds.compute.domain.Volume>
Enclosing class:
ServerInfoToNodeMetadata

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


Constructor Summary
ServerInfoToNodeMetadata.DeviceToVolume(Map<String,DriveInfo> cache)
           
 
Method Summary
 org.jclouds.compute.domain.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
 

Constructor Detail

ServerInfoToNodeMetadata.DeviceToVolume

@Inject
public ServerInfoToNodeMetadata.DeviceToVolume(Map<String,DriveInfo> cache)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.