|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Device | |
|---|---|
| org.jclouds.elasticstack.compute.functions | |
| org.jclouds.elasticstack.domain | |
| org.jclouds.elasticstack.functions | |
| Uses of Device in org.jclouds.elasticstack.compute.functions |
|---|
| Methods in org.jclouds.elasticstack.compute.functions with parameters of type Device | |
|---|---|
Volume |
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input)
|
| Uses of Device in org.jclouds.elasticstack.domain |
|---|
| Subclasses of Device in org.jclouds.elasticstack.domain | |
|---|---|
class |
BlockDevice
|
class |
IDEDevice
|
class |
SCSIDevice
|
| Fields in org.jclouds.elasticstack.domain with type parameters of type Device | |
|---|---|
protected Map<String,Device> |
Server.devices
|
protected Map<String,? extends Device> |
Server.Builder.devices
|
| Methods in org.jclouds.elasticstack.domain that return Device | |
|---|---|
Device |
BlockDevice.Builder.build()
|
Device |
IDEDevice.Builder.build()
|
Device |
SCSIDevice.Builder.build()
|
abstract Device |
Device.Builder.build()
|
| Methods in org.jclouds.elasticstack.domain that return types with arguments of type Device | |
|---|---|
Map<String,Device> |
Server.getDevices()
|
| Method parameters in org.jclouds.elasticstack.domain with type arguments of type Device | |
|---|---|
ServerInfo.Builder |
ServerInfo.Builder.devices(Map<String,? extends Device> devices)
|
Server.Builder |
Server.Builder.devices(Map<String,? extends Device> devices)
|
| Constructor parameters in org.jclouds.elasticstack.domain with type arguments of type Device | |
|---|---|
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)
|
|
| Uses of Device in org.jclouds.elasticstack.functions |
|---|
| Methods in org.jclouds.elasticstack.functions that return types with arguments of type Device | |
|---|---|
Map<String,? extends Device> |
MapToDevices.apply(Map<String,String> from)
|
| Methods in org.jclouds.elasticstack.functions with parameters of type Device | |
|---|---|
String |
MapToDevices.DeviceToId.apply(Device input)
|
| Method parameters in org.jclouds.elasticstack.functions with type arguments of type Device | |
|---|---|
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 parameters in org.jclouds.elasticstack.functions with type arguments of type Device | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||