| Modifier and Type | Method and Description |
|---|---|
Blob |
TransientStorageStrategy.getBlob(String containerName,
String blobName) |
Blob |
LocalStorageStrategy.getBlob(String containerName,
String blobName)
Load the blob with the given key belonging to the container with the given
name.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Blob> |
LocalAsyncBlobStore.getBlob(String containerName,
String key,
GetOptions options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Blob> |
AsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TransientStorageStrategy.putBlob(String containerName,
Blob blob) |
String |
LocalStorageStrategy.putBlob(String containerName,
Blob blob)
Write a
Blob into a file |
com.google.common.util.concurrent.ListenableFuture<String> |
LocalAsyncBlobStore.putBlob(String containerName,
Blob blob)
Deprecated.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
LocalAsyncBlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Deprecated.
|
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)
Deprecated.
|
org.jclouds.http.HttpRequest |
LocalBlobRequestSigner.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.
|
org.jclouds.http.HttpRequest |
LocalBlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
org.jclouds.http.HttpRequest |
BlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds)
gets a signed request, including headers as necessary, to upload a blob from an
external client for a limited period of time
|
| 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)
Deprecated.
|
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)
Deprecated.
|
Blob |
BlobMapImpl.remove(Object key)
Deprecated.
|
protected Blob |
BaseBlobMap.stripPrefix(Blob from)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Blob> |
BaseBlobMap.getAllBlobs()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Blob> |
BaseAsyncBlobStore.getBlob(String container,
String key)
Deprecated.
This implementation invokes
AsyncBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions) |
Collection<Blob> |
BlobMapImpl.values()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
BlobMapImpl.CorrectBlobName.apply(String key,
Blob blob) |
Blob |
BlobMapImpl.put(String key,
Blob value)
Deprecated.
|
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob) |
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
protected Blob |
BaseBlobMap.stripPrefix(Blob from)
Deprecated.
|
| 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)
Deprecated.
|
| 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 com.google.common.util.concurrent.ListenableFuture<Void> |
BlobStoreUtils.createParentIfNeededAsync(AsyncBlobStore asyncBlobStore,
String container,
Blob blob) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.