Uses of Interface
org.jclouds.blobstore.domain.Blob
Packages that use Blob
Package
Description
-
Uses of Blob in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore that return BlobModifier and TypeMethodDescriptionAtmosBlobStore.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 BlobModifier and TypeMethodDescriptionAtmosBlobStore.putBlob
(String container, Blob blob, PutOptions options) AtmosBlobRequestSigner.signPutBlob
(String container, Blob blob) 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 BlobMethods in org.jclouds.atmos.blobstore.functions with parameters of type Blob -
Uses of Blob in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type BlobModifier and TypeMethodDescriptionstatic 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 BlobModifier and TypeMethodDescriptionAWSS3BlobStore.putBlob
(String container, Blob blob, PutOptions options) AWSS3BlobRequestSignerV4.signPutBlob
(String container, Blob blob, long timeInSeconds) -
Uses of Blob in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore that return BlobModifier and TypeMethodDescriptionAzureBlobStore.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 BlobModifier and TypeMethodDescriptionThis implementation invokesinvalid reference
AzureBlobClient#putObject
AzureBlobStore.putBlob
(String container, Blob blob, PutOptions options) This implementation invokesinvalid reference
AzureBlobClient#putObject
AzureBlobRequestSigner.signPutBlob
(String container, Blob blob) 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 BlobMethods in org.jclouds.azureblob.blobstore.functions with parameters of type Blob -
Uses of Blob in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore that return BlobModifier and TypeMethodDescriptionB2BlobStore.getBlob
(String container, String name, GetOptions options) Methods in org.jclouds.b2.blobstore with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return BlobModifier and TypeMethodDescriptionRetrieves aBlob
representing the data at locationcontainer/name
BlobStore.getBlob
(String container, String name, GetOptions options) Retrieves aBlob
representing the data at locationcontainer/name
Load the blob with the given key belonging to the container with the given name.Methods in org.jclouds.blobstore with parameters of type BlobModifier and TypeMethodDescriptionAdds aBlob
representing the data at locationcontainer/blob.metadata.name
BlobStore.putBlob
(String container, Blob blob, PutOptions options) Adds aBlob
representing the data at locationcontainer/blob.metadata.name
options using multipart strategies.Deprecated.LocalStorageStrategy.putBlob
(String containerName, Blob blob, BlobAccess access) Write aBlob
into a fileTransientStorageStrategy.putBlob
(String containerName, Blob blob, BlobAccess access) BlobRequestSigner.signPutBlob
(String container, Blob blob) gets a signed request, including headers as necessary, to upload a blob from an external client.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 timeLocalBlobRequestSigner.signPutBlob
(String container, Blob blob) LocalBlobRequestSigner.signPutBlob
(String container, Blob blob, long timeInSeconds) -
Uses of Blob in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return BlobModifier and TypeMethodDescriptionThis implementation invokesLocalBlobStore.getBlob(String,String, GetOptions)
LocalBlobStore.getBlob
(String containerName, String key, GetOptions options) Methods in org.jclouds.blobstore.config with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return BlobModifier and TypeMethodDescriptionBlobBuilder.build()
This makes a blob from the currently configured parameters.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 BlobMethods in org.jclouds.blobstore.domain.internal that return BlobModifier and TypeMethodDescriptionBlobBuilderImpl.build()
BlobBuilderImpl.PayloadBlobBuilderImpl.build()
Methods in org.jclouds.blobstore.domain.internal with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return BlobMethods in org.jclouds.blobstore.functions with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return BlobModifier and TypeMethodDescriptionThis implementation invokesBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions)
Methods in org.jclouds.blobstore.internal with parameters of type BlobModifier and TypeMethodDescriptionprotected 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) RequestSigningUnsupported.signPutBlob
(String container, Blob blob) 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 BlobModifier and TypeMethodDescriptionGetBlobsInListStrategy.execute
(String containerName, ListContainerOptions options) Method parameters in org.jclouds.blobstore.strategy with type arguments of type Blob -
Uses of Blob in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type BlobModifier and TypeMethodDescriptionGetAllBlobsInListAndRetryOnFailure.execute
(String container, ListContainerOptions options) Method parameters in org.jclouds.blobstore.strategy.internal with type arguments of type Blob -
Uses of Blob in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return BlobModifier and TypeMethodDescriptionForwardingBlobStore.getBlob
(String containerName, String blobName, GetOptions getOptions) Methods in org.jclouds.blobstore.util with parameters of type BlobModifier and TypeMethodDescriptionForwardingBlobStore.putBlob
(String containerName, Blob blob, PutOptions putOptions) 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 BlobModifier and TypeMethodDescriptionMethods in org.jclouds.filesystem.strategy.internal with parameters of type Blob -
Uses of Blob in org.jclouds.glacier.blobstore
Methods in org.jclouds.glacier.blobstore that return BlobModifier and TypeMethodDescriptionRetrieves the blob using default options This operation will take several hours.GlacierBlobStore.getBlob
(String container, String key, GetOptions getOptions) Retrieves the blob This operation will take several hours.Methods in org.jclouds.glacier.blobstore with parameters of type Blob -
Uses of Blob in org.jclouds.glacier.blobstore.strategy
Methods in org.jclouds.glacier.blobstore.strategy with parameters of type Blob -
Uses of Blob in org.jclouds.glacier.blobstore.strategy.internal
Methods in org.jclouds.glacier.blobstore.strategy.internal with parameters of type Blob -
Uses of Blob in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore that return BlobModifier and TypeMethodDescriptionGoogleCloudStorageBlobStore.getBlob
(String container, String name, GetOptions options) Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type BlobModifier and TypeMethodDescriptionThis supports multipart/related upload which has exactly 2 parts, media-part and metadata-partGoogleCloudStorageBlobStore.putBlob
(String container, Blob blob, PutOptions options) GoogleCloudStorageBlobRequestSigner.signPutBlob
(String container, Blob blob) 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 BlobModifier and TypeMethodDescriptionRegionScopedSwiftBlobStore.getBlob
(String container, String name, GetOptions options) Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type BlobModifier and TypeMethodDescriptionRegionScopedSwiftBlobStore.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) RegionScopedTemporaryUrlBlobSigner.signPutBlob
(String container, Blob blob) RegionScopedTemporaryUrlBlobSigner.signPutBlob
(String container, Blob blob, long timeInSeconds) -
Uses of Blob in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore that return BlobModifier and TypeMethodDescriptionS3BlobStore.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 BlobModifier and TypeMethodDescriptionThis implementation invokesS3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...)
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...)
S3BlobRequestSigner.signPutBlob
(String container, Blob blob) 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 BlobMethods in org.jclouds.s3.blobstore.functions with parameters of type Blob