@Singleton public class HPCloudObjectStorageBlobStore extends SwiftBlobStore
blobUtils, context, defaultLocation, locations
Modifier | Constructor and Description |
---|---|
protected |
HPCloudObjectStorageBlobStore(com.google.common.util.concurrent.ListeningExecutorService userExecutor,
BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageApi sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy) |
Modifier and Type | Method and Description |
---|---|
boolean |
createContainerInLocation(Location location,
String container,
CreateContainerOptions options) |
blobExists, blobMetadata, containerExists, createContainerInLocation, deleteAndVerifyContainerGone, getBlob, getBlobAccess, getContainerAccess, list, list, putBlob, putBlob, removeBlob, setBlobAccess, setContainerAccess
blobBuilder, clearContainer, clearContainer, copyBlob, countBlobs, countBlobs, createDirectory, deleteContainer, deleteContainerIfEmpty, deleteDirectory, deletePathAndEnsureGone, directoryExists, getBlob, getContext, list, listAssignableLocations, removeBlobs
@Inject protected HPCloudObjectStorageBlobStore(@Named(value="jclouds.user-threads") com.google.common.util.concurrent.ListeningExecutorService userExecutor, BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageApi sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
public boolean createContainerInLocation(Location location, String container, CreateContainerOptions options)
createContainerInLocation
in interface BlobStore
createContainerInLocation
in class SwiftBlobStore
options
- controls default access controlBlobStore.createContainerInLocation(Location,String)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.