|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Context in org.jclouds |
|---|
| Methods in org.jclouds with type parameters of type Context | ||
|---|---|---|
|
ContextBuilder.build()
Builds the base context for this api. |
|
|
ContextBuilder.build(com.google.common.reflect.TypeToken<C> contextType)
this will build the context supported by the current ApiMetadata. |
|
|
View.unwrap()
shortcut for unwrap(getWrappedType()) |
|
|
View.unwrap(Class<C> clazz)
shortcut for unwrap(TypeToken.of(clazz)) |
|
|
View.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 | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
ApiMetadata.getContext()
|
| Method parameters in org.jclouds.apis with type arguments of type Context | |
|---|---|
ApiMetadata.Builder |
ApiMetadata.Builder.context(com.google.common.reflect.TypeToken<? extends Context> context)
|
| Uses of Context in org.jclouds.apis.internal |
|---|
| Fields in org.jclouds.apis.internal with type parameters of type Context | |
|---|---|
protected com.google.common.reflect.TypeToken<? extends Context> |
BaseApiMetadata.context
|
protected com.google.common.reflect.TypeToken<? extends Context> |
BaseApiMetadata.Builder.context
|
| Methods in org.jclouds.apis.internal that return types with arguments of type Context | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
BaseApiMetadata.getContext()
|
| Method parameters in org.jclouds.apis.internal with type arguments of type Context | |
|---|---|
BaseApiMetadata.Builder |
BaseApiMetadata.Builder.context(com.google.common.reflect.TypeToken<? extends Context> context)
|
| Constructor parameters in org.jclouds.apis.internal with type arguments of type Context | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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)
|
|
| Constructor parameters in org.jclouds.aws.s3.blobstore.internal with type arguments of type Context | |
|---|---|
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 Context in org.jclouds.blobstore.internal |
|---|
| Constructors in org.jclouds.blobstore.internal with parameters of type Context | |
|---|---|
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)
|
|
| Constructor parameters in org.jclouds.blobstore.internal with type arguments of type Context | |
|---|---|
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 Context in org.jclouds.cloudstack.internal |
|---|
| Constructors in org.jclouds.cloudstack.internal with parameters of type Context | |
|---|---|
CloudStackContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
|
|
| Constructor parameters in org.jclouds.cloudstack.internal with type arguments of type Context | |
|---|---|
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 Context in org.jclouds.compute.internal |
|---|
| Constructors in org.jclouds.compute.internal with parameters of type Context | |
|---|---|
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 | |
|---|---|
ComputeServiceContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils)
|
|
| Uses of Context in org.jclouds.ec2.compute.internal |
|---|
| Constructors in org.jclouds.ec2.compute.internal with parameters of type Context | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
class |
ContextImpl
|
| Methods in org.jclouds.internal with type parameters of type Context | ||
|---|---|---|
|
BaseView.unwrap()
|
|
|
BaseView.unwrap(Class<C> clazz)
|
|
|
BaseView.unwrap(com.google.common.reflect.TypeToken<C> type)
|
|
| Methods in org.jclouds.internal that return Context | |
|---|---|
protected Context |
BaseView.delegate()
|
| Methods in org.jclouds.internal that return types with arguments of type Context | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
BaseView.getBackendType()
|
| Constructors in org.jclouds.internal with parameters of type Context | |
|---|---|
BaseView(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType)
|
|
| Constructor parameters in org.jclouds.internal with type arguments of type Context | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
LoadBalancerServiceContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
LoadBalancerService loadBalancerService,
Utils utils)
|
|
| Uses of Context in org.jclouds.nodepool |
|---|
| Constructors in org.jclouds.nodepool with parameters of type Context | |
|---|---|
NodePoolComputeServiceContext(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
NodePoolComputeServiceAdapter adapter)
|
|
| Constructor parameters in org.jclouds.nodepool with type arguments of type Context | |
|---|---|
NodePoolComputeServiceContext(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
NodePoolComputeServiceAdapter adapter)
|
|
| Uses of Context in org.jclouds.providers |
|---|
| Methods in org.jclouds.providers with type parameters of type Context | ||
|---|---|---|
static
|
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 | ||
|---|---|---|
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
|
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 | |
|---|---|
ProviderPredicates.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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
interface |
RestContext<S,A>
Represents an authenticated context to the cloud. |
| Methods in org.jclouds.rest with type parameters of type Context | ||
|---|---|---|
static
|
Providers.getSupportedProvidersOfType(com.google.common.reflect.TypeToken<? extends View> type)
Deprecated. Gets a set of supported providers. |
|
| Uses of Context in org.jclouds.rest.internal |
|---|
| Classes in org.jclouds.rest.internal that implement Context | |
|---|---|
class |
RestContextImpl<S,A>
|
| Uses of Context in org.jclouds.s3.blobstore.internal |
|---|
| Constructors in org.jclouds.s3.blobstore.internal with parameters of type Context | |
|---|---|
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)
|
|
| Constructor parameters in org.jclouds.s3.blobstore.internal with type arguments of type Context | |
|---|---|
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 Context in org.jclouds.vcloud.director.v1_5 |
|---|
| Subinterfaces of Context in org.jclouds.vcloud.director.v1_5 | |
|---|---|
interface |
VCloudDirectorContext
|
| Uses of Context in org.jclouds.vcloud.director.v1_5.internal |
|---|
| Classes in org.jclouds.vcloud.director.v1_5.internal that implement Context | |
|---|---|
class |
VCloudDirectorContextImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||