| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.util.internal |
| 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 | Field and Description |
|---|---|
protected BlobUtils |
BaseBlobStore.blobUtils |
protected BlobUtils |
BaseAsyncBlobStore.blobUtils |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobUtilsImpl
Encryption, Hashing, and IO Utilities needed to sign and verify blobstore requests and responses.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.