Modifier and Type | Method and Description |
---|---|
Blob |
AtmosBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes
AtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...) |
Modifier and Type | Method and Description |
---|---|
String |
AtmosBlobStore.putBlob(String container,
Blob blob)
This implementation invokes
AtmosClient.createFile(java.lang.String, org.jclouds.atmos.domain.AtmosObject, org.jclouds.atmos.options.PutOptions...)
Since there is no etag support in atmos, we just return the path. |
String |
AtmosBlobStore.putBlob(String container,
Blob blob,
PutOptions options)
This implementation invokes
AtmosClient.createFile(java.lang.String, org.jclouds.atmos.domain.AtmosObject, org.jclouds.atmos.options.PutOptions...)
Since there is no etag support in atmos, we just return the path. |
HttpRequest |
AtmosBlobRequestSigner.signPutBlob(String container,
Blob blob) |
HttpRequest |
AtmosBlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
Modifier and Type | Method and Description |
---|---|
Blob |
ObjectToBlob.apply(AtmosObject from) |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
BlobToObject.apply(Blob from) |
Modifier and Type | Method and Description |
---|---|
static String |
AtmosUtils.putBlob(AtmosClient sync,
Crypto crypto,
BlobToObject blob2Object,
String container,
Blob blob,
PutOptions options) |
Modifier and Type | Method and Description |
---|---|
String |
AWSS3BlobStore.putBlob(String container,
Blob blob,
PutOptions options) |
HttpRequest |
AWSS3BlobRequestSignerV4.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
HttpRequest |
AWSS3BlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
Modifier and Type | Method and Description |
---|---|
Blob |
AzureBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes
AzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
Modifier and Type | Method and Description |
---|---|
String |
AzureBlobStore.putBlob(String container,
Blob blob)
This implementation invokes
AzureBlobClient#putObject |
String |
AzureBlobStore.putBlob(String container,
Blob blob,
PutOptions options)
This implementation invokes
AzureBlobClient#putObject |
HttpRequest |
AzureBlobRequestSigner.signPutBlob(String container,
Blob blob) |
HttpRequest |
AzureBlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
Modifier and Type | Method and Description |
---|---|
Blob |
AzureBlobToBlob.apply(AzureBlob from) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
BlobToAzureBlob.apply(Blob from) |
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 |
---|---|
String |
TransientStorageStrategy.putBlob(String containerName,
Blob blob) |
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 |
BlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Adds a
Blob representing the data at location container/blob.metadata.name
options using multipart strategies. |
HttpRequest |
LocalBlobRequestSigner.signPutBlob(String container,
Blob blob) |
HttpRequest |
BlobRequestSigner.signPutBlob(String container,
Blob blob)
gets a signed request, including headers as necessary, to upload a blob from an external
client.
|
HttpRequest |
LocalBlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
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 |
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(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) |
HttpRequest |
RequestSigningUnsupported.signPutBlob(String container,
Blob blob) |
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 |
ReadOnlyBlobStore.putBlob(String containerName,
Blob blob) |
String |
ForwardingBlobStore.putBlob(String containerName,
Blob blob) |
String |
ReadOnlyBlobStore.putBlob(String containerName,
Blob blob,
PutOptions putOptions) |
String |
ForwardingBlobStore.putBlob(String containerName,
Blob blob,
PutOptions putOptions) |
Modifier and Type | Method and Description |
---|---|
Blob |
FilesystemStorageStrategyImpl.getBlob(String container,
String key) |
Blob |
FilesystemStorageStrategyImpl.newBlob(String name) |
Modifier and Type | Method and Description |
---|---|
String |
FilesystemStorageStrategyImpl.putBlob(String containerName,
Blob blob) |
Modifier and Type | Method and Description |
---|---|
Blob |
RegionScopedSwiftBlobStore.getBlob(String container,
String key) |
Blob |
RegionScopedSwiftBlobStore.getBlob(String container,
String name,
GetOptions options) |
Modifier and Type | Method and Description |
---|---|
String |
RegionScopedSwiftBlobStore.putBlob(String container,
Blob blob) |
String |
RegionScopedSwiftBlobStore.putBlob(String container,
Blob blob,
PutOptions options) |
protected String |
RegionScopedSwiftBlobStore.putMultipartBlob(String container,
Blob blob,
PutOptions overrides)
Upload using a user-provided executor, or the jclouds userExecutor
|
protected String |
RegionScopedSwiftBlobStore.putMultipartBlob(String container,
Blob blob,
PutOptions overrides,
com.google.common.util.concurrent.ListeningExecutorService executor) |
HttpRequest |
RegionScopedTemporaryUrlBlobSigner.signPutBlob(String container,
Blob blob) |
HttpRequest |
RegionScopedTemporaryUrlBlobSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
Modifier and Type | Method and Description |
---|---|
Blob |
S3BlobStore.getBlob(String container,
String key,
GetOptions optionsList)
This implementation invokes
S3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
Modifier and Type | Method and Description |
---|---|
String |
S3BlobStore.putBlob(String container,
Blob blob)
This implementation invokes
S3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...) |
String |
S3BlobStore.putBlob(String container,
Blob blob,
PutOptions overrides)
This implementation invokes
S3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...) |
HttpRequest |
S3BlobRequestSigner.signPutBlob(String container,
Blob blob) |
HttpRequest |
S3BlobRequestSigner.signPutBlob(String container,
Blob blob,
long timeInSeconds) |
Modifier and Type | Method and Description |
---|---|
Blob |
ObjectToBlob.apply(S3Object from) |
Modifier and Type | Method and Description |
---|---|
S3Object |
BlobToObject.apply(Blob from) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.