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 BlobAtmosBlobStore. 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 StringAtmosBlobStore. putBlob(String container, Blob blob)StringAtmosBlobStore. putBlob(String container, Blob blob, PutOptions options)HttpRequestAtmosBlobRequestSigner. signPutBlob(String container, Blob blob)HttpRequestAtmosBlobRequestSigner. 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 BlobObjectToBlob. apply(AtmosObject from)Methods in org.jclouds.atmos.blobstore.functions with parameters of type Blob Modifier and Type Method Description AtmosObjectBlobToObject. 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 StringAtmosUtils. 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 StringAWSS3BlobStore. putBlob(String container, Blob blob, PutOptions options)HttpRequestAWSS3BlobRequestSignerV4. 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 BlobAzureBlobStore. 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 StringAzureBlobStore. putBlob(String container, Blob blob)This implementation invokesAzureBlobClient#putObjectStringAzureBlobStore. putBlob(String container, Blob blob, PutOptions options)This implementation invokesAzureBlobClient#putObjectHttpRequestAzureBlobRequestSigner. signPutBlob(String container, Blob blob)HttpRequestAzureBlobRequestSigner. 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 BlobAzureBlobToBlob. apply(AzureBlob from)Methods in org.jclouds.azureblob.blobstore.functions with parameters of type Blob Modifier and Type Method Description AzureBlobBlobToAzureBlob. 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 BlobB2BlobStore. getBlob(String container, String name, GetOptions options)Methods in org.jclouds.b2.blobstore with parameters of type Blob Modifier and Type Method Description StringB2BlobStore. putBlob(String container, Blob blob)StringB2BlobStore. 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 BlobBlobStore. getBlob(String container, String name)Retrieves aBlobrepresenting the data at locationcontainer/nameBlobBlobStore. getBlob(String container, String name, GetOptions options)Retrieves aBlobrepresenting the data at locationcontainer/nameBlobLocalStorageStrategy. getBlob(String containerName, String blobName)Load the blob with the given key belonging to the container with the given name.BlobTransientStorageStrategy. getBlob(String containerName, String blobName)Methods in org.jclouds.blobstore with parameters of type Blob Modifier and Type Method Description StringBlobStore. putBlob(String container, Blob blob)Adds aBlobrepresenting the data at locationcontainer/blob.metadata.nameStringBlobStore. putBlob(String container, Blob blob, PutOptions options)Adds aBlobrepresenting the data at locationcontainer/blob.metadata.nameoptions using multipart strategies.StringLocalStorageStrategy. putBlob(String containerName, Blob blob)Deprecated.StringLocalStorageStrategy. putBlob(String containerName, Blob blob, BlobAccess access)Write aBlobinto a fileStringTransientStorageStrategy. putBlob(String containerName, Blob blob)StringTransientStorageStrategy. putBlob(String containerName, Blob blob, BlobAccess access)HttpRequestBlobRequestSigner. signPutBlob(String container, Blob blob)gets a signed request, including headers as necessary, to upload a blob from an external client.HttpRequestBlobRequestSigner. 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 timeHttpRequestLocalBlobRequestSigner. signPutBlob(String container, Blob blob)HttpRequestLocalBlobRequestSigner. 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 BlobLocalBlobStore. getBlob(String containerName, String key)This implementation invokesLocalBlobStore.getBlob(String,String, GetOptions)BlobLocalBlobStore. getBlob(String containerName, String key, GetOptions options)Methods in org.jclouds.blobstore.config with parameters of type Blob Modifier and Type Method Description StringLocalBlobStore. putBlob(String containerName, Blob blob)StringLocalBlobStore. 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 BlobBlobBuilder. build()This makes a blob from the currently configured parameters.BlobBlob.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 classBlobImplValue type for an HTTP Blob service.Methods in org.jclouds.blobstore.domain.internal that return Blob Modifier and Type Method Description BlobBlobBuilderImpl. build()BlobBlobBuilderImpl.PayloadBlobBuilderImpl. build()Methods in org.jclouds.blobstore.domain.internal with parameters of type Blob Modifier and Type Method Description intBlobImpl. 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 BlobParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)Methods in org.jclouds.blobstore.functions with parameters of type Blob Modifier and Type Method Description StringBlobName. 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 BlobBaseBlobStore. 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 StringBaseBlobStore. putMultipartBlob(String container, Blob blob, PutOptions overrides)Upload using a user-provided executor, or the jclouds userExecutorprotected StringBaseBlobStore. putMultipartBlob(String container, Blob blob, PutOptions overrides, com.google.common.util.concurrent.ListeningExecutorService executor)HttpRequestRequestSigningUnsupported. signPutBlob(String container, Blob blob)HttpRequestRequestSigningUnsupported. 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 voidPutBlobsStrategy. 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 voidPutBlobsStrategyImpl. 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 BlobForwardingBlobStore. getBlob(String containerName, String blobName)BlobForwardingBlobStore. getBlob(String containerName, String blobName, GetOptions getOptions)Methods in org.jclouds.blobstore.util with parameters of type Blob Modifier and Type Method Description StringForwardingBlobStore. putBlob(String containerName, Blob blob)StringForwardingBlobStore. putBlob(String containerName, Blob blob, PutOptions putOptions)StringReadOnlyBlobStore. putBlob(String containerName, Blob blob)StringReadOnlyBlobStore. 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 BlobFilesystemStorageStrategyImpl. getBlob(String container, String key)BlobFilesystemStorageStrategyImpl. newBlob(String name)Methods in org.jclouds.filesystem.strategy.internal with parameters of type Blob Modifier and Type Method Description StringFilesystemStorageStrategyImpl. putBlob(String containerName, Blob blob)StringFilesystemStorageStrategyImpl. 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 BlobGoogleCloudStorageBlobStore. getBlob(String container, String name, GetOptions options)Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type Blob Modifier and Type Method Description StringGoogleCloudStorageBlobStore. putBlob(String container, Blob blob)This supports multipart/related upload which has exactly 2 parts, media-part and metadata-partStringGoogleCloudStorageBlobStore. putBlob(String container, Blob blob, PutOptions options)HttpRequestGoogleCloudStorageBlobRequestSigner. signPutBlob(String container, Blob blob)HttpRequestGoogleCloudStorageBlobRequestSigner. 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 BlobRegionScopedSwiftBlobStore. getBlob(String container, String key)BlobRegionScopedSwiftBlobStore. 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 StringRegionScopedSwiftBlobStore. putBlob(String container, Blob blob)StringRegionScopedSwiftBlobStore. putBlob(String container, Blob blob, PutOptions options)protected StringRegionScopedSwiftBlobStore. putMultipartBlob(String container, Blob blob, PutOptions overrides)Upload using a user-provided executor, or the jclouds userExecutorprotected StringRegionScopedSwiftBlobStore. putMultipartBlob(String container, Blob blob, PutOptions overrides, com.google.common.util.concurrent.ListeningExecutorService executor)HttpRequestRegionScopedTemporaryUrlBlobSigner. signPutBlob(String container, Blob blob)HttpRequestRegionScopedTemporaryUrlBlobSigner. 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 BlobS3BlobStore. 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 StringS3BlobStore. putBlob(String container, Blob blob)This implementation invokesS3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...)StringS3BlobStore. putBlob(String container, Blob blob, PutOptions overrides)This implementation invokesS3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...)HttpRequestS3BlobRequestSigner. signPutBlob(String container, Blob blob)HttpRequestS3BlobRequestSigner. 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 BlobObjectToBlob. apply(S3Object from)Methods in org.jclouds.s3.blobstore.functions with parameters of type Blob Modifier and Type Method Description S3ObjectBlobToObject. apply(Blob from) 
 -