Uses of Class
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts

Packages that use ComputeServiceConstants.Timeouts
org.jclouds.compute.callables   
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.strategy   
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.compute.callables
 

Fields in org.jclouds.compute.callables declared as ComputeServiceConstants.Timeouts
protected  ComputeServiceConstants.Timeouts RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.timeouts
           
 

Constructors in org.jclouds.compute.callables with parameters of type ComputeServiceConstants.Timeouts
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, org.jclouds.scriptbuilder.domain.Statement script, RunScriptOptions options)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config with parameters of type ComputeServiceConstants.Timeouts
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.nodeRunning(NodeRunning stateRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> ComputeServiceTimeoutsModule.runScriptRunning(ScriptStatusReturnsZero stateRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.serverSuspended(NodeSuspended stateSuspended, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.serverTerminated(NodeTerminated stateTerminated, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.compute.internal
 

Constructors in org.jclouds.compute.internal with parameters of type ComputeServiceConstants.Timeouts
BaseComputeService(ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, 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<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.compute.predicates
 

Constructors in org.jclouds.compute.predicates with parameters of type ComputeServiceConstants.Timeouts
RetryIfSocketNotYetOpen(org.jclouds.predicates.SocketOpen socketTester, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.compute.strategy
 

Constructors in org.jclouds.compute.strategy with parameters of type ComputeServiceConstants.Timeouts
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, NodeMetadata node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.