Class MapToDevices
java.lang.Object
org.jclouds.elasticstack.functions.MapToDevices
- All Implemented Interfaces:
com.google.common.base.Function<Map<String,
,String>, Map<String, ? extends Device>> Function<Map<String,
String>, Map<String, ? extends Device>>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addBlockDevices
(Map<String, String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices) protected void
addIDEDevices
(Map<String, String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices) protected void
addSCSIDevices
(Map<String, String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices) protected Device.Builder
populateBuilder
(Device.Builder deviceBuilder, String key, Map<String, String> from) 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 Details
-
MapToDevices
-
-
Method Details
-
apply
-
addBlockDevices
-
addSCSIDevices
-
addIDEDevices
-
populateBuilder
protected Device.Builder populateBuilder(Device.Builder deviceBuilder, String key, Map<String, String> from)
-