Uses of Class
org.jclouds.compute.domain.NodeState

Packages that use NodeState
org.jclouds.aws.ec2.compute.functions   
org.jclouds.cloudservers.compute.config   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudstack.compute.functions   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.functions   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.functions   
org.jclouds.elasticstack.compute.functions   
org.jclouds.glesys.compute.functions   
org.jclouds.openstack.nova.compute.config   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.servermanager.compute.functions   
org.jclouds.slicehost.compute.config   
org.jclouds.slicehost.compute.functions   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.functions   
 

Uses of NodeState in org.jclouds.aws.ec2.compute.functions
 

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type NodeState
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)
           
 

Uses of NodeState in org.jclouds.cloudservers.compute.config
 

Fields in org.jclouds.cloudservers.compute.config with type parameters of type NodeState
static Map<ServerStatus,NodeState> CloudServersComputeServiceContextModule.serverToNodeState
           
 

Uses of NodeState in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type NodeState
protected  Map<ServerStatus,NodeState> ServerToNodeMetadata.serverToNodeState
           
 

Uses of NodeState in org.jclouds.cloudsigma.compute.functions
 

Fields in org.jclouds.cloudsigma.compute.functions with type parameters of type NodeState
static Map<ServerStatus,NodeState> ServerInfoToNodeMetadata.serverStatusToNodeState
           
 

Uses of NodeState in org.jclouds.cloudstack.compute.functions
 

Fields in org.jclouds.cloudstack.compute.functions with type parameters of type NodeState
static Map<VirtualMachine.State,NodeState> VirtualMachineToNodeMetadata.vmStateToNodeState
           
 

Uses of NodeState in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return NodeState
 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.
 

Methods in org.jclouds.compute.domain with parameters of type NodeState
 NodeMetadataBuilder NodeMetadataBuilder.state(NodeState state)
           
 

Uses of NodeState in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return NodeState
 NodeState NodeMetadataImpl.getState()
          Current State of the node
 

Constructors in org.jclouds.compute.domain.internal with parameters of type NodeState
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. 
 

Uses of NodeState in org.jclouds.compute.predicates
 

Constructors in org.jclouds.compute.predicates with parameters of type NodeState
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 parameters in org.jclouds.compute.predicates with type arguments of type NodeState
NodePresentAndInIntendedState(NodeState intended, Set<NodeState> invalids, GetNodeMetadataStrategy client)
          Deprecated.  
RefreshAndDoubleCheckOnFailUnlessStateInvalid(NodeState intended, Set<NodeState> invalids, GetNodeMetadataStrategy client)
           
 

Uses of NodeState in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config with parameters of type NodeState
protected  void StubComputeServiceAdapter.setStateOnNode(NodeState state, NodeMetadata node)
           
protected  void StubComputeServiceAdapter.setStateOnNodeAfterDelay(NodeState state, NodeMetadata node, long millis)
           
 

Uses of NodeState in org.jclouds.deltacloud.compute.functions
 

Fields in org.jclouds.deltacloud.compute.functions with type parameters of type NodeState
static Map<Instance.State,NodeState> InstanceToNodeMetadata.instanceToNodeState
           
 

Uses of NodeState in org.jclouds.ec2.compute.config
 

Fields in org.jclouds.ec2.compute.config with type parameters of type NodeState
static Map<InstanceState,NodeState> EC2ComputeServiceDependenciesModule.instanceToNodeState
           
 

Uses of NodeState in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type NodeState
protected  Map<InstanceState,NodeState> RunningInstanceToNodeMetadata.instanceToNodeState
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type NodeState
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)
           
 

Uses of NodeState in org.jclouds.elasticstack.compute.functions
 

Fields in org.jclouds.elasticstack.compute.functions with type parameters of type NodeState
static Map<ServerStatus,NodeState> ServerInfoToNodeMetadata.serverStatusToNodeState
           
 

Uses of NodeState in org.jclouds.glesys.compute.functions
 

Fields in org.jclouds.glesys.compute.functions with type parameters of type NodeState
static Map<Server.State,NodeState> ServerDetailsToNodeMetadata.serverStateToNodeState
           
 

Uses of NodeState in org.jclouds.openstack.nova.compute.config
 

Fields in org.jclouds.openstack.nova.compute.config with type parameters of type NodeState
static Map<ServerStatus,NodeState> NovaComputeServiceContextModule.serverToNodeState
           
 

Uses of NodeState in org.jclouds.openstack.nova.compute.functions
 

Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type NodeState
protected  Map<ServerStatus,NodeState> ServerToNodeMetadata.serverToNodeState
           
 

Uses of NodeState in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type NodeState
protected  Map<RunningState,NodeState> ServerToNodeMetadata.runningStateToNodeState
           
 

Uses of NodeState in org.jclouds.savvis.vpdc.compute.functions
 

Fields in org.jclouds.savvis.vpdc.compute.functions with type parameters of type NodeState
static Map<VM.Status,NodeState> VMToNodeMetadata.VAPPSTATUS_TO_NODESTATE
           
 

Uses of NodeState in org.jclouds.servermanager.compute.functions
 

Fields in org.jclouds.servermanager.compute.functions with type parameters of type NodeState
static Map<Server.Status,NodeState> ServerToNodeMetadata.serverStatusToNodeState
           
 

Uses of NodeState in org.jclouds.slicehost.compute.config
 

Fields in org.jclouds.slicehost.compute.config with type parameters of type NodeState
static Map<Slice.Status,NodeState> SlicehostComputeServiceContextModule.sliceStatusToNodeState
           
 

Uses of NodeState in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type NodeState
protected  Map<Slice.Status,NodeState> SliceToNodeMetadata.sliceToNodeState
           
 

Uses of NodeState in org.jclouds.softlayer.compute.functions
 

Fields in org.jclouds.softlayer.compute.functions with type parameters of type NodeState
static Map<VirtualGuest.State,NodeState> VirtualGuestToNodeMetadata.serverStateToNodeState
           
 

Uses of NodeState in org.jclouds.trmk.vcloud_0_8.compute
 

Fields in org.jclouds.trmk.vcloud_0_8.compute with type parameters of type NodeState
protected  Map<Status,NodeState> TerremarkVCloudComputeClient.vAppStatusToNodeState
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type NodeState
TerremarkVCloudComputeClient(TerremarkVCloudClient client, javax.inject.Provider<String> passwordGenerator, com.google.common.base.Predicate<URI> successTester, Map<Status,NodeState> vAppStatusToNodeState, Map<String,Credentials> credentialStore, InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier)
           
 

Uses of NodeState in org.jclouds.trmk.vcloud_0_8.compute.config
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.config with type parameters of type NodeState
static Map<Status,NodeState> TerremarkVCloudComputeServiceContextModule.VAPPSTATUS_TO_NODESTATE
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type NodeState
protected  Map<Status,NodeState> TerremarkVCloudComputeServiceContextModule.provideVAppStatusToNodeState()
           
 

Uses of NodeState in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type NodeState
protected  Map<Status,NodeState> VAppToNodeMetadata.vAppStatusToNodeState
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type NodeState
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient, Map<String,Credentials> credentialStore, Map<Status,NodeState> vAppStatusToNodeState, HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends Image>> images)
           
 

Uses of NodeState in org.jclouds.vcloud.compute.config
 

Fields in org.jclouds.vcloud.compute.config with type parameters of type NodeState
static Map<Status,NodeState> VCloudComputeServiceDependenciesModule.VAPPSTATUS_TO_NODESTATE
           
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type NodeState
protected  Map<Status,NodeState> VCloudComputeServiceDependenciesModule.provideVAppStatusToNodeState()
           
 

Uses of NodeState in org.jclouds.vcloud.compute.functions
 

Fields in org.jclouds.vcloud.compute.functions with type parameters of type NodeState
protected  Map<Status,NodeState> VAppToNodeMetadata.vAppStatusToNodeState
           
 

Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type NodeState
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.