| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.internal |
| Modifier and Type | Method and Description |
|---|---|
BlobStoreContext |
BlobStoreContextBuilder.buildBlobStoreContext() |
static <S,A> BlobStoreContext |
BlobStoreContextFactory.buildContextUnwrappingExceptions(BlobStoreContextBuilder<S,A> builder) |
<S,A> BlobStoreContext |
BlobStoreContextFactory.createContext(org.jclouds.rest.RestContextSpec<S,A> contextSpec) |
<S,A> BlobStoreContext |
BlobStoreContextFactory.createContext(org.jclouds.rest.RestContextSpec<S,A> contextSpec,
Properties overrides) |
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides) |
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
Properties overrides) |
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential) |
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules) |
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides) |
BlobStoreContext |
BlobStore.getContext() |
BlobStoreContext |
AsyncBlobStore.getContext() |
| Constructor and Description |
|---|
TransientAsyncBlobStore(BlobStoreContext context,
org.jclouds.date.DateService dateService,
org.jclouds.crypto.Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
ConcurrentMap<String,org.jclouds.domain.Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobStoreContextImpl<S,A> |
| Modifier and Type | Field and Description |
|---|---|
protected BlobStoreContext |
BaseBlobStore.context |
protected BlobStoreContext |
BaseAsyncBlobStore.context |
| Modifier and Type | Method and Description |
|---|---|
BlobStoreContext |
BaseBlobStore.getContext() |
BlobStoreContext |
BaseAsyncBlobStore.getContext() |
| Constructor and Description |
|---|
BaseAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations) |
BaseBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations) |
Copyright © 2009-2012 jclouds. All Rights Reserved.