Uses of Interface
org.jclouds.blobstore.domain.Blob

Packages that use Blob
org.jclouds.atmos.blobstore   
org.jclouds.atmos.blobstore.functions   
org.jclouds.atmos.util   
org.jclouds.aws.s3.blobstore   
org.jclouds.aws.s3.blobstore.strategy   
org.jclouds.aws.s3.blobstore.strategy.internal   
org.jclouds.azureblob.blobstore   
org.jclouds.azureblob.blobstore.functions   
org.jclouds.blobstore   
org.jclouds.blobstore.domain   
org.jclouds.blobstore.domain.internal   
org.jclouds.blobstore.functions   
org.jclouds.blobstore.internal   
org.jclouds.blobstore.strategy   
org.jclouds.blobstore.strategy.internal   
org.jclouds.blobstore.util   
org.jclouds.filesystem   
org.jclouds.filesystem.strategy   
org.jclouds.filesystem.strategy.internal   
org.jclouds.openstack.swift.blobstore   
org.jclouds.openstack.swift.blobstore.functions   
org.jclouds.s3.blobstore   
org.jclouds.s3.blobstore.functions   
 

Uses of Blob in org.jclouds.atmos.blobstore
 

Methods in org.jclouds.atmos.blobstore that return Blob
 Blob AtmosBlobStore.getBlob(String container, String key, GetOptions options)
          This implementation invokes AtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.atmos.blobstore that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> AtmosAsyncBlobStore.getBlob(String container, String key, GetOptions options)
          This implementation invokes AtmosAsyncClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.atmos.blobstore with parameters of type Blob
 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.

 com.google.common.util.concurrent.ListenableFuture<String> AtmosAsyncBlobStore.putBlob(String container, Blob blob)
          This implementation invokes AtmosAsyncClient.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.

 com.google.common.util.concurrent.ListenableFuture<String> AtmosAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 HttpRequest AtmosBlobRequestSigner.signPutBlob(String container, Blob blob)
           
 

Uses of Blob in org.jclouds.atmos.blobstore.functions
 

Methods in org.jclouds.atmos.blobstore.functions that return Blob
 Blob ObjectToBlob.apply(AtmosObject from)
           
 

Methods in org.jclouds.atmos.blobstore.functions with parameters of type Blob
 AtmosObject BlobToObject.apply(Blob from)
           
 

Uses of Blob in org.jclouds.atmos.util
 

Methods in org.jclouds.atmos.util with parameters of type Blob
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
 String AWSS3BlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 

Uses of Blob in org.jclouds.aws.s3.blobstore.strategy
 

Methods in org.jclouds.aws.s3.blobstore.strategy with parameters of type Blob
 String MultipartUploadStrategy.execute(String container, Blob blob, PutOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AsyncMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options)
           
 

Uses of Blob in org.jclouds.aws.s3.blobstore.strategy.internal
 

Methods in org.jclouds.aws.s3.blobstore.strategy.internal with parameters of type Blob
 com.google.common.util.concurrent.ListenableFuture<String> ParallelMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options)
           
 String SequentialMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options)
           
 

Uses of Blob in org.jclouds.azureblob.blobstore
 

Methods in org.jclouds.azureblob.blobstore that return Blob
 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...)
 

Methods in org.jclouds.azureblob.blobstore that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> AzureAsyncBlobStore.getBlob(String container, String key, GetOptions options)
          This implementation invokes AzureBlobAsyncClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.azureblob.blobstore with parameters of type Blob
 com.google.common.util.concurrent.ListenableFuture<String> AzureAsyncBlobStore.putBlob(String container, Blob blob)
          This implementation invokes AzureBlobAsyncClient.putBlob(java.lang.String, org.jclouds.azureblob.domain.AzureBlob)
 String AzureBlobStore.putBlob(String container, Blob blob)
          This implementation invokes AzureBlobClient#putObject
 com.google.common.util.concurrent.ListenableFuture<String> AzureAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 String AzureBlobStore.putBlob(String container, Blob blob, PutOptions options)
          This implementation invokes AzureBlobClient#putObject
 HttpRequest AzureBlobRequestSigner.signPutBlob(String container, Blob blob)
           
 

Uses of Blob in org.jclouds.azureblob.blobstore.functions
 

Methods in org.jclouds.azureblob.blobstore.functions that return Blob
 Blob AzureBlobToBlob.apply(AzureBlob from)
           
 

Methods in org.jclouds.azureblob.blobstore.functions with parameters of type Blob
 AzureBlob BlobToAzureBlob.apply(Blob from)
           
 

Uses of Blob in org.jclouds.blobstore
 

Fields in org.jclouds.blobstore with type parameters of type Blob
protected  ConcurrentMap<String,ConcurrentMap<String,Blob>> TransientAsyncBlobStore.containerToBlobs
           
 

Methods in org.jclouds.blobstore that return Blob
protected  Blob TransientAsyncBlobStore.createUpdatedCopyOfBlobInContainer(String containerName, Blob in)
           
 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
 

Methods in org.jclouds.blobstore that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> AsyncBlobStore.getBlob(String container, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Blob> TransientAsyncBlobStore.getBlob(String containerName, String key, GetOptions options)
          
 com.google.common.util.concurrent.ListenableFuture<Blob> AsyncBlobStore.getBlob(String container, String key, GetOptions options)
           
 ConcurrentMap<String,ConcurrentMap<String,Blob>> TransientAsyncBlobStore.getContainerToBlobs()
           
 com.google.common.util.concurrent.ListenableFuture<Blob> TransientAsyncBlobStore.putBlobAndReturnOld(String containerName, Blob in)
           
 com.google.common.util.concurrent.ListenableFuture<Blob> TransientAsyncBlobStore.removeBlobAndReturnOld(String container, String key)
           
 

Methods in org.jclouds.blobstore with parameters of type Blob
protected  Blob TransientAsyncBlobStore.createUpdatedCopyOfBlobInContainer(String containerName, Blob in)
           
 com.google.common.util.concurrent.ListenableFuture<String> TransientAsyncBlobStore.putBlob(String containerName, Blob in)
          
 String BlobStore.putBlob(String container, Blob blob)
          Adds a Blob representing the data at location container/blob.metadata.name
 com.google.common.util.concurrent.ListenableFuture<String> AsyncBlobStore.putBlob(String container, Blob blob)
           
 com.google.common.util.concurrent.ListenableFuture<String> TransientAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 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.
 com.google.common.util.concurrent.ListenableFuture<String> AsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Blob> TransientAsyncBlobStore.putBlobAndReturnOld(String containerName, Blob in)
           
 HttpRequest TransientBlobRequestSigner.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.
 

Constructor parameters in org.jclouds.blobstore with type arguments of type Blob
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of Blob in org.jclouds.blobstore.domain
 

Methods in org.jclouds.blobstore.domain that return Blob
 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
 class BlobImpl
          Value type for an HTTP Blob service.
 

Methods in org.jclouds.blobstore.domain.internal that return Blob
 Blob BlobBuilderImpl.build()
           
 Blob BlobBuilderImpl.PayloadBlobBuilderImpl.build()
           
 

Methods in org.jclouds.blobstore.domain.internal with parameters of type Blob
 int BlobImpl.compareTo(Blob o)
          
 

Uses of Blob in org.jclouds.blobstore.functions
 

Methods in org.jclouds.blobstore.functions that return Blob
 Blob ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from)
           
 

Uses of Blob in org.jclouds.blobstore.internal
 

Methods in org.jclouds.blobstore.internal that return Blob
 Blob BlobMapImpl.CorrectBlobName.apply(Map.Entry<? extends String,? extends Blob> arg0)
           
 Blob BlobMapImpl.CorrectBlobName.apply(String key, Blob blob)
           
 Blob BlobMapImpl.get(Object key)
           
 Blob BaseBlobStore.getBlob(String container, String key)
          This implementation invokes BlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions)
 Blob BlobMapImpl.put(String key, Blob value)
           
 Blob BlobMapImpl.remove(Object key)
           
protected  Blob BaseBlobMap.stripPrefix(Blob from)
           
 

Methods in org.jclouds.blobstore.internal that return types with arguments of type Blob
protected  Iterable<Blob> BaseBlobMap.getAllBlobs()
           
 com.google.common.util.concurrent.ListenableFuture<Blob> BaseAsyncBlobStore.getBlob(String container, String key)
          This implementation invokes AsyncBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions)
 Collection<Blob> BlobMapImpl.values()
           
 

Methods in org.jclouds.blobstore.internal with parameters of type Blob
 Blob BlobMapImpl.CorrectBlobName.apply(String key, Blob blob)
           
 Blob BlobMapImpl.put(String key, Blob value)
           
 HttpRequest RequestSigningUnsupported.signPutBlob(String container, Blob blob)
           
protected  Blob BaseBlobMap.stripPrefix(Blob from)
           
 

Method parameters in org.jclouds.blobstore.internal with type arguments of type Blob
 Blob BlobMapImpl.CorrectBlobName.apply(Map.Entry<? extends String,? extends Blob> arg0)
           
 void BlobMapImpl.putAll(Map<? extends String,? extends Blob> map)
           
 

Uses of Blob in org.jclouds.blobstore.strategy
 

Methods in org.jclouds.blobstore.strategy that return types with arguments of type Blob
 Iterable<Blob> GetBlobsInListStrategy.execute(String containerName, ListContainerOptions options)
           
 

Method parameters in org.jclouds.blobstore.strategy with type arguments of type Blob
 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
 Iterable<Blob> GetAllBlobsInListAndRetryOnFailure.execute(String container, ListContainerOptions options)
           
 

Method parameters in org.jclouds.blobstore.strategy.internal with type arguments of type Blob
 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
static Blob BlobStoreUtils.newBlob(BlobStore blobStore, StorageMetadata blobMeta)
           
 

Methods in org.jclouds.blobstore.util with parameters of type Blob
static com.google.common.util.concurrent.ListenableFuture<Void> BlobStoreUtils.createParentIfNeededAsync(AsyncBlobStore asyncBlobStore, String container, Blob blob)
           
static String BlobStoreUtils.getContentAsStringOrNullAndClose(Blob blob)
           
 

Uses of Blob in org.jclouds.filesystem
 

Methods in org.jclouds.filesystem that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> FilesystemAsyncBlobStore.getBlob(String containerName, String key, GetOptions options)
          
 

Methods in org.jclouds.filesystem with parameters of type Blob
 com.google.common.util.concurrent.ListenableFuture<String> FilesystemAsyncBlobStore.putBlob(String containerName, Blob object)
          
 com.google.common.util.concurrent.ListenableFuture<String> FilesystemAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 

Uses of Blob in org.jclouds.filesystem.strategy
 

Methods in org.jclouds.filesystem.strategy that return Blob
 Blob FilesystemStorageStrategy.newBlob(String name)
          Creates a new blob
 

Uses of Blob in org.jclouds.filesystem.strategy.internal
 

Methods in org.jclouds.filesystem.strategy.internal that return Blob
 Blob FilesystemStorageStrategyImpl.newBlob(String name)
           
 

Uses of Blob in org.jclouds.openstack.swift.blobstore
 

Methods in org.jclouds.openstack.swift.blobstore that return Blob
 Blob SwiftBlobStore.getBlob(String container, String key, GetOptions optionsList)
          This implementation invokes CommonSwiftClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.openstack.swift.blobstore that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> SwiftAsyncBlobStore.getBlob(String container, String key, GetOptions options)
          This implementation invokes CommonSwiftAsyncClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.openstack.swift.blobstore with parameters of type Blob
 com.google.common.util.concurrent.ListenableFuture<String> SwiftAsyncBlobStore.putBlob(String container, Blob blob)
          This implementation invokes CommonSwiftAsyncClient.putObject(java.lang.String, org.jclouds.openstack.swift.domain.SwiftObject)
 String SwiftBlobStore.putBlob(String container, Blob blob)
          This implementation invokes CommonSwiftClient.putObject(java.lang.String, org.jclouds.openstack.swift.domain.SwiftObject)
 com.google.common.util.concurrent.ListenableFuture<String> SwiftAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 String SwiftBlobStore.putBlob(String container, Blob blob, PutOptions options)
          This implementation invokes CommonSwiftClient.putObject(java.lang.String, org.jclouds.openstack.swift.domain.SwiftObject)
 HttpRequest SwiftBlobRequestSigner.signPutBlob(String container, Blob blob)
           
 

Uses of Blob in org.jclouds.openstack.swift.blobstore.functions
 

Methods in org.jclouds.openstack.swift.blobstore.functions that return Blob
 Blob ObjectToBlob.apply(SwiftObject from)
           
 

Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type Blob
 SwiftObject BlobToObject.apply(Blob from)
           
 

Uses of Blob in org.jclouds.s3.blobstore
 

Methods in org.jclouds.s3.blobstore that return Blob
 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...)
 

Methods in org.jclouds.s3.blobstore that return types with arguments of type Blob
 com.google.common.util.concurrent.ListenableFuture<Blob> S3AsyncBlobStore.getBlob(String container, String key, GetOptions options)
          This implementation invokes S3AsyncClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
 

Methods in org.jclouds.s3.blobstore with parameters of type Blob
 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...)
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncBlobStore.putBlob(String container, Blob blob)
          This implementation invokes S3AsyncClient.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...)
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncBlobStore.putBlob(String container, Blob blob, PutOptions overrides)
           
 HttpRequest S3BlobRequestSigner.signPutBlob(String container, Blob blob)
           
 

Uses of Blob in org.jclouds.s3.blobstore.functions
 

Methods in org.jclouds.s3.blobstore.functions that return Blob
 Blob ObjectToBlob.apply(S3Object from)
           
 

Methods in org.jclouds.s3.blobstore.functions with parameters of type Blob
 S3Object BlobToObject.apply(Blob from)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.