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

Packages that use ComputeServiceConstants.Timeouts
org.jclouds.aws.ec2.compute   
org.jclouds.cloudsigma.compute.config   
org.jclouds.compute.callables   
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.strategy   
org.jclouds.ec2.compute   
org.jclouds.elasticstack.compute.config   
org.jclouds.glesys.compute   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute   
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.aws.ec2.compute
 

Constructors in org.jclouds.aws.ec2.compute with parameters of type ComputeServiceConstants.Timeouts
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, 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, ExecutorService executor, AWSEC2Client ec2Client, 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, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
 

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

Methods in org.jclouds.cloudsigma.compute.config with parameters of type ComputeServiceConstants.Timeouts
protected  com.google.common.base.Predicate<DriveInfo> CloudSigmaComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed, ComputeServiceConstants.Timeouts timeouts)
           
 

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, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, 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<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.nodeRunning(AtomicNodeRunning stateRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.nodeRunning(NodeRunning stateRunning, ComputeServiceConstants.Timeouts timeouts)
          Deprecated. 
protected  com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> ComputeServiceTimeoutsModule.runScriptRunning(ScriptStatusReturnsZero stateRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverSuspended(AtomicNodeRunning stateSuspended, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.serverSuspended(NodeSuspended stateSuspended, ComputeServiceConstants.Timeouts timeouts)
          Deprecated. 
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverTerminated(AtomicNodeRunning stateTerminated, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<NodeMetadata> ComputeServiceTimeoutsModule.serverTerminated(NodeTerminated stateTerminated, ComputeServiceConstants.Timeouts timeouts)
          Deprecated. 
 

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,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, 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, 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(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<AtomicReference<NodeMetadata>> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

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

Constructors in org.jclouds.ec2.compute with parameters of type ComputeServiceConstants.Timeouts
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, 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, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap)
           
 

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

Methods in org.jclouds.elasticstack.compute.config with parameters of type ComputeServiceConstants.Timeouts
protected  com.google.common.base.Predicate<DriveInfo> ElasticStackComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed, ComputeServiceConstants.Timeouts timeouts)
           
 

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

Constructors in org.jclouds.glesys.compute with parameters of type ComputeServiceConstants.Timeouts
GleSYSComputeServiceAdapter(GleSYSClient client, GleSYSAsyncClient aclient, ExecutorService userThreads, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Supplier<Set<? extends Location>> locations, javax.inject.Provider<String> passwordProvider)
           
 

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

Constructors in org.jclouds.gogrid.compute with parameters of type ComputeServiceConstants.Timeouts
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, 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, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

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

Constructors in org.jclouds.gogrid.compute.strategy with parameters of type ComputeServiceConstants.Timeouts
GoGridComputeServiceAdapter(GoGridClient client, com.google.common.base.Function<Hardware,String> sizeToRam, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.trmk.vcloud_0_8.compute
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute with parameters of type ComputeServiceConstants.Timeouts
TerremarkVCloudComputeService(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, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.