org.jclouds.elasticstack.compute.functions
Class ServerInfoToNodeMetadata.DeviceToVolume
java.lang.Object
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>
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 |
logger
protected Logger logger
ServerInfoToNodeMetadata.DeviceToVolume
@Inject
public ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.Cache<String,DriveInfo> cache)
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.