Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
VirtualMachineStateToNodeState.apply(com.abiquo.server.core.cloud.VirtualMachineState state) |
Constructor and Description |
---|
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeMetadata.Status> |
CloudServersComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Field and Description |
---|---|
protected Map<ServerStatus,NodeMetadata.Status> |
ServerToNodeMetadata.serverToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeMetadata.Status> |
ServerInfoToNodeMetadata.serverStatusToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<VirtualMachine.State,NodeMetadata.Status> |
VirtualMachineToNodeMetadata.vmStateToNodeStatus |
Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
NodeState.toStatus()
Deprecated.
|
static NodeMetadata.Status |
NodeMetadata.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeMetadata.Status[] |
NodeMetadata.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NodeState |
NodeState.from(NodeMetadata.Status in)
Deprecated.
|
NodeMetadataBuilder |
NodeMetadataBuilder.status(NodeMetadata.Status status) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
NodeMetadataImpl.getStatus()
portable status of the resource
|
Constructor and Description |
---|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
Constructor and Description |
---|
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
GetNodeMetadataStrategy client) |
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
Set<NodeMetadata.Status> invalids,
GetNodeMetadataStrategy client) |
Constructor and Description |
---|
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
Set<NodeMetadata.Status> invalids,
GetNodeMetadataStrategy client) |
Modifier and Type | Method and Description |
---|---|
protected void |
StubComputeServiceAdapter.setStateOnNode(NodeMetadata.Status status,
NodeMetadata node) |
protected void |
StubComputeServiceAdapter.setStateOnNodeAfterDelay(NodeMetadata.Status status,
NodeMetadata node,
long millis) |
Modifier and Type | Field and Description |
---|---|
static Map<Instance.State,NodeMetadata.Status> |
InstanceToNodeMetadata.instanceToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<InstanceState,NodeMetadata.Status> |
EC2ComputeServiceDependenciesModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<InstanceState,NodeMetadata.Status> |
EC2ComputeServiceDependenciesModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<InstanceState,NodeMetadata.Status> |
RunningInstanceToNodeMetadata.instanceToNodeStatus |
Constructor and Description |
---|
RunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeMetadata.Status> |
ServerInfoToNodeMetadata.serverStatusToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<VServerStatus,NodeMetadata.Status> |
VServerMetadataToNodeMetadata.vServerToStatus |
Modifier and Type | Field and Description |
---|---|
static Map<Server.State,NodeMetadata.Status> |
ServerDetailsToNodeMetadata.serverStateToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<Machine.State,NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Machine.State,NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Machine.State,NodeMetadata.Status> |
MachineInDatacenterToNodeMetadata.toPortableNodeStatus |
Constructor and Description |
---|
MachineInDatacenterToNodeMetadata(Map<Machine.State,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeMetadata.Status> |
NovaComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Field and Description |
---|---|
protected Map<ServerStatus,NodeMetadata.Status> |
ServerToNodeMetadata.serverToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<Server.Status,NodeMetadata.Status> |
NovaComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Server.Status,NodeMetadata.Status> |
NovaComputeServiceContextModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Server.Status,NodeMetadata.Status> |
ServerInZoneToNodeMetadata.toPortableNodeStatus |
Constructor and Description |
---|
ServerInZoneToNodeMetadata(Map<Server.Status,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected Map<RunningState,NodeMetadata.Status> |
ServerToNodeMetadata.runningStateToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<VM.Status,NodeMetadata.Status> |
VMToNodeMetadata.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Field and Description |
---|---|
static Map<Server.Status,NodeMetadata.Status> |
ServerToNodeMetadata.serverStatusToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<Slice.Status,NodeMetadata.Status> |
SlicehostComputeServiceContextModule.sliceStatusToNodeStatus |
Modifier and Type | Field and Description |
---|---|
protected Map<Slice.Status,NodeMetadata.Status> |
SliceToNodeMetadata.sliceToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<VM.State,NodeMetadata.Status> |
VMToNodeMetadata.serverStatusToNodeStatus |
Modifier and Type | Field and Description |
---|---|
static Map<VirtualGuest.State,NodeMetadata.Status> |
VirtualGuestToNodeMetadata.serverStateToNodeStatus |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeMetadata.Status> |
TerremarkVCloudComputeClient.vAppStatusToNodeStatus |
Constructor and Description |
---|
TerremarkVCloudComputeClient(TerremarkVCloudClient client,
javax.inject.Provider<String> passwordGenerator,
com.google.common.base.Predicate<URI> successTester,
Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier) |
Modifier and Type | Field and Description |
---|---|
static Map<Status,NodeMetadata.Status> |
TerremarkVCloudComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Status,NodeMetadata.Status> |
TerremarkVCloudComputeServiceContextModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeMetadata.Status> |
VAppToNodeMetadata.vAppStatusToNodeStatus |
Constructor and Description |
---|
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient,
Map<String,Credentials> credentialStore,
Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Supplier<Set<? extends Image>> images,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
static Map<Status,NodeMetadata.Status> |
VCloudComputeServiceDependenciesModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Status,NodeMetadata.Status> |
VCloudComputeServiceDependenciesModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeMetadata.Status> |
VAppToNodeMetadata.vAppStatusToNodeStatus |
Constructor and Description |
---|
VAppToNodeMetadata(Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected Map<ResourceEntity.Status,NodeMetadata.Status> |
VmToNodeMetadata.vAppStatusToNodeStatus |
Constructor and Description |
---|
VmToNodeMetadata(Map<ResourceEntity.Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<Vm,Hardware> hardwareForVm,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
static Map<org.virtualbox_4_1.MachineState,NodeMetadata.Status> |
VirtualBoxComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<org.virtualbox_4_1.MachineState,NodeMetadata.Status> |
VirtualBoxComputeServiceContextModule.toPortableNodeStatus() |
Constructor and Description |
---|
IMachineToNodeMetadata(Map<org.virtualbox_4_1.MachineState,NodeMetadata.Status> toPortableNodeStatus,
MachineUtils machineUtils) |
Copyright © 2009-2013 jclouds. All Rights Reserved.