public class BlobMapImpl extends BaseBlobMap<Blob> implements BlobMap
BlobStore
,
BaseBlobMap
Modifier and Type | Class and Description |
---|---|
static class |
BlobMapImpl.CorrectBlobName |
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,
Provider<BlobBuilder> blobBuilders) |
Modifier and Type | Method and Description |
---|---|
BlobBuilder |
blobBuilder() |
Blob |
get(Object key) |
Blob |
put(String key,
Blob value) |
void |
putAll(Map<? extends String,? extends Blob> map) |
Blob |
remove(Object key) |
Collection<Blob> |
values() |
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, Provider<BlobBuilder> blobBuilders)
public BlobBuilder blobBuilder()
blobBuilder
in interface BlobMap
Blob
sCopyright © 2009-2012 jclouds. All Rights Reserved.