Modifier and Type | Method and Description |
---|---|
<S,A> RestContext<S,A> |
BlobStoreContext.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
RestContext<S,A> |
BlobStoreContextImpl.getProviderSpecificContext() |
Constructor and Description |
---|
BlobStoreContextImpl(BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
RestContext providerSpecificContext,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Method and Description |
---|---|
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> |
CloudStackContext.getDomainContext() |
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> |
CloudStackContext.getGlobalContext() |
RestContext<CloudStackClient,CloudStackAsyncClient> |
CloudStackContext.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> |
CloudStackContextImpl.getDomainContext() |
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> |
CloudStackContextImpl.getGlobalContext() |
RestContext<CloudStackClient,CloudStackAsyncClient> |
CloudStackContextImpl.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
<S,A> RestContext<S,A> |
ComputeServiceContext.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
<S,A> RestContext<S,A> |
ComputeServiceContextImpl.getProviderSpecificContext() |
Constructor and Description |
---|
ComputeServiceContextImpl(ComputeService computeService,
Map<String,Credentials> credentialStore,
Utils utils,
RestContext providerSpecificContext) |
Modifier and Type | Method and Description |
---|---|
<S,A> RestContext<S,A> |
LoadBalancerServiceContext.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
<S,A> RestContext<S,A> |
LoadBalancerServiceContextImpl.getProviderSpecificContext() |
Constructor and Description |
---|
LoadBalancerServiceContextImpl(LoadBalancerService loadBalancerService,
Utils utils,
RestContext providerSpecificContext) |
Modifier and Type | Method and Description |
---|---|
<T extends RestContext<S,A>> |
RestContextBuilder.buildContext() |
Modifier and Type | Method and Description |
---|---|
static <S,A> RestContext<S,A> |
RestContextFactory.buildContextUnwrappingExceptions(RestContextBuilder<S,A> builder) |
static <S,A> RestContext<S,A> |
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec) |
static <S,A> RestContext<S,A> |
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules) |
static <S,A> RestContext<S,A> |
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules,
Properties overrides) |
static <S,A> RestContext<S,A> |
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Properties overrides) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
Properties overrides) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
String identity,
String credential) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides) |
<S,A> RestContext<S,A> |
RestContextFactory.createContext(String provider,
String identity,
String credential,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
RestContextImpl<S,A> |
Copyright © 2009-2012 jclouds. All Rights Reserved.