Constructor and Description |
---|
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
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) |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeState> |
CloudServersComputeServiceContextModule.serverToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<ServerStatus,NodeState> |
ServerToNodeMetadata.serverToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeState> |
ServerInfoToNodeMetadata.serverStatusToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<VirtualMachine.State,NodeState> |
VirtualMachineToNodeMetadata.vmStateToNodeState |
Modifier and Type | Method and Description |
---|---|
NodeState |
NodeMetadata.getState()
Current State of the node
|
static NodeState |
NodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeState[] |
NodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.state(NodeState state) |
Modifier and Type | Method and Description |
---|---|
NodeState |
NodeMetadataImpl.getState()
Current State of the node
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated.
|
Constructor and Description |
---|
NodePresentAndInIntendedState(NodeState intended,
GetNodeMetadataStrategy client)
Deprecated.
|
NodePresentAndInIntendedState(NodeState intended,
Set<NodeState> invalids,
GetNodeMetadataStrategy client)
Deprecated.
|
RefreshAndDoubleCheckOnFailUnlessStateInvalid(NodeState intended,
GetNodeMetadataStrategy client) |
RefreshAndDoubleCheckOnFailUnlessStateInvalid(NodeState intended,
Set<NodeState> invalids,
GetNodeMetadataStrategy client) |
Constructor and Description |
---|
NodePresentAndInIntendedState(NodeState intended,
Set<NodeState> invalids,
GetNodeMetadataStrategy client)
Deprecated.
|
RefreshAndDoubleCheckOnFailUnlessStateInvalid(NodeState intended,
Set<NodeState> invalids,
GetNodeMetadataStrategy client) |
Modifier and Type | Method and Description |
---|---|
protected void |
StubComputeServiceAdapter.setStateOnNode(NodeState state,
NodeMetadata node) |
protected void |
StubComputeServiceAdapter.setStateOnNodeAfterDelay(NodeState state,
NodeMetadata node,
long millis) |
Modifier and Type | Field and Description |
---|---|
static Map<Instance.State,NodeState> |
InstanceToNodeMetadata.instanceToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<InstanceState,NodeState> |
EC2ComputeServiceDependenciesModule.instanceToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<InstanceState,NodeState> |
RunningInstanceToNodeMetadata.instanceToNodeState |
Constructor and Description |
---|
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
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) |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeState> |
ServerInfoToNodeMetadata.serverStatusToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<Server.State,NodeState> |
ServerDetailsToNodeMetadata.serverStateToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeState> |
NovaComputeServiceContextModule.serverToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<ServerStatus,NodeState> |
ServerToNodeMetadata.serverToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<RunningState,NodeState> |
ServerToNodeMetadata.runningStateToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<VM.Status,NodeState> |
VMToNodeMetadata.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Field and Description |
---|---|
static Map<Server.Status,NodeState> |
ServerToNodeMetadata.serverStatusToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<Slice.Status,NodeState> |
SlicehostComputeServiceContextModule.sliceStatusToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<Slice.Status,NodeState> |
SliceToNodeMetadata.sliceToNodeState |
Modifier and Type | Field and Description |
---|---|
static Map<VirtualGuest.State,NodeState> |
VirtualGuestToNodeMetadata.serverStateToNodeState |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeState> |
TerremarkVCloudComputeClient.vAppStatusToNodeState |
Constructor and Description |
---|
TerremarkVCloudComputeClient(TerremarkVCloudClient client,
Provider<String> passwordGenerator,
com.google.common.base.Predicate<URI> successTester,
Map<Status,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier) |
Modifier and Type | Field and Description |
---|---|
static Map<Status,NodeState> |
TerremarkVCloudComputeServiceContextModule.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Method and Description |
---|---|
protected Map<Status,NodeState> |
TerremarkVCloudComputeServiceContextModule.provideVAppStatusToNodeState() |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeState> |
VAppToNodeMetadata.vAppStatusToNodeState |
Constructor and Description |
---|
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient,
Map<String,Credentials> credentialStore,
Map<Status,NodeState> vAppStatusToNodeState,
HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Supplier<Set<? extends Image>> images) |
Modifier and Type | Field and Description |
---|---|
static Map<Status,NodeState> |
VCloudComputeServiceDependenciesModule.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Method and Description |
---|---|
protected Map<Status,NodeState> |
VCloudComputeServiceDependenciesModule.provideVAppStatusToNodeState() |
Modifier and Type | Field and Description |
---|---|
protected Map<Status,NodeState> |
VAppToNodeMetadata.vAppStatusToNodeState |
Constructor and Description |
---|
VAppToNodeMetadata(Map<Status,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp) |
Copyright © 2009-2012 jclouds. All Rights Reserved.