Uses of Interface
org.jclouds.blobstore.domain.Blob
-
-
Uses of Blob in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore that return Blob Modifier and Type Method Description Blob
AtmosBlobStore. getBlob(String container, String key, GetOptions options)
This implementation invokesAtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)
Methods in org.jclouds.atmos.blobstore with parameters of type Blob Modifier and Type Method Description String
AtmosBlobStore. putBlob(String container, Blob blob)
String
AtmosBlobStore. putBlob(String container, Blob blob, PutOptions options)
HttpRequest
AtmosBlobRequestSigner. signPutBlob(String container, Blob blob)
HttpRequest
AtmosBlobRequestSigner. signPutBlob(String container, Blob blob, long timeInSeconds)
-
Uses of Blob in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return Blob Modifier and Type Method Description Blob
ObjectToBlob. apply(AtmosObject from)
Methods in org.jclouds.atmos.blobstore.functions with parameters of type Blob Modifier and Type Method Description AtmosObject
BlobToObject. apply(Blob from)
-
Uses of Blob in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type Blob Modifier and Type Method Description static String
AtmosUtils. putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
-
Uses of Blob in org.jclouds.aws.s3.blobstore
Methods in org.jclouds.aws.s3.blobstore with parameters of type Blob Modifier and Type Method Description String
AWSS3BlobStore. putBlob(String container, Blob blob, PutOptions options)
HttpRequest
AWSS3BlobRequestSignerV4. signPutBlob(String container, Blob blob, long timeInSeconds)
-
Uses of Blob in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore that return Blob Modifier and Type Method Description Blob
AzureBlobStore. getBlob(String container, String key, GetOptions options)
This implementation invokesAzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
Methods in org.jclouds.azureblob.blobstore with parameters of type Blob Modifier and Type Method Description String
AzureBlobStore. putBlob(String container, Blob blob)
This implementation invokesAzureBlobClient#putObject
String
AzureBlobStore. putBlob(String container, Blob blob, PutOptions options)
This implementation invokesAzureBlobClient#putObject
HttpRequest
AzureBlobRequestSigner. signPutBlob(String container, Blob blob)
HttpRequest
AzureBlobRequestSigner. signPutBlob(String container, Blob blob, long timeInSeconds)
-
Uses of Blob in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return Blob Modifier and Type Method Description Blob
AzureBlobToBlob. apply(AzureBlob from)
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type Blob Modifier and Type Method Description AzureBlob
BlobToAzureBlob. apply(Blob from)
-
Uses of Blob in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore that return Blob Modifier and Type Method Description Blob
B2BlobStore. getBlob(String container, String name, GetOptions options)
Methods in org.jclouds.b2.blobstore with parameters of type Blob Modifier and Type Method Description String
B2BlobStore. putBlob(String container, Blob blob)
String
B2BlobStore. putBlob(String container, Blob blob, PutOptions options)
-
Uses of Blob in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return Blob Modifier and Type Method Description Blob
BlobStore. getBlob(String container, String name)
Retrieves aBlob
representing the data at locationcontainer/name
Blob
BlobStore. getBlob(String container, String name, GetOptions options)
Retrieves aBlob
representing the data at locationcontainer/name
Blob
LocalStorageStrategy. getBlob(String containerName, String blobName)
Load the blob with the given key belonging to the container with the given name.Blob
TransientStorageStrategy. getBlob(String containerName, String blobName)
Methods in org.jclouds.blobstore with parameters of type Blob Modifier and Type Method Description String
BlobStore. putBlob(String container, Blob blob)
Adds aBlob
representing the data at locationcontainer/blob.metadata.name
String
BlobStore. putBlob(String container, Blob blob, PutOptions options)
Adds aBlob
representing the data at locationcontainer/blob.metadata.name
options using multipart strategies.String
LocalStorageStrategy. putBlob(String containerName, Blob blob)
Deprecated.String
LocalStorageStrategy. putBlob(String containerName, Blob blob, BlobAccess access)
Write aBlob
into a fileString
TransientStorageStrategy. putBlob(String containerName, Blob blob)
String
TransientStorageStrategy. putBlob(String containerName, Blob blob, BlobAccess access)
HttpRequest
BlobRequestSigner. signPutBlob(String container, Blob blob)
gets a signed request, including headers as necessary, to upload a blob from an external client.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 timeHttpRequest
LocalBlobRequestSigner. signPutBlob(String container, Blob blob)
HttpRequest
LocalBlobRequestSigner. signPutBlob(String container, Blob blob, long timeInSeconds)
-
Uses of Blob in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return Blob Modifier and Type Method Description Blob
LocalBlobStore. getBlob(String containerName, String key)
This implementation invokesLocalBlobStore.getBlob(String,String, GetOptions)
Blob
LocalBlobStore. getBlob(String containerName, String key, GetOptions options)
Methods in org.jclouds.blobstore.config with parameters of type Blob Modifier and Type Method Description String
LocalBlobStore. putBlob(String containerName, Blob blob)
String
LocalBlobStore. putBlob(String containerName, Blob blob, PutOptions options)
-
Uses of Blob in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return Blob Modifier and Type Method 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. -
Uses of Blob in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement Blob Modifier and Type Class Description class
BlobImpl
Value type for an HTTP Blob service.Methods in org.jclouds.blobstore.domain.internal that return Blob Modifier and Type Method Description Blob
BlobBuilderImpl. build()
Blob
BlobBuilderImpl.PayloadBlobBuilderImpl. build()
Methods in org.jclouds.blobstore.domain.internal with parameters of type Blob Modifier and Type Method Description int
BlobImpl. compareTo(Blob o)
-
Uses of Blob in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return Blob Modifier and Type Method Description Blob
ParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)
Methods in org.jclouds.blobstore.functions with parameters of type Blob Modifier and Type Method Description String
BlobName. apply(Blob input)
-
Uses of Blob in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return Blob Modifier and Type Method Description Blob
BaseBlobStore. getBlob(String container, String key)
This implementation invokesBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions)
Methods in org.jclouds.blobstore.internal with parameters of type Blob Modifier and Type Method Description protected String
BaseBlobStore. putMultipartBlob(String container, Blob blob, PutOptions overrides)
Upload using a user-provided executor, or the jclouds userExecutorprotected 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)
-
Uses of Blob in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy that return types with arguments of type Blob Modifier and Type Method Description Iterable<Blob>
GetBlobsInListStrategy. execute(String containerName, ListContainerOptions options)
Method parameters in org.jclouds.blobstore.strategy with type arguments of type Blob Modifier and Type Method Description void
PutBlobsStrategy. execute(String containerName, Iterable<? extends Blob> collection)
-
Uses of Blob in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type Blob Modifier and Type Method Description Iterable<Blob>
GetAllBlobsInListAndRetryOnFailure. execute(String container, ListContainerOptions options)
Method parameters in org.jclouds.blobstore.strategy.internal with type arguments of type Blob Modifier and Type Method Description void
PutBlobsStrategyImpl. execute(String containerName, Iterable<? extends Blob> blobs)
-
Uses of Blob in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return Blob Modifier and Type Method Description Blob
ForwardingBlobStore. getBlob(String containerName, String blobName)
Blob
ForwardingBlobStore. getBlob(String containerName, String blobName, GetOptions getOptions)
Methods in org.jclouds.blobstore.util with parameters of type Blob Modifier and Type Method Description String
ForwardingBlobStore. putBlob(String containerName, Blob blob)
String
ForwardingBlobStore. putBlob(String containerName, Blob blob, PutOptions putOptions)
String
ReadOnlyBlobStore. putBlob(String containerName, Blob blob)
String
ReadOnlyBlobStore. putBlob(String containerName, Blob blob, PutOptions putOptions)
-
Uses of Blob in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal that return Blob Modifier and Type Method Description Blob
FilesystemStorageStrategyImpl. getBlob(String container, String key)
Blob
FilesystemStorageStrategyImpl. newBlob(String name)
Methods in org.jclouds.filesystem.strategy.internal with parameters of type Blob Modifier and Type Method Description String
FilesystemStorageStrategyImpl. putBlob(String containerName, Blob blob)
String
FilesystemStorageStrategyImpl. putBlob(String containerName, Blob blob, BlobAccess access)
-
Uses of Blob in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore that return Blob Modifier and Type Method Description Blob
GoogleCloudStorageBlobStore. getBlob(String container, String name, GetOptions options)
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type Blob Modifier and Type Method Description String
GoogleCloudStorageBlobStore. putBlob(String container, Blob blob)
This supports multipart/related upload which has exactly 2 parts, media-part and metadata-partString
GoogleCloudStorageBlobStore. putBlob(String container, Blob blob, PutOptions options)
HttpRequest
GoogleCloudStorageBlobRequestSigner. signPutBlob(String container, Blob blob)
HttpRequest
GoogleCloudStorageBlobRequestSigner. signPutBlob(String container, Blob blob, long timeInSeconds)
-
Uses of Blob in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return Blob Modifier and Type Method Description Blob
RegionScopedSwiftBlobStore. getBlob(String container, String key)
Blob
RegionScopedSwiftBlobStore. getBlob(String container, String name, GetOptions options)
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type Blob Modifier and Type Method 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 userExecutorprotected 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)
-
Uses of Blob in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore that return Blob Modifier and Type Method Description Blob
S3BlobStore. getBlob(String container, String key, GetOptions optionsList)
This implementation invokesS3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
Methods in org.jclouds.s3.blobstore with parameters of type Blob Modifier and Type Method Description String
S3BlobStore. putBlob(String container, Blob blob)
This implementation invokesS3Client.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 invokesS3Client.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)
-
Uses of Blob in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return Blob Modifier and Type Method Description Blob
ObjectToBlob. apply(S3Object from)
Methods in org.jclouds.s3.blobstore.functions with parameters of type Blob Modifier and Type Method Description S3Object
BlobToObject. apply(Blob from)
-