Uses of Interface
org.jclouds.compute.domain.NodeMetadata
Packages that use NodeMetadata
Package
Description
-
Uses of NodeMetadata in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataModifierConstructorDescriptionprotected
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) protected
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) protected
AWSEC2GetNodeMetadataStrategy
(AWSEC2Api client, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, SpotInstanceRequestToAWSRunningInstance spotConverter) protected
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 NodeMetadataModifier and TypeMethodDescriptionprotected void
AzureComputeService.cleanUpIncidentalResourcesOfDeadNodes
(Set<? extends NodeMetadata> deadNodes) Constructor parameters in org.jclouds.azurecompute.arm.compute with type arguments of type NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataModifier and TypeMethodDescriptionVirtualMachineToNodeMetadata.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 NodeMetadataModifier and TypeMethodDescriptionCreateResourcesThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CreateResourcesThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 -
Uses of NodeMetadata in org.jclouds.byon.internal
Methods in org.jclouds.byon.internal that return NodeMetadataMethods in org.jclouds.byon.internal that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionBYONComputeServiceAdapter.listNodes()
BYONComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) -
Uses of NodeMetadata in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type NodeMetadataModifier and TypeFieldDescriptionprotected final 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 NodeMetadataModifier and TypeMethodDescriptionprotected void
CloudStackComputeService.cleanUpIncidentalResourcesOfDeadNodes
(Set<? extends NodeMetadata> deadNodes) Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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) protected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataMethod parameters in org.jclouds.cloudstack.compute.functions with type arguments of type NodeMetadataModifier and TypeMethodDescriptionOrphanedGroupsByZoneId.apply
(Set<? extends NodeMetadata> deadNodes) -
Uses of NodeMetadata in org.jclouds.compute
Methods in org.jclouds.compute that return NodeMetadataModifier and TypeMethodDescriptionComputeService.getNodeMetadata
(String id) Find a node by its id.Methods in org.jclouds.compute that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionSet
<? 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()
RunScriptOnNodesException.getSuccessfulNodes()
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 NodeMetadataModifier and TypeMethodDescriptionSet
<? 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 NodeMetadataConstructor parameters in org.jclouds.compute with type arguments of type NodeMetadataModifierConstructorDescriptionRunNodesException
(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 NodeMetadataModifier and TypeFieldDescriptionprotected final NodeMetadata
RunScriptOnNodeUsingSsh.node
protected NodeMetadata
SudoAwareInitManager.node
Fields in org.jclouds.compute.callables with type parameters of type NodeMetadataModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<NodeMetadata, SshClient> RunScriptOnNodeUsingSsh.sshFactory
protected final com.google.common.base.Function
<NodeMetadata, SshClient> SudoAwareInitManager.sshFactory
Methods in org.jclouds.compute.callables that return NodeMetadataModifier and TypeMethodDescriptionRunScriptOnNode.getNode()
the node this command is being executed on.RunScriptOnNodeUsingSsh.getNode()
SudoAwareInitManager.getNode()
Methods in org.jclouds.compute.callables with parameters of type NodeMetadataModifier and TypeMethodDescriptionRunScriptOnNode.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 NodeMetadataModifierConstructorDescriptionRunScriptOnNodeAsInitScriptUsingSsh
(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 NodeMetadataModifierConstructorDescriptionRunScriptOnNodeAsInitScriptUsingSsh
(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 NodeMetadataModifier and TypeFieldDescriptionprotected final Class
<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
Methods in org.jclouds.compute.config that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionprotected com.google.common.base.Predicate
<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.nodeRunning
(AtomicNodeRunning statusRunning, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period) protected final com.google.common.base.Predicate
<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.provideNodeRunning
(AtomicNodeRunning statusRunning, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period) protected final com.google.common.base.Predicate
<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.provideserverSuspended
(AtomicNodeSuspended statusSuspended, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period) protected final com.google.common.base.Predicate
<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.provideServerTerminated
(AtomicNodeTerminated statusTerminated, 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 NodeMetadataModifier and TypeMethodDescriptionBaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl.create
(NodeMetadata node, Statement runScript, RunScriptOptions options) BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl.submit
(NodeMetadata node, Statement script, RunScriptOptions options) Constructor parameters in org.jclouds.compute.config with type arguments of type NodeMetadataModifierConstructorDescriptionJCloudsNativeComputeServiceAdapterContextModule
(Class<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> adapter) -
Uses of NodeMetadata in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return NodeMetadataMethods in org.jclouds.compute.domain with parameters of type NodeMetadataModifier and TypeMethodDescriptionstatic NodeMetadataBuilder
NodeMetadataBuilder.fromNodeMetadata
(NodeMetadata node) -
Uses of NodeMetadata in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement NodeMetadata -
Uses of NodeMetadata in org.jclouds.compute.events
Fields in org.jclouds.compute.events declared as NodeMetadataMethods in org.jclouds.compute.events that return NodeMetadataConstructors in org.jclouds.compute.events with parameters of type NodeMetadataModifierConstructorDescriptionInitScriptOnNodeSubmission
(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 NodeMetadataMethods in org.jclouds.compute.functions with parameters of type NodeMetadataModifier and TypeMethodDescriptionCreateSshClientOncePortIsListeningOnNode.apply
(NodeMetadata node) InstallKeysAndRunScript.apply
(NodeMetadata node, TemplateOptions options) NodeAndTemplateOptionsToStatement.apply
(NodeMetadata node, TemplateOptions options) Returns the script that has to be executed in the given node.NodeAndTemplateOptionsToStatementWithoutPublicKey.apply
(NodeMetadata node, TemplateOptions options) Method parameters in org.jclouds.compute.functions with type arguments of type NodeMetadataConstructor parameters in org.jclouds.compute.functions with type arguments of type NodeMetadataModifierConstructorDescriptionPollNodeRunning
(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning) -
Uses of NodeMetadata in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
BaseComputeService.doDestroyNode
(String id) 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 NodeMetadataModifier and TypeMethodDescriptioncom.google.common.base.Function
<NodeMetadata, NodeMetadata> com.google.common.base.Function
<NodeMetadata, NodeMetadata> 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.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) BaseComputeService.runScriptOnNodesMatching
(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript) 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 NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
BaseComputeService.updateNodeWithCredentialsIfPresent
(NodeMetadata node, RunScriptOptions options) Method parameters in org.jclouds.compute.internal with type arguments of type NodeMetadataModifier and TypeMethodDescriptionprotected 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.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) BaseComputeService.runScriptOnNodesMatching
(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript) 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 NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<NodeMetadata> NodePredicates.RUNNING
Match nodes with State == RUNNINGstatic final com.google.common.base.Predicate
<NodeMetadata> NodePredicates.SUSPENDED
Match nodes with State == SUSPENDEDstatic final com.google.common.base.Predicate
<NodeMetadata> NodePredicates.TERMINATED
Match nodes with State == NODE_TERMINATEDMethods in org.jclouds.compute.predicates that return NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
AtomicNodeTerminated.refreshOrNull
(NodeMetadata resource) Methods in org.jclouds.compute.predicates that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<NodeMetadata> NodePredicates.hasGroup()
Return nodes who have a value forgetGroup()
static com.google.common.base.Predicate
<NodeMetadata> 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 NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
AtomicNodeTerminated.refreshOrNull
(NodeMetadata resource) -
Uses of NodeMetadata in org.jclouds.compute.predicates.internal
Methods in org.jclouds.compute.predicates.internal that return NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull
(NodeMetadata resource) Methods in org.jclouds.compute.predicates.internal with parameters of type NodeMetadataModifier and TypeMethodDescriptionprotected NodeMetadata
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull
(NodeMetadata resource) -
Uses of NodeMetadata in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return NodeMetadataModifier and TypeMethodDescriptionCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) create a node given the name and template parameters such as imageid, hardwareid, and locationid.DestroyNodeStrategy.destroyNode
(String id) RebootNodeStrategy.rebootNode
(String id) ResumeNodeStrategy.resumeNode
(String id) SuspendNodeStrategy.suspendNode
(String id) Methods in org.jclouds.compute.strategy that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptioncom.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 NodeMetadataModifier and TypeMethodDescriptionInitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create
(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata, Exception> badNodes) Method parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadataModifier and TypeMethodDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.apply
(AtomicReference<NodeMetadata> input) CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create
(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create
(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create
(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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) InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create
(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata, Exception> badNodes) CreateNodesInGroupThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CreateNodesInGroupThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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) Constructor parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadataModifierConstructorDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(com.google.common.base.Function<AtomicReference<NodeMetadata>, AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, 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) -
Uses of NodeMetadata in org.jclouds.compute.strategy.impl
Methods in org.jclouds.compute.strategy.impl that return NodeMetadataModifier and TypeMethodDescriptionAdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) create a node given the name and template parameters such as imageid, hardwareid, and locationid.AdaptingComputeServiceStrategies.destroyNode
(String id) AdaptingComputeServiceStrategies.rebootNode
(String id) AdaptingComputeServiceStrategies.resumeNode
(String id) AdaptingComputeServiceStrategies.suspendNode
(String id) Methods in org.jclouds.compute.strategy.impl that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.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 NodeMetadataModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.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.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.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 NodeMetadataModifierConstructorDescriptionAdaptingComputeServiceStrategies
(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 NodeMetadataModifier and TypeFieldDescriptionprotected static final com.google.common.cache.LoadingCache
<String, ConcurrentMap<String, NodeMetadata>> StubComputeServiceDependenciesModule.backing
Methods in org.jclouds.compute.stub.config that return NodeMetadataMethods in org.jclouds.compute.stub.config that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionStubComputeServiceAdapter.listNodes()
StubComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) protected final ConcurrentMap
<String, NodeMetadata> StubComputeServiceDependenciesModule.provideNodesForIdentity
(com.google.common.base.Supplier<Credentials> creds) Methods in org.jclouds.compute.stub.config with parameters of type NodeMetadataModifier and TypeMethodDescriptionprotected 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 NodeMetadataModifierConstructorDescriptionStubComputeServiceAdapter
(ConcurrentMap<String, NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, jakarta.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 NodeMetadataModifier and TypeMethodDescriptioncom.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 NodeMetadataModifier and TypeMethodDescriptionstatic String
ComputeServiceUtils.createNodeErrorMessage
(Map<? extends NodeMetadata, ? extends Throwable> failedNodes) ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap
(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap
(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) ComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap
(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 -
Uses of NodeMetadata in org.jclouds.digitalocean2.compute.strategy
Method parameters in org.jclouds.digitalocean2.compute.strategy with type arguments of type NodeMetadataModifier and TypeMethodDescriptionCreateKeyPairsThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CreateKeyPairsThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 NodeMetadataModifier and TypeMethodDescription -
Uses of NodeMetadata in org.jclouds.ec2.compute
Methods in org.jclouds.ec2.compute that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionSet
<? extends NodeMetadata> EC2ComputeService.createNodesInGroup
(String group, int count, Template template) Method parameters in org.jclouds.ec2.compute with type arguments of type NodeMetadataModifier and TypeMethodDescriptionprotected 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 NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataModifier and TypeMethodDescriptionfinal 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 NodeMetadataModifier and TypeMethodDescriptionAddElasticIpsToNodemetadata.apply
(NodeMetadata arg0) RunningInstanceToNodeMetadata.apply
(RunningInstance instance) Methods in org.jclouds.ec2.compute.functions with parameters of type NodeMetadata -
Uses of NodeMetadata in org.jclouds.ec2.compute.strategy
Fields in org.jclouds.ec2.compute.strategy with type parameters of type NodeMetadataModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<RunningInstance, NodeMetadata> EC2ListNodesStrategy.runningInstanceToNodeMetadata
Methods in org.jclouds.ec2.compute.strategy that return NodeMetadataModifier and TypeMethodDescriptionEC2DestroyNodeStrategy.destroyNode
(String id) EC2RebootNodeStrategy.rebootNode
(String id) EC2ResumeNodeStrategy.resumeNode
(String id) EC2SuspendNodeStrategy.suspendNode
(String id) Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionSet
<? 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 NodeMetadataModifier and TypeMethodDescriptionEC2CreateNodesInGroupThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) EC2CreateNodesInGroupThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 NodeMetadataModifierConstructorDescriptionprotected
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) protected
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) protected
EC2GetNodeMetadataStrategy
(EC2Api client, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata) protected
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 -
Uses of NodeMetadata in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions that return NodeMetadata -
Uses of NodeMetadata in org.jclouds.gogrid.compute
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 -
Uses of NodeMetadata in org.jclouds.googlecomputeengine.compute
Method parameters in org.jclouds.googlecomputeengine.compute with type arguments of type NodeMetadataModifier and TypeMethodDescriptionprotected 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 NodeMetadataMethod parameters in org.jclouds.googlecomputeengine.compute.functions with type arguments of type NodeMetadataModifier and TypeMethodDescriptionOrphanedGroupsFromDeadNodes.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 NodeMetadataModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 NodeMetadataModifier and TypeMethodDescriptionLoadBalancerService.createLoadBalancerInLocation
(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes) 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 NodeMetadataModifier and TypeMethodDescriptionBaseLoadBalancerService.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 NodeMetadataModifier and TypeMethodDescriptionLoadBalanceNodesStrategy.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 NodeMetadataModifier and TypeMethodDescriptionprotected void
NovaComputeService.cleanUpIncidentalResourcesOfDeadNodes
(Set<? extends NodeMetadata> deadNodes) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type NodeMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 NodeMetadataModifier and TypeMethodDescriptionServerInRegionToNodeMetadata.apply
(ServerInRegion serverInRegion) Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return types with arguments of type NodeMetadataModifier and TypeMethodDescriptionAllocateAndAddFloatingIpToNode.apply
(AtomicReference<NodeAndNovaTemplateOptions> input) Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NodeMetadataMethod parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type NodeMetadataModifier and TypeMethodDescriptionOrphanedGroupsByRegionId.apply
(Set<? extends NodeMetadata> deadNodes) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type NodeMetadataModifierConstructorDescriptionAllocateAndAddFloatingIpToNode
(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 NodeMetadataMethod parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type NodeMetadataModifier and TypeMethodDescriptionNodeAndNovaTemplateOptions.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 NodeMetadataModifierConstructorDescriptionprotected
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 NodeMetadataModifier and TypeMethodDescriptionprotected 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 NodeMetadataModifier and TypeMethodDescriptionApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 -
Uses of NodeMetadata in org.jclouds.packet.compute.strategy
Method parameters in org.jclouds.packet.compute.strategy with type arguments of type NodeMetadataModifier and TypeMethodDescriptionCreateSshKeysThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CreateSshKeysThenCreateNodes.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 -
Uses of NodeMetadata in org.jclouds.profitbricks.compute.strategy
Method parameters in org.jclouds.profitbricks.compute.strategy with type arguments of type NodeMetadataModifier and TypeMethodDescriptionAssignDataCenterToTemplate.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) AssignDataCenterToTemplate.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) 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 NodeMetadataModifier and TypeMethodDescriptionCloudLoadBalancersLoadBalanceNodesStrategy.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 -
Uses of NodeMetadata in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return NodeMetadata