BlobStore
@Deprecated public class BlobMapImpl extends BaseBlobMap<Blob> implements BlobMap
BlobStore
,
BaseBlobMap
Modifier and Type | Class and Description |
---|---|
static class |
BlobMapImpl.CorrectBlobName
Deprecated.
|
BaseBlobMap.Entry
BlobMap.Factory
blobstore, containerName, containsValueStrategy, getAllBlobs, listStrategy, options, pathStripper, prefixer, putBlobsStrategy
Constructor and Description |
---|
BlobMapImpl(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options,
javax.inject.Provider<BlobBuilder> blobBuilders)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlobBuilder |
blobBuilder()
Deprecated.
|
Blob |
get(Object key)
Deprecated.
|
Blob |
put(String key,
Blob value)
Deprecated.
|
void |
putAll(Map<? extends String,? extends Blob> map)
Deprecated.
|
Blob |
remove(Object key)
Deprecated.
|
Collection<Blob> |
values()
Deprecated.
|
clear, containsKey, containsValue, entrySet, getAllBlobs, isEmpty, keySet, list, size, stripPrefix, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
list
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size
@Inject public BlobMapImpl(BlobStore blobstore, GetBlobsInListStrategy getAllBlobs, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, ListContainerAndRecurseThroughFolders listStrategy, String containerName, ListContainerOptions options, javax.inject.Provider<BlobBuilder> blobBuilders)
public Collection<Blob> values()
public BlobBuilder blobBuilder()
blobBuilder
in interface BlobMap
Blob
sCopyright © 2009-2013 jclouds. All Rights Reserved.