|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerMetrics | |
---|---|
org.jclouds.elasticstack.domain | |
org.jclouds.elasticstack.functions |
Uses of ServerMetrics in org.jclouds.elasticstack.domain |
---|
Fields in org.jclouds.elasticstack.domain declared as ServerMetrics | |
---|---|
protected ServerMetrics |
ServerInfo.metrics
|
protected ServerMetrics |
ServerInfo.Builder.metrics
|
Methods in org.jclouds.elasticstack.domain that return ServerMetrics | |
---|---|
ServerMetrics |
ServerMetrics.Builder.build()
|
ServerMetrics |
ServerInfo.getMetrics()
|
Methods in org.jclouds.elasticstack.domain with parameters of type ServerMetrics | |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.metrics(ServerMetrics metrics)
|
Constructors in org.jclouds.elasticstack.domain with parameters of type ServerMetrics | |
---|---|
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics)
|
Uses of ServerMetrics in org.jclouds.elasticstack.functions |
---|
Methods in org.jclouds.elasticstack.functions that return ServerMetrics | |
---|---|
ServerMetrics |
MapToServerMetrics.apply(Map<String,String> from)
|
Constructor parameters in org.jclouds.elasticstack.functions with type arguments of type ServerMetrics | |
---|---|
MapToServerInfo(com.google.common.base.Function<Map<String,String>,Map<String,? extends Device>> mapToDevices,
com.google.common.base.Function<Map<String,String>,ServerMetrics> mapToMetrics,
com.google.common.base.Function<Map<String,String>,List<NIC>> mapToNICs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |