Uses of Package
org.jclouds.blobstore.strategy

Packages that use org.jclouds.blobstore.strategy
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
org.jclouds.blobstore.strategy.internal   
org.jclouds.blobstore.util.internal   
 

Classes in org.jclouds.blobstore.strategy used by org.jclouds.blobstore
IfDirectoryReturnNameStrategy
          Determines if a directory exists or not.
 

Classes in org.jclouds.blobstore.strategy used by org.jclouds.blobstore.internal
ContainsValueInListStrategy
          Determines whether a value exists in the store
GetBlobsInListStrategy
          Retrieves all blobs in the blobstore by the most efficient means possible.
PutBlobsStrategy
          puts all blobs into the blobstore by the most efficient means possible.
 

Classes in org.jclouds.blobstore.strategy used by org.jclouds.blobstore.strategy.internal
ClearContainerStrategy
          Clears a container
ClearListStrategy
          Clears a container
ContainsValueInListStrategy
          Determines whether a value exists in the store
CountListStrategy
          Number of objects in a container
DeleteDirectoryStrategy
          Deletes a directory.
GetBlobsInListStrategy
          Retrieves all blobs in the blobstore by the most efficient means possible.
GetDirectoryStrategy
          Gets a directory or throws KeyNotFoundException
IfDirectoryReturnNameStrategy
          Determines if a directory exists or not.
ListBlobsInContainer
          Lists the blobstore.
ListContainerStrategy
          Lists the blobstore.
MkdirStrategy
          Creates a directory
PutBlobsStrategy
          puts all blobs into the blobstore by the most efficient means possible.
 

Classes in org.jclouds.blobstore.strategy used by org.jclouds.blobstore.util.internal
ClearListStrategy
          Clears a container
CountListStrategy
          Number of objects in a container
DeleteDirectoryStrategy
          Deletes a directory.
GetDirectoryStrategy
          Gets a directory or throws KeyNotFoundException
MkdirStrategy
          Creates a directory
 



Copyright © 2009-2011 jclouds. All Rights Reserved.