Uses of Interface
org.jclouds.compute.util.OpenSocketFinder
Packages that use OpenSocketFinder
Package
Description
-
Uses of OpenSocketFinder in org.jclouds.compute.functions
Constructors in org.jclouds.compute.functions with parameters of type OpenSocketFinderModifierConstructorDescriptionCreateSshClientOncePortIsListeningOnNode
(OpenSocketFinder openSocketFinder, ComputeServiceConstants.Timeouts timeouts) -
Uses of OpenSocketFinder in org.jclouds.compute.strategy
Constructors in org.jclouds.compute.strategy with parameters of type OpenSocketFinderModifierConstructorDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(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) -
Uses of OpenSocketFinder in org.jclouds.compute.util
Classes in org.jclouds.compute.util that implement OpenSocketFinder