| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,ConcurrentMap<String,Blob>> |
TransientAsyncBlobStore.containerToBlobs |
| Modifier and Type | Method and Description |
|---|---|
protected Blob |
TransientAsyncBlobStore.createUpdatedCopyOfBlobInContainer(String containerName,
Blob in) |
Blob |
BlobStore.getBlob(String container,
String name)
Retrieves a
Blob representing the data at location container/name |
Blob |
BlobStore.getBlob(String container,
String name,
GetOptions options)
Retrieves a
Blob representing the data at location container/name |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Blob> |
AsyncBlobStore.getBlob(String container,
String key) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.getBlob(String containerName,
String key,
GetOptions options) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
AsyncBlobStore.getBlob(String container,
String key,
GetOptions options) |
ConcurrentMap<String,ConcurrentMap<String,Blob>> |
TransientAsyncBlobStore.getContainerToBlobs() |
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.putBlobAndReturnOld(String containerName,
Blob in) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.removeBlobAndReturnOld(String container,
String key) |
| Modifier and Type | Method and Description |
|---|---|
protected Blob |
TransientAsyncBlobStore.createUpdatedCopyOfBlobInContainer(String containerName,
Blob in) |
com.google.common.util.concurrent.ListenableFuture<String> |
TransientAsyncBlobStore.putBlob(String containerName,
Blob in) |
String |
BlobStore.putBlob(String container,
Blob blob)
Adds a
Blob representing the data at location container/blob.metadata.name |
com.google.common.util.concurrent.ListenableFuture<String> |
AsyncBlobStore.putBlob(String container,
Blob blob) |
com.google.common.util.concurrent.ListenableFuture<String> |
TransientAsyncBlobStore.putBlob(String container,
Blob blob,
PutOptions options) |
String |
BlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Adds a
Blob representing the data at location container/blob.metadata.name
options using multipart strategies. |
com.google.common.util.concurrent.ListenableFuture<String> |
AsyncBlobStore.putBlob(String container,
Blob blob,
PutOptions options) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.putBlobAndReturnOld(String containerName,
Blob in) |
org.jclouds.http.HttpRequest |
TransientBlobRequestSigner.signPutBlob(String container,
Blob blob) |
org.jclouds.http.HttpRequest |
BlobRequestSigner.signPutBlob(String container,
Blob blob)
gets a signed request, including headers as necessary, to upload a blob from an external
client.
|
| 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 | Method and Description |
|---|---|
Blob |
BlobBuilder.build()
This makes a blob from the currently configured parameters.
|
Blob |
Blob.Factory.create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlobImpl
Value type for an HTTP Blob service.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
BlobBuilderImpl.build() |
Blob |
BlobBuilderImpl.PayloadBlobBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
BlobImpl.compareTo(Blob o) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
ParseBlobFromHeadersAndHttpContent.apply(org.jclouds.http.HttpResponse from) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
BlobMapImpl.CorrectBlobName.apply(Map.Entry<? extends String,? extends Blob> arg0) |
Blob |
BlobMapImpl.CorrectBlobName.apply(String key,
Blob blob) |
Blob |
BlobMapImpl.get(Object key) |
Blob |
BaseBlobStore.getBlob(String container,
String key)
This implementation invokes
BlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions) |
Blob |
BlobMapImpl.put(String key,
Blob value) |
Blob |
BlobMapImpl.remove(Object key) |
protected Blob |
BaseBlobMap.stripPrefix(Blob from) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Blob> |
BaseBlobMap.getAllBlobs() |
com.google.common.util.concurrent.ListenableFuture<Blob> |
BaseAsyncBlobStore.getBlob(String container,
String key)
This implementation invokes
AsyncBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions) |
Collection<Blob> |
BlobMapImpl.values() |
| Modifier and Type | Method and Description |
|---|---|
Blob |
BlobMapImpl.CorrectBlobName.apply(String key,
Blob blob) |
Blob |
BlobMapImpl.put(String key,
Blob value) |
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob) |
protected Blob |
BaseBlobMap.stripPrefix(Blob from) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
BlobMapImpl.CorrectBlobName.apply(Map.Entry<? extends String,? extends Blob> arg0) |
void |
BlobMapImpl.putAll(Map<? extends String,? extends Blob> map) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Blob> |
GetBlobsInListStrategy.execute(String containerName,
ListContainerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PutBlobsStrategy.execute(String containerName,
Iterable<? extends Blob> collection) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Blob> |
GetAllBlobsInListAndRetryOnFailure.execute(String container,
ListContainerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PutBlobsStrategyImpl.execute(String containerName,
Iterable<? extends Blob> blobs) |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
BlobStoreUtils.newBlob(BlobStore blobStore,
StorageMetadata blobMeta) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.util.concurrent.ListenableFuture<Void> |
BlobStoreUtils.createParentIfNeededAsync(AsyncBlobStore asyncBlobStore,
String container,
Blob blob) |
static String |
BlobStoreUtils.getContentAsStringOrNullAndClose(Blob blob) |
Copyright © 2009-2012 jclouds. All Rights Reserved.