Uses of Interface
org.jclouds.compute.domain.NodeMetadata

Packages that use NodeMetadata
org.jclouds.compute   
org.jclouds.compute.callables   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.events   
org.jclouds.compute.functions   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.predicates.internal   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
org.jclouds.compute.util   
 

Uses of NodeMetadata in org.jclouds.compute
 

Methods in org.jclouds.compute that return NodeMetadata
 NodeMetadata JCloudsNativeComputeServiceAdapter.getNode(String id)
          
 NodeMetadata ComputeService.getNodeMetadata(String id)
          Find a node by its id.
 

Methods in org.jclouds.compute that return types with arguments of type NodeMetadata
 Set<? extends NodeMetadata> ComputeService.createNodesInGroup(String group, int count)
          Like ComputeService.createNodesInGroup(String,int,TemplateOptions), except that the options are default, as specified in ComputeService.templateOptions().
 Set<? extends NodeMetadata> ComputeService.createNodesInGroup(String group, int count, Template template)
          The compute api treats nodes as a group based on the name you specify.
 Set<? extends NodeMetadata> ComputeService.createNodesInGroup(String group, int count, TemplateOptions templateOptions)
          Like ComputeService.createNodesInGroup(String,int,Template), except that the template is default, equivalent to templateBuilder().any().options(templateOptions).
 Set<? extends NodeMetadata> ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Map<? extends NodeMetadata,? extends Throwable> RunScriptOnNodesException.getNodeErrors()
           
 Map<? extends NodeMetadata,? extends Throwable> RunNodesException.getNodeErrors()
           
 Map<NodeMetadata,ExecResponse> RunScriptOnNodesException.getSuccessfulNodes()
           
 Set<? extends NodeMetadata> RunNodesException.getSuccessfulNodes()
           
 Iterable<NodeMetadata> JCloudsNativeComputeServiceAdapter.listNodes()
          
 Set<? extends NodeMetadata> ComputeService.listNodesByIds(Iterable<String> ids)
           
 Set<? extends NodeMetadata> ComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
          get all nodes including details such as image and ip addresses even if it incurs extra requests to the service.
 Set<? extends NodeMetadata> ComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> ComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 com.google.common.base.Function<NodeMetadata,SshClient> Utils.sshForNode()
           
 Set<? extends NodeMetadata> ComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 

Method parameters in org.jclouds.compute with type arguments of type NodeMetadata
 Set<? extends NodeMetadata> ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> ComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> ComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 Set<? extends NodeMetadata> ComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 

Constructors in org.jclouds.compute with parameters of type NodeMetadata
JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials(NodeMetadata node)
           
 

Constructor parameters in org.jclouds.compute with type arguments of type NodeMetadata
RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
RunScriptOnNodesException(org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
RunScriptOnNodesException(org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 

Uses of NodeMetadata in org.jclouds.compute.callables
 

Fields in org.jclouds.compute.callables declared as NodeMetadata
protected  NodeMetadata SudoAwareInitManager.node
           
protected  NodeMetadata RunScriptOnNodeUsingSsh.node
           
 

Fields in org.jclouds.compute.callables with type parameters of type NodeMetadata
protected  com.google.common.base.Function<NodeMetadata,SshClient> SudoAwareInitManager.sshFactory
           
protected  com.google.common.base.Function<NodeMetadata,SshClient> RunScriptOnNodeUsingSsh.sshFactory
           
 

Methods in org.jclouds.compute.callables that return NodeMetadata
 NodeMetadata SudoAwareInitManager.getNode()
           
 NodeMetadata RunScriptOnNodeUsingSsh.getNode()
           
 NodeMetadata RunScriptOnNode.getNode()
          the node this command is being executed on.
 

Methods in org.jclouds.compute.callables with parameters of type NodeMetadata
 RunScriptOnNode RunScriptOnNode.Factory.create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> RunScriptOnNode.Factory.submit(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
 

Constructors in org.jclouds.compute.callables with parameters of type NodeMetadata
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement statement, RunScriptOptions options)
           
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, org.jclouds.scriptbuilder.InitScript init)
           
 

Constructor parameters in org.jclouds.compute.callables with type arguments of type NodeMetadata
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement statement, RunScriptOptions options)
           
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, org.jclouds.scriptbuilder.InitScript init)
           
 

Uses of NodeMetadata in org.jclouds.compute.config
 

Fields in org.jclouds.compute.config with type parameters of type NodeMetadata
protected  Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,org.jclouds.domain.Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
           
 

Methods in org.jclouds.compute.config that return types with arguments of type NodeMetadata
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.nodeRunning(AtomicNodeRunning statusRunning, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverSuspended(AtomicNodeSuspended statusSuspended, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverTerminated(AtomicNodeTerminated statusTerminated, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
 

Methods in org.jclouds.compute.config with parameters of type NodeMetadata
 RunScriptOnNode BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl.create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
           
 BlockUntilInitScriptStatusIsZeroThenReturnOutput BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl.submit(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
 

Constructor parameters in org.jclouds.compute.config with type arguments of type NodeMetadata
JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,org.jclouds.domain.Location>> adapter)
           
 

Uses of NodeMetadata in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return NodeMetadata
 NodeMetadata NodeMetadataBuilder.build()
           
 

Methods in org.jclouds.compute.domain with parameters of type NodeMetadata
static NodeMetadataBuilder NodeMetadataBuilder.fromNodeMetadata(NodeMetadata node)
           
 

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

Classes in org.jclouds.compute.domain.internal that implement NodeMetadata
 class NodeMetadataImpl
           
 

Uses of NodeMetadata in org.jclouds.compute.events
 

Fields in org.jclouds.compute.events declared as NodeMetadata
protected  NodeMetadata StatementOnNode.node
           
 

Methods in org.jclouds.compute.events that return NodeMetadata
 NodeMetadata StatementOnNode.getNode()
           
 

Constructors in org.jclouds.compute.events with parameters of type NodeMetadata
InitScriptOnNodeSubmission(org.jclouds.scriptbuilder.InitScript statement, NodeMetadata node)
           
StatementOnNode(org.jclouds.scriptbuilder.domain.Statement statement, NodeMetadata node)
           
StatementOnNodeCompletion(org.jclouds.scriptbuilder.domain.Statement statement, NodeMetadata node, ExecResponse response)
           
StatementOnNodeFailure(org.jclouds.scriptbuilder.domain.Statement statement, NodeMetadata node, Throwable cause)
           
StatementOnNodeSubmission(org.jclouds.scriptbuilder.domain.Statement statement, NodeMetadata node)
           
 

Uses of NodeMetadata in org.jclouds.compute.functions
 

Methods in org.jclouds.compute.functions that return types with arguments of type NodeMetadata
 AtomicReference<NodeMetadata> PollNodeRunning.apply(AtomicReference<NodeMetadata> node)
           
 

Methods in org.jclouds.compute.functions with parameters of type NodeMetadata
 SshClient CreateSshClientOncePortIsListeningOnNode.apply(NodeMetadata node)
           
 

Method parameters in org.jclouds.compute.functions with type arguments of type NodeMetadata
 AtomicReference<NodeMetadata> PollNodeRunning.apply(AtomicReference<NodeMetadata> node)
           
 

Constructor parameters in org.jclouds.compute.functions with type arguments of type NodeMetadata
PollNodeRunning(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning)
           
 

Uses of NodeMetadata in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return NodeMetadata
protected  NodeMetadata BaseComputeService.doDestroyNode(String id)
           
 NodeMetadata BaseComputeService.getNodeMetadata(String id)
          Find a node by its id.
protected  NodeMetadata BaseComputeService.updateNodeWithCredentialsIfPresent(NodeMetadata node, RunScriptOptions options)
           
 

Methods in org.jclouds.compute.internal that return types with arguments of type NodeMetadata
 com.google.common.base.Function<NodeMetadata,NodeMetadata> PersistNodeCredentials.always(org.jclouds.scriptbuilder.domain.Statement statement)
           
 com.google.common.base.Function<NodeMetadata,NodeMetadata> PersistNodeCredentials.always(org.jclouds.scriptbuilder.domain.Statement statement)
           
 Set<? extends NodeMetadata> BaseComputeService.createNodesInGroup(String group, int count)
           
 Set<? extends NodeMetadata> BaseComputeService.createNodesInGroup(String group, int count, Template template)
           
 Set<? extends NodeMetadata> BaseComputeService.createNodesInGroup(String group, int count, TemplateOptions templateOptions)
           
 Set<? extends NodeMetadata> BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 com.google.common.base.Function<NodeMetadata,NodeMetadata> PersistNodeCredentials.ifAdminAccess(org.jclouds.scriptbuilder.domain.Statement statement)
           
 com.google.common.base.Function<NodeMetadata,NodeMetadata> PersistNodeCredentials.ifAdminAccess(org.jclouds.scriptbuilder.domain.Statement statement)
           
 Set<? extends NodeMetadata> BaseComputeService.listNodesByIds(Iterable<String> ids)
          
 Set<? extends NodeMetadata> BaseComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
          get all nodes including details such as image and ip addresses even if it incurs extra requests to the service.
 Set<? extends NodeMetadata> BaseComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> BaseComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
          
 Map<? extends NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 com.google.common.base.Function<NodeMetadata,SshClient> UtilsImpl.sshForNode()
           
 Set<? extends NodeMetadata> BaseComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 

Methods in org.jclouds.compute.internal with parameters of type NodeMetadata
protected  NodeMetadata BaseComputeService.updateNodeWithCredentialsIfPresent(NodeMetadata node, RunScriptOptions options)
           
 

Method parameters in org.jclouds.compute.internal with type arguments of type NodeMetadata
protected  void BaseComputeService.cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
           
 Set<? extends NodeMetadata> BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> BaseComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Set<? extends NodeMetadata> BaseComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, org.jclouds.scriptbuilder.domain.Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
          
 Map<? extends NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 Set<? extends NodeMetadata> BaseComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
          nodes matching the filter are treated as a logical set.
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type NodeMetadata
BaseComputeService(ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
BaseComputeService(ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
BaseComputeService(ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
 

Uses of NodeMetadata in org.jclouds.compute.predicates
 

Fields in org.jclouds.compute.predicates with type parameters of type NodeMetadata
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.RUNNING
          Match nodes with State == RUNNING
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.SUSPENDED
          Match nodes with State == SUSPENDED
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.TERMINATED
          Match nodes with State == NODE_TERMINATED
 

Methods in org.jclouds.compute.predicates that return NodeMetadata
protected  NodeMetadata AtomicNodeTerminated.refreshOrNull(NodeMetadata resource)
           
 

Methods in org.jclouds.compute.predicates that return types with arguments of type NodeMetadata
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.hasGroup()
          Return nodes who have a value for getGroup()
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.inGroup(String group)
          Return nodes in the specified group.
static com.google.common.base.Predicate<NodeMetadata> NodePredicates.runningInGroup(String group)
          Return nodes with specified group that are in the NODE_RUNNING state.
 

Methods in org.jclouds.compute.predicates with parameters of type NodeMetadata
protected  NodeMetadata AtomicNodeTerminated.refreshOrNull(NodeMetadata resource)
           
 

Uses of NodeMetadata in org.jclouds.compute.predicates.internal
 

Methods in org.jclouds.compute.predicates.internal that return NodeMetadata
protected  NodeMetadata RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull(NodeMetadata resource)
           
 

Methods in org.jclouds.compute.predicates.internal with parameters of type NodeMetadata
protected  NodeMetadata RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull(NodeMetadata resource)
           
 

Uses of NodeMetadata in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy that return NodeMetadata
 NodeMetadata CreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          create a node given the name and template parameters such as imageid, hardwareid, and locationid.
 NodeMetadata DestroyNodeStrategy.destroyNode(String id)
           
 NodeMetadata GetNodeMetadataStrategy.getNode(String id)
           
 NodeMetadata RebootNodeStrategy.rebootNode(String id)
           
 NodeMetadata ResumeNodeStrategy.resumeNode(String id)
           
 NodeMetadata SuspendNodeStrategy.suspendNode(String id)
           
 

Methods in org.jclouds.compute.strategy that return types with arguments of type NodeMetadata
 com.google.common.base.Function<AtomicReference<NodeMetadata>,Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Iterable<? extends NodeMetadata> ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 Iterable<? extends NodeMetadata> ListNodesStrategy.listNodesByIds(Iterable<String> ids)
           
 

Methods in org.jclouds.compute.strategy with parameters of type NodeMetadata
 Callable<RunScriptOnNode> InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
           
 

Method parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadata
 Void CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.apply(AtomicReference<NodeMetadata> input)
           
 Callable<RunScriptOnNode> InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
           
 Callable<Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Callable<Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Callable<Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Callable<Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 com.google.common.base.Function<AtomicReference<NodeMetadata>,Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 com.google.common.base.Function<AtomicReference<NodeMetadata>,Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 com.google.common.base.Function<AtomicReference<NodeMetadata>,Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesInGroupThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesInGroupThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesInGroupThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Constructor parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadata
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes)
           
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes)
           
 

Uses of NodeMetadata in org.jclouds.compute.strategy.impl
 

Methods in org.jclouds.compute.strategy.impl that return NodeMetadata
 NodeMetadata AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          create a node given the name and template parameters such as imageid, hardwareid, and locationid.
 NodeMetadata AdaptingComputeServiceStrategies.destroyNode(String id)
           
 NodeMetadata AdaptingComputeServiceStrategies.getNode(String id)
           
 NodeMetadata AdaptingComputeServiceStrategies.rebootNode(String id)
           
 NodeMetadata AdaptingComputeServiceStrategies.resumeNode(String id)
           
 NodeMetadata AdaptingComputeServiceStrategies.suspendNode(String id)
           
 

Methods in org.jclouds.compute.strategy.impl that return types with arguments of type NodeMetadata
 AtomicReference<NodeMetadata> CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode.call()
           
protected  com.google.common.util.concurrent.ListenableFuture<AtomicReference<NodeMetadata>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate(String group, String name, Template template)
          This calls logic necessary to create a node and convert it from its provider-specific object to the jclouds NodeMetadata object.
 Iterable<? extends NodeMetadata> AdaptingComputeServiceStrategies.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 Iterable<? extends NodeMetadata> AdaptingComputeServiceStrategies.listNodesByIds(Iterable<String> ids)
           
 

Method parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
          This implementation gets a list of acceptable node names to encode the group into, then it simultaneously runs the nodes and applies options to them.
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
          This implementation gets a list of acceptable node names to encode the group into, then it simultaneously runs the nodes and applies options to them.
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
          This implementation gets a list of acceptable node names to encode the group into, then it simultaneously runs the nodes and applies options to them.
 

Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata
AdaptingComputeServiceStrategies(Map<String,org.jclouds.domain.Credentials> credentialStore, PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter, com.google.common.base.Function<I,Image> imageAdapter, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
           
 

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

Fields in org.jclouds.compute.stub.config with type parameters of type NodeMetadata
protected static com.google.common.cache.LoadingCache<String,ConcurrentMap<String,NodeMetadata>> StubComputeServiceDependenciesModule.backing
           
 

Methods in org.jclouds.compute.stub.config that return NodeMetadata
 NodeMetadata StubComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.compute.stub.config that return types with arguments of type NodeMetadata
 Iterable<NodeMetadata> StubComputeServiceAdapter.listNodes()
           
 Iterable<NodeMetadata> StubComputeServiceAdapter.listNodesByIds(Iterable<String> ids)
           
protected  ConcurrentMap<String,NodeMetadata> StubComputeServiceDependenciesModule.provideNodesForIdentity(com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
 

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

Constructor parameters in org.jclouds.compute.stub.config with type arguments of type NodeMetadata
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, com.google.common.base.Supplier<org.jclouds.domain.Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, org.jclouds.location.suppliers.all.JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, javax.inject.Provider<Integer> groupIdProvider, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
StubComputeServiceDependenciesModule.StubSocketOpen(ConcurrentMap<String,NodeMetadata> nodes, String publicIpPrefix)
           
 

Uses of NodeMetadata in org.jclouds.compute.util
 

Methods in org.jclouds.compute.util with parameters of type NodeMetadata
 com.google.common.net.HostAndPort OpenSocketFinder.findOpenSocketOnNode(NodeMetadata node, int port, long timeoutValue, TimeUnit timeUnits)
           
 com.google.common.net.HostAndPort ConcurrentOpenSocketFinder.findOpenSocketOnNode(NodeMetadata node, int port, long timeout, TimeUnit timeUnits)
           
 

Method parameters in org.jclouds.compute.util with type arguments of type NodeMetadata
static String ComputeServiceUtils.createNodeErrorMessage(Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.