Uses of Interface
org.jclouds.Context
Packages that use Context
Package
Description
-
Uses of Context in org.jclouds
Methods in org.jclouds with type parameters of type ContextModifier and TypeMethodDescription<C extends Context>
CContextBuilder.build()
Builds the base context for this api.<C extends Context>
CContextBuilder.build
(com.google.common.reflect.TypeToken<C> contextType) this will build thecontext
supported by the current ApiMetadata.<C extends Context>
CView.unwrap()
shortcut forunwrap(getWrappedType())
<C extends Context>
CView.unwrap
(com.google.common.reflect.TypeToken<C> type) Return an object of the specified type to allow access to the backend context. -
Uses of Context in org.jclouds.apis
Methods in org.jclouds.apis that return types with arguments of type ContextModifier and TypeMethodDescriptioncom.google.common.reflect.TypeToken
<? extends Context> ApiMetadata.getContext()
Method parameters in org.jclouds.apis with type arguments of type Context -
Uses of Context in org.jclouds.apis.internal
Methods in org.jclouds.apis.internal that return types with arguments of type ContextModifier and TypeMethodDescriptioncom.google.common.reflect.TypeToken
<? extends Context> BaseApiMetadata.getContext()
Method parameters in org.jclouds.apis.internal with type arguments of type ContextModifier and TypeMethodDescriptionConstructor parameters in org.jclouds.apis.internal with type arguments of type ContextModifierConstructorDescriptionprotected
BaseApiMetadata
(String id, String name, Set<com.google.common.reflect.TypeToken<? extends View>> views, String endpointName, String identityName, com.google.common.base.Optional<String> credentialName, String version, com.google.common.base.Optional<String> buildVersion, com.google.common.base.Optional<String> defaultEndpoint, com.google.common.base.Optional<String> defaultIdentity, com.google.common.base.Optional<String> defaultCredential, Properties defaultProperties, URI documentation, com.google.common.reflect.TypeToken<? extends Context> context, Set<Class<? extends com.google.inject.Module>> defaultModules) -
Uses of Context in org.jclouds.aws.ec2.compute.internal
Constructors in org.jclouds.aws.ec2.compute.internal with parameters of type ContextModifierConstructorDescriptionAWSEC2ComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils) Constructor parameters in org.jclouds.aws.ec2.compute.internal with type arguments of type ContextModifierConstructorDescriptionAWSEC2ComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils) -
Uses of Context in org.jclouds.aws.s3.blobstore.internal
Constructors in org.jclouds.aws.s3.blobstore.internal with parameters of type ContextModifierConstructorDescriptionAWSS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) Constructor parameters in org.jclouds.aws.s3.blobstore.internal with type arguments of type ContextModifierConstructorDescriptionAWSS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) -
Uses of Context in org.jclouds.blobstore.internal
Constructors in org.jclouds.blobstore.internal with parameters of type ContextModifierConstructorDescriptionBlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) Constructor parameters in org.jclouds.blobstore.internal with type arguments of type ContextModifierConstructorDescriptionBlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) -
Uses of Context in org.jclouds.compute.internal
Constructors in org.jclouds.compute.internal with parameters of type ContextModifierConstructorDescriptionComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils) Constructor parameters in org.jclouds.compute.internal with type arguments of type ContextModifierConstructorDescriptionComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils) -
Uses of Context in org.jclouds.config
Methods in org.jclouds.config with parameters of type ContextModifier and TypeMethodDescriptionstatic com.google.inject.Module
ContextLinking.linkContext
(Context context) Method parameters in org.jclouds.config with type arguments of type ContextModifier and TypeMethodDescriptionstatic com.google.inject.Module
ContextLinking.linkContext
(String id, com.google.common.base.Supplier<Context> context) -
Uses of Context in org.jclouds.ec2.compute.internal
Constructors in org.jclouds.ec2.compute.internal with parameters of type ContextModifierConstructorDescriptionEC2ComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils) Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type ContextModifierConstructorDescriptionEC2ComputeServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils) -
Uses of Context in org.jclouds.internal
Classes in org.jclouds.internal that implement ContextMethods in org.jclouds.internal with type parameters of type ContextModifier and TypeMethodDescription<C extends Context>
CBaseView.unwrap()
<C extends Context>
CBaseView.unwrap
(com.google.common.reflect.TypeToken<C> type) Methods in org.jclouds.internal that return ContextMethods in org.jclouds.internal that return types with arguments of type ContextModifier and TypeMethodDescriptioncom.google.common.reflect.TypeToken
<? extends Context> BaseView.getBackendType()
Constructors in org.jclouds.internal with parameters of type ContextModifierConstructorDescriptionprotected
Constructor parameters in org.jclouds.internal with type arguments of type Context -
Uses of Context in org.jclouds.loadbalancer.internal
Constructors in org.jclouds.loadbalancer.internal with parameters of type ContextModifierConstructorDescriptionLoadBalancerServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils) Constructor parameters in org.jclouds.loadbalancer.internal with type arguments of type ContextModifierConstructorDescriptionLoadBalancerServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils) -
Uses of Context in org.jclouds.openstack.nova.v2_0.compute.config
Fields in org.jclouds.openstack.nova.v2_0.compute.config with type parameters of type ContextModifier and TypeFieldDescriptionprotected com.google.common.base.Supplier
<Context> NovaComputeServiceContextModule.SecurityGroupExtensionProvider.neutronApiContextSupplier
-
Uses of Context in org.jclouds.openstack.swift.v1.blobstore
Constructors in org.jclouds.openstack.swift.v1.blobstore with parameters of type ContextModifierConstructorDescriptionRegionScopedBlobStoreContext
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String, BlobStore> blobStore, com.google.common.base.Function<String, BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel) Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with type arguments of type ContextModifierConstructorDescriptionRegionScopedBlobStoreContext
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String, BlobStore> blobStore, com.google.common.base.Function<String, BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel) -
Uses of Context in org.jclouds.providers
Methods in org.jclouds.providers with type parameters of type ContextModifier and TypeMethodDescriptionstatic <C extends Context>
Iterable<ProviderMetadata> Providers.contextAssignableFrom
(com.google.common.reflect.TypeToken<? extends Context> context) Returns the providers that are of the provided context.Method parameters in org.jclouds.providers with type arguments of type ContextModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<ProviderMetadata> ProviderPredicates.contextAssignableFrom
(com.google.common.reflect.TypeToken<? extends Context> type) Returns all providers with an context assignable from the given type.static <C extends Context>
Iterable<ProviderMetadata> Providers.contextAssignableFrom
(com.google.common.reflect.TypeToken<? extends Context> context) Returns the providers that are of the provided context.Constructor parameters in org.jclouds.providers with type arguments of type ContextModifierConstructorDescriptionContextAssignableFrom
(com.google.common.reflect.TypeToken<? extends Context> type) -
Uses of Context in org.jclouds.providers.config
Methods in org.jclouds.providers.config that return ContextModifier and TypeMethodDescriptionprotected Context
BindProviderMetadataContextAndCredentials.backend
(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType) Method parameters in org.jclouds.providers.config with type arguments of type Context -
Uses of Context in org.jclouds.rest
Subinterfaces of Context in org.jclouds.restModifier and TypeInterfaceDescriptioninterface
ApiContext<A>
Represents an authenticated context to the cloud. -
Uses of Context in org.jclouds.rest.internal
Classes in org.jclouds.rest.internal that implement Context -
Uses of Context in org.jclouds.s3.blobstore.internal
Constructors in org.jclouds.s3.blobstore.internal with parameters of type ContextModifierConstructorDescriptionS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) Constructor parameters in org.jclouds.s3.blobstore.internal with type arguments of type ContextModifierConstructorDescriptionS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)