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

Packages that use Blob
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.blobstore.util.internal   
 

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
 Blob BlobMap.newBlob(String name)
          Deprecated. 
 Blob AsyncBlobStore.newBlob(String name)
          Deprecated. 
 Blob BlobStore.newBlob(String name)
          Deprecated. 
 

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)
          
 com.google.common.util.concurrent.ListenableFuture<String> AsyncBlobStore.putBlob(String container, Blob blob)
           
 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> TransientAsyncBlobStore.putBlob(String container, Blob blob, PutOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AsyncBlobStore.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<Blob> TransientAsyncBlobStore.putBlobAndReturnOld(String containerName, Blob in)
           
 org.jclouds.http.HttpRequest TransientBlobRequestSigner.signPutBlob(String container, Blob blob)
           
 org.jclouds.http.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, org.jclouds.date.DateService dateService, org.jclouds.crypto.Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,org.jclouds.domain.Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.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(org.jclouds.http.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.newBlob(String name)
           
 Blob BaseAsyncBlobStore.newBlob(String name)
          invokes BlobUtilsImpl.newBlob(java.lang.String)
 Blob BaseBlobStore.newBlob(String name)
          invokes BlobUtilsImpl.newBlob(java.lang.String)
 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)
           
 org.jclouds.http.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)
           
 Blob BlobUtils.newBlob(String name)
           
 

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.blobstore.util.internal
 

Methods in org.jclouds.blobstore.util.internal that return Blob
 Blob BlobUtilsImpl.newBlob(String name)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.