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.functions   
org.jclouds.compute.internal   
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.joyent.cloudapi.v6_5.compute   
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.virtualbox.config   
org.jclouds.virtualbox.predicates   
 

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, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, 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, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention)
           
 

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<Image>> ComputeServiceTimeoutsModule.imageAvailable(AtomicImageAvailable statusAvailable, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.nodeRunning(AtomicNodeRunning statusRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> ComputeServiceTimeoutsModule.runScriptRunning(ScriptStatusReturnsZero statusRunning, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<AtomicReference<Image>> ComputeServiceTimeoutsModule.serverDeleted(AtomicImageDeleted statusDeleted, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverSuspended(AtomicNodeSuspended statusSuspended, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverTerminated(AtomicNodeTerminated statusTerminated, ComputeServiceConstants.Timeouts timeouts)
           
 

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

Constructors in org.jclouds.compute.functions with parameters of type ComputeServiceConstants.Timeouts
CreateSshClientOncePortIsListeningOnNode(OpenSocketFinder openSocketFinder, 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,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

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, OpenSocketFinder openSocketFinder, 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, OpenSocketFinder openSocketFinder, 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, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention)
           
 

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(GleSYSApi api, GleSYSAsyncApi aapi, 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, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

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.joyent.cloudapi.v6_5.compute
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.compute with parameters of type ComputeServiceConstants.Timeouts
JoyentCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, JoyentCloudApi novaApi, com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of ComputeServiceConstants.Timeouts in org.jclouds.openstack.nova.v2_0.compute
 

Constructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type ComputeServiceConstants.Timeouts
NovaComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, NovaApi novaApi, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap, com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

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, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

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

Methods in org.jclouds.virtualbox.config with parameters of type ComputeServiceConstants.Timeouts
protected  com.google.common.base.Predicate<SshClient> VirtualBoxComputeServiceContextModule.sshResponds(SshResponds sshResponds, ComputeServiceConstants.Timeouts timeouts)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.