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> Function<Device,org.jclouds.compute.domain.Volume>
- Enclosing class:
- ServerInfoToNodeMetadata
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeviceToVolume(com.google.common.cache.LoadingCache<String, DriveInfo> cache) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
protected org.jclouds.logging.Logger logger
-
-
Constructor Details
-
DeviceToVolume
-
-
Method Details