Package | Description |
---|---|
org.jclouds.elasticstack.compute.functions | |
org.jclouds.elasticstack.domain | |
org.jclouds.elasticstack.functions |
Modifier and Type | Method and Description |
---|---|
Volume |
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input) |
Modifier and Type | Class and Description |
---|---|
class |
BlockDevice |
class |
IDEDevice |
class |
SCSIDevice |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Device> |
Server.devices |
protected Map<String,? extends Device> |
Server.Builder.devices |
Modifier and Type | Method and Description |
---|---|
Device |
SCSIDevice.Builder.build() |
Device |
IDEDevice.Builder.build() |
abstract Device |
Device.Builder.build() |
Device |
BlockDevice.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,Device> |
Server.getDevices() |
Modifier and Type | Method and Description |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.devices(Map<String,? extends Device> devices) |
Server.Builder |
Server.Builder.devices(Map<String,? extends Device> devices) |
Constructor and Description |
---|
Server(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) |
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) |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends Device> |
MapToDevices.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
String |
MapToDevices.DeviceToId.apply(Device input) |
Modifier and Type | Method and Description |
---|---|
protected void |
MapToDevices.addBlockDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices) |
protected void |
MapToDevices.addIDEDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices) |
protected void |
MapToDevices.addSCSIDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices) |
Constructor and Description |
---|
MapToDevices(com.google.common.base.Function<Device,String> deviceToId) |
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.