Uses of Interface
org.jclouds.compute.domain.NodeMetadata
-
-
Uses of NodeMetadata in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type NodeMetadata Constructor Description AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AWSEC2Api client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.aws.ec2.compute.strategy
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type NodeMetadata Constructor Description AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, boolean generateInstanceNames, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentSpotRequestsAndInstances instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, boolean generateInstanceNames, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentSpotRequestsAndInstances instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
AWSEC2GetNodeMetadataStrategy(AWSEC2Api client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, SpotInstanceRequestToAWSRunningInstance spotConverter)
AWSEC2ListNodesStrategy(AWSEC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor, SpotInstanceRequestToAWSRunningInstance spotConverter)
-
Uses of NodeMetadata in org.jclouds.azurecompute.arm.compute
Method parameters in org.jclouds.azurecompute.arm.compute with type arguments of type NodeMetadata Modifier and Type Method Description protected void
AzureComputeService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
Constructor parameters in org.jclouds.azurecompute.arm.compute with type arguments of type NodeMetadata Constructor Description AzureComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
VirtualMachineToNodeMetadata. apply(VirtualMachine virtualMachine)
-
Uses of NodeMetadata in org.jclouds.azurecompute.arm.compute.strategy
Method parameters in org.jclouds.azurecompute.arm.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateResourcesThenCreateNodes. 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>>
CreateResourcesThenCreateNodes. 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>>
CreateResourcesThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of NodeMetadata in org.jclouds.byon.functions
Methods in org.jclouds.byon.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
NodeToNodeMetadata. apply(Node from)
-
Uses of NodeMetadata in org.jclouds.byon.internal
Methods in org.jclouds.byon.internal that return NodeMetadata Modifier and Type Method Description NodeMetadata
BYONComputeServiceAdapter. getNode(String id)
Methods in org.jclouds.byon.internal that return types with arguments of type NodeMetadata Modifier and Type Method Description Iterable<NodeMetadata>
BYONComputeServiceAdapter. listNodes()
Iterable<NodeMetadata>
BYONComputeServiceAdapter. listNodesByIds(Iterable<String> ids)
-
Uses of NodeMetadata in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type NodeMetadata Modifier and Type Field Description protected com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
CloudStackComputeService. orphanedGroupsByZoneId
Method parameters in org.jclouds.cloudstack.compute with type arguments of type NodeMetadata Modifier and Type Method Description protected void
CloudStackComputeService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type NodeMetadata Constructor Description CloudStackComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
CloudStackComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
VirtualMachineToNodeMetadata. apply(VirtualMachine from)
Method parameters in org.jclouds.cloudstack.compute.functions with type arguments of type NodeMetadata Modifier and Type Method Description com.google.common.collect.Multimap<String,String>
OrphanedGroupsByZoneId. apply(Set<? extends NodeMetadata> deadNodes)
-
Uses of NodeMetadata in org.jclouds.compute
Methods in org.jclouds.compute that return NodeMetadata Modifier and Type Method Description 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 Modifier and Type Method Description Set<? extends NodeMetadata>
ComputeService. createNodesInGroup(String group, int count)
LikeComputeService.createNodesInGroup(String,int,TemplateOptions)
, except that the options are default, as specified inComputeService.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)
LikeComputeService.createNodesInGroup(String,int,Template)
, except that the template is default, equivalent totemplateBuilder().any().options(templateOptions)
.Set<? extends NodeMetadata>
ComputeService. destroyNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Map<? extends NodeMetadata,? extends Throwable>
RunNodesException. getNodeErrors()
Map<? extends NodeMetadata,? extends Throwable>
RunScriptOnNodesException. getNodeErrors()
Set<? extends NodeMetadata>
RunNodesException. getSuccessfulNodes()
Map<NodeMetadata,ExecResponse>
RunScriptOnNodesException. getSuccessfulNodes()
Iterable<NodeMetadata>
JCloudsNativeComputeServiceAdapter. listNodes()
Set<? extends NodeMetadata>
ComputeService. listNodesDetailsMatching(com.google.common.base.Predicate<? super NodeMetadata> 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<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
ComputeService. resumeNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.com.google.common.base.Function<NodeMetadata,SshClient>
Utils. sshForNode()
Set<? extends NodeMetadata>
ComputeService. suspendNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Method parameters in org.jclouds.compute with type arguments of type NodeMetadata Modifier and Type Method Description Set<? extends NodeMetadata>
ComputeService. destroyNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
ComputeService. listNodesDetailsMatching(com.google.common.base.Predicate<? super NodeMetadata> 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<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
ComputeService. resumeNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.Set<? extends NodeMetadata>
ComputeService. suspendNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Constructors in org.jclouds.compute with parameters of type NodeMetadata Constructor Description NodeWithInitialCredentials(NodeMetadata node)
Constructor parameters in org.jclouds.compute with type arguments of type NodeMetadata Constructor Description RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
RunScriptOnNodesException(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 Modifier and Type Field Description protected NodeMetadata
RunScriptOnNodeUsingSsh. node
protected NodeMetadata
SudoAwareInitManager. node
Fields in org.jclouds.compute.callables with type parameters of type NodeMetadata Modifier and Type Field Description protected com.google.common.base.Function<NodeMetadata,SshClient>
RunScriptOnNodeUsingSsh. sshFactory
protected com.google.common.base.Function<NodeMetadata,SshClient>
SudoAwareInitManager. sshFactory
Methods in org.jclouds.compute.callables that return NodeMetadata Modifier and Type Method Description NodeMetadata
RunScriptOnNode. getNode()
the node this command is being executed on.NodeMetadata
RunScriptOnNodeUsingSsh. getNode()
NodeMetadata
SudoAwareInitManager. getNode()
Methods in org.jclouds.compute.callables with parameters of type NodeMetadata Modifier and Type Method Description RunScriptOnNode
RunScriptOnNode.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options)
com.google.common.util.concurrent.ListenableFuture<ExecResponse>
RunScriptOnNode.Factory. submit(NodeMetadata node, Statement script, RunScriptOptions options)
Constructors in org.jclouds.compute.callables with parameters of type NodeMetadata Constructor Description RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, 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, Statement script, RunScriptOptions options)
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, Statement statement, RunScriptOptions options)
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, InitScript init)
Constructor parameters in org.jclouds.compute.callables with type arguments of type NodeMetadata Constructor Description RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, 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, Statement script, RunScriptOptions options)
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, Statement statement, RunScriptOptions options)
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, InitScript init)
-
Uses of NodeMetadata in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type NodeMetadata Modifier and Type Field Description protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>>
JCloudsNativeComputeServiceAdapterContextModule. adapter
Methods in org.jclouds.compute.config with parameters of type NodeMetadata Modifier and Type Method Description RunScriptOnNode
BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. create(NodeMetadata node, Statement runScript, RunScriptOptions options)
BlockUntilInitScriptStatusIsZeroThenReturnOutput
BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. submit(NodeMetadata node, Statement script, RunScriptOptions options)
Constructor parameters in org.jclouds.compute.config with type arguments of type NodeMetadata Constructor Description JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
-
Uses of NodeMetadata in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return NodeMetadata Modifier and Type Method Description NodeMetadata
NodeMetadataBuilder. build()
Methods in org.jclouds.compute.domain with parameters of type NodeMetadata Modifier and Type Method Description 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 Modifier and Type Class Description class
NodeMetadataImpl
-
Uses of NodeMetadata in org.jclouds.compute.events
Fields in org.jclouds.compute.events declared as NodeMetadata Modifier and Type Field Description protected NodeMetadata
StatementOnNode. node
Methods in org.jclouds.compute.events that return NodeMetadata Modifier and Type Method Description NodeMetadata
StatementOnNode. getNode()
Constructors in org.jclouds.compute.events with parameters of type NodeMetadata Constructor Description InitScriptOnNodeSubmission(InitScript statement, NodeMetadata node)
StatementOnNode(Statement statement, NodeMetadata node)
StatementOnNodeCompletion(Statement statement, NodeMetadata node, ExecResponse response)
StatementOnNodeFailure(Statement statement, NodeMetadata node, Throwable cause)
StatementOnNodeSubmission(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 Modifier and Type Method Description AtomicReference<NodeMetadata>
PollNodeRunning. apply(AtomicReference<NodeMetadata> node)
Methods in org.jclouds.compute.functions with parameters of type NodeMetadata Modifier and Type Method Description SshClient
CreateSshClientOncePortIsListeningOnNode. apply(NodeMetadata node)
Statement
InstallKeysAndRunScript. apply(NodeMetadata node, TemplateOptions options)
Statement
NodeAndTemplateOptionsToStatement. apply(NodeMetadata node, TemplateOptions options)
Returns the script that has to be executed in the given node.Statement
NodeAndTemplateOptionsToStatementWithoutPublicKey. apply(NodeMetadata node, TemplateOptions options)
Method parameters in org.jclouds.compute.functions with type arguments of type NodeMetadata Modifier and Type Method Description AtomicReference<NodeMetadata>
PollNodeRunning. apply(AtomicReference<NodeMetadata> node)
Constructor parameters in org.jclouds.compute.functions with type arguments of type NodeMetadata Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description com.google.common.base.Function<NodeMetadata,NodeMetadata>
PersistNodeCredentials. always(Statement statement)
com.google.common.base.Function<NodeMetadata,NodeMetadata>
PersistNodeCredentials. always(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<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.com.google.common.base.Function<NodeMetadata,NodeMetadata>
PersistNodeCredentials. ifAdminAccess(Statement statement)
com.google.common.base.Function<NodeMetadata,NodeMetadata>
PersistNodeCredentials. ifAdminAccess(Statement statement)
Set<? extends NodeMetadata>
BaseComputeService. listNodesByIds(Iterable<String> ids)
Set<? extends NodeMetadata>
BaseComputeService. listNodesDetailsMatching(com.google.common.base.Predicate<? super NodeMetadata> 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<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
BaseComputeService. resumeNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.com.google.common.base.Function<NodeMetadata,SshClient>
UtilsImpl. sshForNode()
Set<? extends NodeMetadata>
BaseComputeService. suspendNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Methods in org.jclouds.compute.internal with parameters of type NodeMetadata Modifier and Type Method Description protected NodeMetadata
BaseComputeService. updateNodeWithCredentialsIfPresent(NodeMetadata node, RunScriptOptions options)
Method parameters in org.jclouds.compute.internal with type arguments of type NodeMetadata Modifier and Type Method Description protected void
BaseComputeService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
Set<? extends NodeMetadata>
BaseComputeService. destroyNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
BaseComputeService. listNodesDetailsMatching(com.google.common.base.Predicate<? super NodeMetadata> 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<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Set<? extends NodeMetadata>
BaseComputeService. resumeNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
nodes matching the filter are treated as a logical set.Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.Set<? extends NodeMetadata>
BaseComputeService. suspendNodesMatching(com.google.common.base.Predicate<? super 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 Constructor Description BaseComputeService(ComputeServiceContext context, Map<String,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 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, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.compute.predicates
Fields in org.jclouds.compute.predicates with type parameters of type NodeMetadata Modifier and Type Field Description static com.google.common.base.Predicate<NodeMetadata>
NodePredicates. RUNNING
Match nodes with State == RUNNINGstatic com.google.common.base.Predicate<NodeMetadata>
NodePredicates. SUSPENDED
Match nodes with State == SUSPENDEDstatic com.google.common.base.Predicate<NodeMetadata>
NodePredicates. TERMINATED
Match nodes with State == NODE_TERMINATEDMethods in org.jclouds.compute.predicates that return NodeMetadata Modifier and Type Method Description protected NodeMetadata
AtomicNodeTerminated. refreshOrNull(NodeMetadata resource)
Methods in org.jclouds.compute.predicates that return types with arguments of type NodeMetadata Modifier and Type Method Description static com.google.common.base.Predicate<NodeMetadata>
NodePredicates. hasGroup()
Return nodes who have a value forgetGroup()
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 Modifier and Type Method Description 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 Modifier and Type Method Description protected NodeMetadata
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid. refreshOrNull(NodeMetadata resource)
Methods in org.jclouds.compute.predicates.internal with parameters of type NodeMetadata Modifier and Type Method Description protected NodeMetadata
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid. refreshOrNull(NodeMetadata resource)
-
Uses of NodeMetadata in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return NodeMetadata Modifier and Type Method Description 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 Modifier and Type Method Description 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<? super NodeMetadata> filter)
Iterable<? extends NodeMetadata>
ListNodesStrategy. listNodesByIds(Iterable<String> ids)
Methods in org.jclouds.compute.strategy with parameters of type NodeMetadata Modifier and Type Method Description Callable<RunScriptOnNode>
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
Method parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Void
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap. apply(AtomicReference<NodeMetadata> input)
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)
Callable<RunScriptOnNode>
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
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)
Iterable<? extends NodeMetadata>
ListNodesStrategy. listDetailsOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
-
Uses of NodeMetadata in org.jclouds.compute.strategy.impl
Methods in org.jclouds.compute.strategy.impl that return NodeMetadata Modifier and Type Method Description 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 Modifier and Type Method Description 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 jcloudsNodeMetadata
object.Iterable<? extends NodeMetadata>
AdaptingComputeServiceStrategies. listDetailsOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
Iterable<? extends NodeMetadata>
AdaptingComputeServiceStrategies. listNodesByIds(Iterable<String> ids)
Method parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata Modifier and Type Method Description 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.Iterable<? extends NodeMetadata>
AdaptingComputeServiceStrategies. listDetailsOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata Constructor Description AdaptingComputeServiceStrategies(Map<String,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 Modifier and Type Field Description protected static com.google.common.cache.LoadingCache<String,ConcurrentMap<String,NodeMetadata>>
StubComputeServiceDependenciesModule. backing
Methods in org.jclouds.compute.stub.config that return NodeMetadata Modifier and Type Method Description NodeMetadata
StubComputeServiceAdapter. getNode(String id)
Methods in org.jclouds.compute.stub.config that return types with arguments of type NodeMetadata Modifier and Type Method Description Iterable<NodeMetadata>
StubComputeServiceAdapter. listNodes()
Iterable<NodeMetadata>
StubComputeServiceAdapter. listNodesByIds(Iterable<String> ids)
protected ConcurrentMap<String,NodeMetadata>
StubComputeServiceDependenciesModule. provideNodesForIdentity(com.google.common.base.Supplier<Credentials> creds)
Methods in org.jclouds.compute.stub.config with parameters of type NodeMetadata Modifier and Type Method Description 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 Constructor Description StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
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 Modifier and Type Method Description com.google.common.net.HostAndPort
ConcurrentOpenSocketFinder. findOpenSocketOnNode(NodeMetadata node, int port, long timeout, TimeUnit timeUnits)
com.google.common.net.HostAndPort
OpenSocketFinder. findOpenSocketOnNode(NodeMetadata node, int port, long timeoutValue, TimeUnit timeUnits)
Method parameters in org.jclouds.compute.util with type arguments of type NodeMetadata Modifier and Type Method Description 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)
-
Uses of NodeMetadata in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
DropletToNodeMetadata. apply(Droplet input)
-
Uses of NodeMetadata in org.jclouds.digitalocean2.compute.strategy
Method parameters in org.jclouds.digitalocean2.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateKeyPairsThenCreateNodes. 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>>
CreateKeyPairsThenCreateNodes. 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>>
CreateKeyPairsThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of NodeMetadata in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ContainerToNodeMetadata. apply(Container container)
-
Uses of NodeMetadata in org.jclouds.ec2.compute
Methods in org.jclouds.ec2.compute that return types with arguments of type NodeMetadata Modifier and Type Method Description Set<? extends NodeMetadata>
EC2ComputeService. createNodesInGroup(String group, int count, Template template)
Method parameters in org.jclouds.ec2.compute with type arguments of type NodeMetadata Modifier and Type Method Description protected void
EC2ComputeService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
Cleans implicit keypairs and security groups.Constructor parameters in org.jclouds.ec2.compute with type arguments of type NodeMetadata Constructor Description EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, EC2Api client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type NodeMetadata Modifier and Type Method Description com.google.common.base.Function<RunningInstance,NodeMetadata>
EC2ComputeServiceDependenciesModule. bindNodeConverter(RunningInstanceToNodeMetadata baseConverter, AddElasticIpsToNodemetadata addElasticIpsToNodemetadata, boolean autoAllocateElasticIps)
only add the overhead of looking up ips when we have enabled the auto-allocate functionality -
Uses of NodeMetadata in org.jclouds.ec2.compute.functions
Methods in org.jclouds.ec2.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
AddElasticIpsToNodemetadata. apply(NodeMetadata arg0)
NodeMetadata
RunningInstanceToNodeMetadata. apply(RunningInstance instance)
Methods in org.jclouds.ec2.compute.functions with parameters of type NodeMetadata Modifier and Type Method Description NodeMetadata
AddElasticIpsToNodemetadata. apply(NodeMetadata arg0)
-
Uses of NodeMetadata in org.jclouds.ec2.compute.strategy
Fields in org.jclouds.ec2.compute.strategy with type parameters of type NodeMetadata Modifier and Type Field Description protected com.google.common.base.Function<RunningInstance,NodeMetadata>
EC2ListNodesStrategy. runningInstanceToNodeMetadata
Methods in org.jclouds.ec2.compute.strategy that return NodeMetadata Modifier and Type Method Description NodeMetadata
EC2DestroyNodeStrategy. destroyNode(String id)
NodeMetadata
EC2GetNodeMetadataStrategy. getNode(String id)
NodeMetadata
EC2RebootNodeStrategy. rebootNode(String id)
NodeMetadata
EC2ResumeNodeStrategy. resumeNode(String id)
NodeMetadata
EC2SuspendNodeStrategy. suspendNode(String id)
Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type NodeMetadata Modifier and Type Method Description Set<? extends NodeMetadata>
EC2ListNodesStrategy. listDetailsOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
Set<? extends NodeMetadata>
EC2ListNodesStrategy. listNodesByIds(Iterable<String> ids)
Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
EC2CreateNodesInGroupThenAddToSet. 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>>
EC2CreateNodesInGroupThenAddToSet. 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>>
EC2CreateNodesInGroupThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
Set<? extends NodeMetadata>
EC2ListNodesStrategy. listDetailsOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter)
Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type NodeMetadata Constructor Description EC2CreateNodesInGroupThenAddToSet(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
EC2CreateNodesInGroupThenAddToSet(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
EC2GetNodeMetadataStrategy(EC2Api client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata)
EC2ListNodesStrategy(EC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor)
-
Uses of NodeMetadata in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerInfoToNodeMetadata. apply(ServerInfo from)
-
Uses of NodeMetadata in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerDetailsToNodeMetadata. apply(ServerDetails from)
-
Uses of NodeMetadata in org.jclouds.gogrid.compute
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type NodeMetadata Constructor Description GoGridComputeService(ComputeServiceContext context, Map<String,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 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, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerToNodeMetadata. apply(Server from)
-
Uses of NodeMetadata in org.jclouds.googlecomputeengine.compute
Method parameters in org.jclouds.googlecomputeengine.compute with type arguments of type NodeMetadata Modifier and Type Method Description protected void
GoogleComputeEngineService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
-
Uses of NodeMetadata in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
InstanceToNodeMetadata. apply(Instance input)
Method parameters in org.jclouds.googlecomputeengine.compute.functions with type arguments of type NodeMetadata Modifier and Type Method Description Set<String>
OrphanedGroupsFromDeadNodes. apply(Set<? extends NodeMetadata> deadNodes)
-
Uses of NodeMetadata in org.jclouds.googlecomputeengine.compute.strategy
Method parameters in org.jclouds.googlecomputeengine.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description 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)
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)
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)
-
Uses of NodeMetadata in org.jclouds.loadbalancer
Method parameters in org.jclouds.loadbalancer with type arguments of type NodeMetadata Modifier and Type Method Description LoadBalancerMetadata
LoadBalancerService. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
B
LoadBalancerServiceAdapter. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of NodeMetadata in org.jclouds.loadbalancer.internal
Method parameters in org.jclouds.loadbalancer.internal with type arguments of type NodeMetadata Modifier and Type Method Description LoadBalancerMetadata
BaseLoadBalancerService. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of NodeMetadata in org.jclouds.loadbalancer.strategy
Method parameters in org.jclouds.loadbalancer.strategy with type arguments of type NodeMetadata Modifier and Type Method Description LoadBalancerMetadata
LoadBalanceNodesStrategy. createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of NodeMetadata in org.jclouds.openstack.nova.v2_0.compute
Method parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type NodeMetadata Modifier and Type Method Description protected void
NovaComputeService. cleanUpIncidentalResourcesOfDeadNodes(Set<? extends NodeMetadata> deadNodes)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type NodeMetadata Constructor Description NovaComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of NodeMetadata in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerInRegionToNodeMetadata. apply(ServerInRegion serverInRegion)
Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return types with arguments of type NodeMetadata Modifier and Type Method Description AtomicReference<NodeMetadata>
AllocateAndAddFloatingIpToNode. apply(AtomicReference<NodeAndNovaTemplateOptions> input)
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NodeMetadata Modifier and Type Method Description Boolean
CleanupResources. apply(NodeMetadata node)
Method parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type NodeMetadata Modifier and Type Method Description com.google.common.collect.Multimap<String,String>
OrphanedGroupsByRegionId. apply(Set<? extends NodeMetadata> deadNodes)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type NodeMetadata Constructor Description AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache, CleanupResources cleanupResources)
-
Uses of NodeMetadata in org.jclouds.openstack.nova.v2_0.compute.options
Methods in org.jclouds.openstack.nova.v2_0.compute.options that return types with arguments of type NodeMetadata Modifier and Type Method Description AtomicReference<NodeMetadata>
NodeAndNovaTemplateOptions. getNodeMetadata()
Method parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type NodeMetadata Modifier and Type Method Description static AtomicReference<NodeAndNovaTemplateOptions>
NodeAndNovaTemplateOptions. newAtomicReference(AtomicReference<NodeMetadata> node, AtomicReference<NovaTemplateOptions> options)
static NodeAndNovaTemplateOptions
NodeAndNovaTemplateOptions. newReference(AtomicReference<NodeMetadata> node, AtomicReference<NovaTemplateOptions> options)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type NodeMetadata Constructor Description NodeAndNovaTemplateOptions(AtomicReference<NodeMetadata> nodeMetadata, AtomicReference<NovaTemplateOptions> novaTemplateOptions)
-
Uses of NodeMetadata in org.jclouds.openstack.nova.v2_0.compute.strategy
Methods in org.jclouds.openstack.nova.v2_0.compute.strategy that return types with arguments of type NodeMetadata Modifier and Type Method Description protected com.google.common.util.concurrent.ListenableFuture<AtomicReference<NodeMetadata>>
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet. createNodeInGroupWithNameAndTemplate(String group, String name, Template template)
Method parameters in org.jclouds.openstack.nova.v2_0.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet. 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>>
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet. 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>>
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of NodeMetadata in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
DeviceToNodeMetadata. apply(Device input)
-
Uses of NodeMetadata in org.jclouds.packet.compute.strategy
Method parameters in org.jclouds.packet.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateSshKeysThenCreateNodes. 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>>
CreateSshKeysThenCreateNodes. 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>>
CreateSshKeysThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of NodeMetadata in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerToNodeMetadata. apply(Server server)
-
Uses of NodeMetadata in org.jclouds.profitbricks.compute.strategy
Method parameters in org.jclouds.profitbricks.compute.strategy with type arguments of type NodeMetadata Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
AssignDataCenterToTemplate. 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>>
AssignDataCenterToTemplate. 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>>
AssignDataCenterToTemplate. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of NodeMetadata in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy with type arguments of type NodeMetadata Modifier and Type Method Description LoadBalancerMetadata
CloudLoadBalancersLoadBalanceNodesStrategy. createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of NodeMetadata in org.jclouds.servermanager.compute.functions
Methods in org.jclouds.servermanager.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
ServerToNodeMetadata. apply(Server from)
-
Uses of NodeMetadata in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return NodeMetadata Modifier and Type Method Description NodeMetadata
VirtualGuestToNodeMetadata. apply(VirtualGuest from)
-