Class MapToServerMetrics
java.lang.Object
org.jclouds.elasticstack.functions.MapToServerMetrics
- All Implemented Interfaces:
com.google.common.base.Function<Map<String,
,String>, ServerMetrics> Function<Map<String,
String>, ServerMetrics>
@Singleton
public class MapToServerMetrics
extends Object
implements com.google.common.base.Function<Map<String,String>,ServerMetrics>
-
Constructor Summary
ConstructorsConstructorDescriptionMapToServerMetrics
(com.google.common.base.Function<Map<String, String>, Map<String, ? extends DriveMetrics>> mapToDriveMetrics) -
Method Summary
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
-
MapToServerMetrics
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Map<String,
String>, ServerMetrics> - Specified by:
apply
in interfaceFunction<Map<String,
String>, ServerMetrics>
-