| Modifier and Type | Method and Description |
|---|---|
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 |
TransientStorageStrategy.getBlob(String containerName,
String blobName) |
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 |
|---|---|
String |
LocalStorageStrategy.putBlob(String containerName,
Blob blob)
Write a
Blob into a file |
String |
BlobStore.putBlob(String container,
Blob blob)
Adds a
Blob representing the data at location container/blob.metadata.name |
String |
TransientStorageStrategy.putBlob(String containerName,
Blob blob) |
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. |
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) |
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
|
org.jclouds.http.HttpRequest |
LocalBlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
LocalBlobStore.getBlob(String containerName,
String key)
This implementation invokes
LocalBlobStore.getBlob(String,String, GetOptions) |
Blob |
LocalBlobStore.getBlob(String containerName,
String key,
GetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
LocalBlobStore.putBlob(String containerName,
Blob blob) |
String |
LocalBlobStore.putBlob(String containerName,
Blob blob,
PutOptions options) |
| 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 |
|---|---|
String |
BlobName.apply(Blob input) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
BaseBlobStore.getBlob(String container,
String key)
This implementation invokes
BlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseBlobStore.putMultipartBlob(String container,
Blob blob,
PutOptions overrides)
Upload using a user-provided executor, or the jclouds userExecutor
|
protected String |
BaseBlobStore.putMultipartBlob(String container,
Blob blob,
PutOptions overrides,
com.google.common.util.concurrent.ListeningExecutorService executor) |
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob) |
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
| 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 |
|---|---|
Blob |
ForwardingBlobStore.getBlob(String containerName,
String blobName) |
Blob |
ForwardingBlobStore.getBlob(String containerName,
String blobName,
GetOptions getOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
ForwardingBlobStore.putBlob(String containerName,
Blob blob) |
String |
ReadOnlyBlobStore.putBlob(String containerName,
Blob blob) |
String |
ForwardingBlobStore.putBlob(String containerName,
Blob blob,
PutOptions putOptions) |
String |
ReadOnlyBlobStore.putBlob(String containerName,
Blob blob,
PutOptions putOptions) |
Copyright © 2009-2020 The Apache Software Foundation. All Rights Reserved.