Uses of Interface
org.jclouds.Context
-
-
Uses of Context in org.jclouds
Methods in org.jclouds with type parameters of type Context Modifier and Type Method Description <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 Context Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>
ApiMetadata. getContext()
Method parameters in org.jclouds.apis with type arguments of type Context Modifier and Type Method Description B
ApiMetadata.Builder. context(com.google.common.reflect.TypeToken<? extends Context> context)
-
Uses of Context in org.jclouds.apis.internal
Methods in org.jclouds.apis.internal that return types with arguments of type Context Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>
BaseApiMetadata. getContext()
Method parameters in org.jclouds.apis.internal with type arguments of type Context Modifier and Type Method Description T
BaseApiMetadata.Builder. context(com.google.common.reflect.TypeToken<? extends Context> context)
Constructor parameters in org.jclouds.apis.internal with type arguments of type Context Constructor Description 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 Context Constructor Description AWSEC2ComputeServiceContextImpl(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 Context Constructor Description AWSEC2ComputeServiceContextImpl(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 Context Constructor Description AWSS3BlobStoreContextImpl(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 Context Constructor Description AWSS3BlobStoreContextImpl(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 Context Constructor Description BlobStoreContextImpl(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 Context Constructor Description BlobStoreContextImpl(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 Context Constructor Description ComputeServiceContextImpl(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 Context Constructor Description ComputeServiceContextImpl(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 Context Modifier and Type Method Description static com.google.inject.Module
ContextLinking. linkContext(Context context)
Method parameters in org.jclouds.config with type arguments of type Context Modifier and Type Method Description static 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 Context Constructor Description EC2ComputeServiceContextImpl(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 Context Constructor Description EC2ComputeServiceContextImpl(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 Context Modifier and Type Class Description class
ContextImpl
Methods in org.jclouds.internal with type parameters of type Context Modifier and Type Method Description <C extends Context>
CBaseView. unwrap()
<C extends Context>
CBaseView. unwrap(com.google.common.reflect.TypeToken<C> type)
Methods in org.jclouds.internal that return Context Modifier and Type Method Description protected Context
BaseView. delegate()
Methods in org.jclouds.internal that return types with arguments of type Context Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>
BaseView. getBackendType()
Constructors in org.jclouds.internal with parameters of type Context Constructor Description BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
Constructor parameters in org.jclouds.internal with type arguments of type Context Constructor Description BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
-
Uses of Context in org.jclouds.loadbalancer.internal
Constructors in org.jclouds.loadbalancer.internal with parameters of type Context Constructor Description LoadBalancerServiceContextImpl(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 Context Constructor Description LoadBalancerServiceContextImpl(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 Context Modifier and Type Field Description protected 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 Context Constructor Description RegionScopedBlobStoreContext(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 Context Constructor Description RegionScopedBlobStoreContext(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 Context Modifier and Type Method Description 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.Method parameters in org.jclouds.providers with type arguments of type Context Modifier and Type Method Description static 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 Context Constructor Description ContextAssignableFrom(com.google.common.reflect.TypeToken<? extends Context> type)
-
Uses of Context in org.jclouds.providers.config
Methods in org.jclouds.providers.config that return Context Modifier and Type Method Description 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 type arguments of type Context Modifier and Type Method Description protected Context
BindProviderMetadataContextAndCredentials. backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
-
Uses of Context in org.jclouds.rest
Subinterfaces of Context in org.jclouds.rest Modifier and Type Interface Description interface
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 Modifier and Type Class Description class
ApiContextImpl<A>
-
Uses of Context in org.jclouds.s3.blobstore.internal
Constructors in org.jclouds.s3.blobstore.internal with parameters of type Context Constructor Description S3BlobStoreContextImpl(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 Context Constructor Description S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
-