Interface TieredStorageConfiguration.BlobStoreBuilder
-
- All Known Implementing Classes:
JCloudBlobStoreProvider
- Enclosing class:
- TieredStorageConfiguration
public static interface TieredStorageConfiguration.BlobStoreBuilderBuilds a JCloudprovider BlobStore from the TieredStorageConfiguration, which allows us to publish and retrieve data blocks from the external storage system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jclouds.blobstore.BlobStoregetBlobStore(TieredStorageConfiguration config)
-
-
-
Method Detail
-
getBlobStore
org.jclouds.blobstore.BlobStore getBlobStore(TieredStorageConfiguration config)
-
-