BlobStore@Deprecated public interface AsyncBlobStore
BlobStore| Modifier and Type | Method and Description | 
|---|---|
BlobBuilder | 
blobBuilder(String name)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
blobExists(String container,
          String name)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> | 
blobMetadata(String container,
            String key)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
clearContainer(String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
clearContainer(String container,
              ListContainerOptions options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
containerExists(String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Long> | 
countBlobs(String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Long> | 
countBlobs(String container,
          ListContainerOptions options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
createContainerInLocation(Location location,
                         String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
createContainerInLocation(Location location,
                         String container,
                         CreateContainerOptions options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
createDirectory(String container,
               String directory)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
deleteContainer(String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
deleteDirectory(String containerName,
               String name)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
directoryExists(String container,
               String directory)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Blob> | 
getBlob(String container,
       String key)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Blob> | 
getBlob(String container,
       String key,
       GetOptions options)
Deprecated.  
  | 
BlobStoreContext | 
getContext()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> | 
list()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> | 
list(String container)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> | 
list(String container,
    ListContainerOptions options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> | 
listAssignableLocations()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
putBlob(String container,
       Blob blob)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
putBlob(String container,
       Blob blob,
       PutOptions options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
removeBlob(String container,
          String key)
Deprecated.  
  | 
BlobStoreContext getContext()
BlobStore.getContext()BlobBuilder blobBuilder(String name)
com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> listAssignableLocations()
BlobStore.listAssignableLocations()com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> list()
BlobStore.list()com.google.common.util.concurrent.ListenableFuture<Boolean> containerExists(String container)
com.google.common.util.concurrent.ListenableFuture<Boolean> createContainerInLocation(@Nullable Location location, String container)
com.google.common.util.concurrent.ListenableFuture<Boolean> createContainerInLocation(@Nullable Location location, String container, CreateContainerOptions options)
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> list(String container)
BlobStore.list(String)com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> list(String container, ListContainerOptions options)
com.google.common.util.concurrent.ListenableFuture<Void> clearContainer(String container)
BlobStore.clearContainer(String)com.google.common.util.concurrent.ListenableFuture<Void> clearContainer(String container, ListContainerOptions options)
com.google.common.util.concurrent.ListenableFuture<Void> deleteContainer(String container)
com.google.common.util.concurrent.ListenableFuture<Boolean> directoryExists(String container, String directory)
com.google.common.util.concurrent.ListenableFuture<Void> createDirectory(String container, String directory)
com.google.common.util.concurrent.ListenableFuture<Void> deleteDirectory(String containerName, String name)
com.google.common.util.concurrent.ListenableFuture<Boolean> blobExists(String container, String name)
com.google.common.util.concurrent.ListenableFuture<String> putBlob(String container, Blob blob)
BlobStore.putBlob(String,Blob)com.google.common.util.concurrent.ListenableFuture<String> putBlob(String container, Blob blob, PutOptions options)
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> blobMetadata(String container, String key)
com.google.common.util.concurrent.ListenableFuture<Blob> getBlob(String container, String key)
BlobStore.getBlob(String, String)com.google.common.util.concurrent.ListenableFuture<Blob> getBlob(String container, String key, GetOptions options)
com.google.common.util.concurrent.ListenableFuture<Void> removeBlob(String container, String key)
com.google.common.util.concurrent.ListenableFuture<Long> countBlobs(String container)
BlobStore.countBlobs(String)com.google.common.util.concurrent.ListenableFuture<Long> countBlobs(String container, ListContainerOptions options)
Copyright © 2009-2013 jclouds. All Rights Reserved.