Uses of Class
org.jclouds.location.Provider

Packages that use Provider
org.jclouds.atmos.filters   
org.jclouds.aws.ec2.compute.internal   
org.jclouds.aws.s3.blobstore.internal   
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
org.jclouds.byon.suppliers   
org.jclouds.cloudloadbalancers.location   
org.jclouds.cloudstack.config   
org.jclouds.cloudstack.internal   
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.deltacloud.compute.functions   
org.jclouds.ec2.compute.internal   
org.jclouds.elasticstack.compute.config   
org.jclouds.internal   
org.jclouds.loadbalancer.internal   
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.fromconfig   
org.jclouds.location.suppliers.implicit   
org.jclouds.nodepool   
org.jclouds.nodepool.config   
org.jclouds.openstack.config   
org.jclouds.openstack.keystone.v1_1.config   
org.jclouds.openstack.keystone.v2_0.config   
org.jclouds.providers.config   
org.jclouds.s3.blobstore.internal   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.savvis.vpdc.config   
org.jclouds.smartos.compute.domain   
org.jclouds.vcloud.director.v1_5.config   
org.jclouds.virtualbox.functions.admin   
 

Uses of Provider in org.jclouds.atmos.filters
 

Constructor parameters in org.jclouds.atmos.filters with annotations of type Provider
ShareUrl(String uid, String encodedKey, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, Crypto crypto)
           
 

Uses of Provider in org.jclouds.aws.ec2.compute.internal
 

Constructor parameters in org.jclouds.aws.ec2.compute.internal with annotations of type Provider
AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
           
AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
           
 

Uses of Provider in org.jclouds.aws.s3.blobstore.internal
 

Constructor parameters in org.jclouds.aws.s3.blobstore.internal with annotations of type Provider
AWSS3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
AWSS3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
 

Uses of Provider in org.jclouds.blobstore
 

Constructor parameters in org.jclouds.blobstore with annotations of type Provider
TransientBlobRequestSigner(BasicAuthentication basicAuth, BlobToHttpGetOptions blob2HttpGetOptions, com.google.common.base.Supplier<URI> endpoint, ContentMetadataCodec contentMetadataCodec)
           
 

Uses of Provider in org.jclouds.blobstore.internal
 

Constructor parameters in org.jclouds.blobstore.internal with annotations of type Provider
BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
 

Uses of Provider in org.jclouds.byon.suppliers
 

Constructor parameters in org.jclouds.byon.suppliers with annotations of type Provider
SupplyFromProviderURIOrNodesProperty(com.google.common.base.Supplier<URI> url)
           
 

Uses of Provider in org.jclouds.cloudloadbalancers.location
 

Constructor parameters in org.jclouds.cloudloadbalancers.location with annotations of type Provider
RegionUrisFromPropertiesAndAccountIDPathSuffix(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds, AppendAccountIdToURI filter)
           
 

Uses of Provider in org.jclouds.cloudstack.config
 

Method parameters in org.jclouds.cloudstack.config with annotations of type Provider
protected  com.google.common.base.Supplier<LoginResponse> CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache, Credentials creds)
           
 

Uses of Provider in org.jclouds.cloudstack.internal
 

Constructor parameters in org.jclouds.cloudstack.internal with annotations of type Provider
CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
           
CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
           
 

Uses of Provider in org.jclouds.compute.config
 

Method parameters in org.jclouds.compute.config with annotations of type Provider
protected  TemplateBuilder BaseComputeServiceContextModule.provideTemplateOptionallyFromProperties(com.google.inject.Injector injector, TemplateBuilder template, String provider, ValueOfConfigurationKeyOrNull config)
          The default template if none is provided.
 

Constructor parameters in org.jclouds.compute.config with annotations of type Provider
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider, ValueOfConfigurationKeyOrNull config, Map<String,Credentials> credentialStore)
           
 

Uses of Provider in org.jclouds.compute.internal
 

Constructor parameters in org.jclouds.compute.internal with annotations of type Provider
ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
           
ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
           
 

Uses of Provider in org.jclouds.deltacloud.compute.functions
 

Constructor parameters in org.jclouds.deltacloud.compute.functions with annotations of type Provider
RealmToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint)
           
RealmToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint)
           
 

Uses of Provider in org.jclouds.ec2.compute.internal
 

Constructor parameters in org.jclouds.ec2.compute.internal with annotations of type Provider
EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
           
EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
           
 

Uses of Provider in org.jclouds.elasticstack.compute.config
 

Method parameters in org.jclouds.elasticstack.compute.config with annotations of type Provider
protected  Map<String,WellKnownImage> ElasticStackComputeServiceContextModule.provideImages(Json json, String providerName)
           
 

Uses of Provider in org.jclouds.internal
 

Constructor parameters in org.jclouds.internal with annotations of type Provider
BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
 

Uses of Provider in org.jclouds.loadbalancer.internal
 

Constructor parameters in org.jclouds.loadbalancer.internal with annotations of type Provider
LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
           
LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
           
 

Uses of Provider in org.jclouds.location.config
 

Methods in org.jclouds.location.config with annotations of type Provider
protected  com.google.common.base.Supplier<URI> LocationModule.provideProvider(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached)
           
 

Uses of Provider in org.jclouds.location.functions
 

Constructor parameters in org.jclouds.location.functions with annotations of type Provider
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
 

Uses of Provider in org.jclouds.location.suppliers.all
 

Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Provider
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
 

Uses of Provider in org.jclouds.location.suppliers.fromconfig
 

Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Provider
LocationIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> locationIds, String configPrefix)
           
RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)
           
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
SplitConfigurationKey(ValueOfConfigurationKeyOrNull config, String provider, String configKey)
           
ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> zoneIds)
           
 

Uses of Provider in org.jclouds.location.suppliers.implicit
 

Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Provider
GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
           
 

Uses of Provider in org.jclouds.nodepool
 

Constructor parameters in org.jclouds.nodepool with annotations of type Provider
NodePoolComputeServiceContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, NodePoolComputeServiceAdapter adapter)
           
NodePoolComputeServiceContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, NodePoolComputeServiceAdapter adapter)
           
 

Uses of Provider in org.jclouds.nodepool.config
 

Method parameters in org.jclouds.nodepool.config with annotations of type Provider
protected  com.google.common.base.Supplier<ComputeService> BindBackendComputeService.makeBackendComputeService(String provider, Set<com.google.inject.Module> modules, Credentials creds, com.google.common.base.Supplier<Properties> overrides, Closer closer)
           
protected  com.google.common.base.Supplier<Properties> BindBackendComputeService.propertiesFor(FilterStringsBoundToInjectorByName filterStringsBoundByName, String provider, com.google.common.base.Supplier<URI> endpoint, String apiVersion, String buildVersion)
           
 

Uses of Provider in org.jclouds.openstack.config
 

Method parameters in org.jclouds.openstack.config with annotations of type Provider
protected  com.google.common.base.Supplier<AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache, Credentials creds)
           
 

Uses of Provider in org.jclouds.openstack.keystone.v1_1.config
 

Method parameters in org.jclouds.openstack.keystone.v1_1.config with annotations of type Provider
protected  com.google.common.base.Supplier<Auth> AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache, Credentials creds)
           
 

Uses of Provider in org.jclouds.openstack.keystone.v2_0.config
 

Method parameters in org.jclouds.openstack.keystone.v2_0.config with annotations of type Provider
protected  com.google.common.base.Supplier<Access> KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache, Credentials creds)
           
 

Uses of Provider in org.jclouds.providers.config
 

Methods in org.jclouds.providers.config with annotations of type Provider
protected  Context BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
 

Method parameters in org.jclouds.providers.config with annotations of type Provider
protected  Context BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
 

Uses of Provider in org.jclouds.s3.blobstore.internal
 

Constructor parameters in org.jclouds.s3.blobstore.internal with annotations of type Provider
S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, BlobMap.Factory blobMapFactory, Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
           
 

Uses of Provider in org.jclouds.savvis.vpdc.compute.functions
 

Constructor parameters in org.jclouds.savvis.vpdc.compute.functions with annotations of type Provider
NetworkToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint, VPDCApi api)
           
NetworkToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint, VPDCApi api)
           
 

Uses of Provider in org.jclouds.savvis.vpdc.config
 

Method parameters in org.jclouds.savvis.vpdc.config with annotations of type Provider
protected  Set<CIMOperatingSystem> VPDCRestClientModule.provideOperatingSystems(Json json, String providerName)
           
 

Uses of Provider in org.jclouds.smartos.compute.domain
 

Constructor parameters in org.jclouds.smartos.compute.domain with annotations of type Provider
SmartOSHost(com.google.common.base.Supplier<URI> provider, String identity, String credential, SshClient.Factory sshFactory)
           
 

Uses of Provider in org.jclouds.vcloud.director.v1_5.config
 

Method parameters in org.jclouds.vcloud.director.v1_5.config with annotations of type Provider
protected  com.google.common.base.Supplier<URI> VCloudDirectorRestClientModule.loginUrl(com.google.common.base.Supplier<URI> provider)
           
protected  com.google.common.base.Supplier<SessionWithToken> VCloudDirectorRestClientModule.provideSessionWithTokenSupplier(com.google.common.cache.LoadingCache<Credentials,SessionWithToken> cache, Credentials creds)
           
 

Uses of Provider in org.jclouds.virtualbox.functions.admin
 

Constructor parameters in org.jclouds.virtualbox.functions.admin with annotations of type Provider
StartVBoxIfNotAlreadyRunning(com.google.common.base.Function<com.google.common.base.Supplier<NodeMetadata>,org.virtualbox_4_1.VirtualBoxManager> managerForNode, RunScriptOnNode.Factory runScriptOnNodeFactory, RetryIfSocketNotYetOpen socketTester, com.google.common.base.Supplier<NodeMetadata> host, com.google.common.base.Supplier<URI> providerSupplier, String identity, String credential)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.