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,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>
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
|
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 |
logger
protected org.jclouds.logging.Logger logger
ServerInfoToNodeMetadata.DeviceToVolume
@Inject
public ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.LoadingCache<String,DriveInfo> cache)
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-2013 jclouds. All Rights Reserved.