BlobStore
@Deprecated public abstract class BaseBlobMap<V> extends Object implements ListableMap<String,V>
BlobStore
Modifier and Type | Class and Description |
---|---|
class |
BaseBlobMap.Entry
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected BlobStore |
blobstore
Deprecated.
|
protected String |
containerName
Deprecated.
|
protected ContainsValueInListStrategy |
containsValueStrategy
Deprecated.
|
protected GetBlobsInListStrategy |
getAllBlobs
Deprecated.
|
protected ListContainerAndRecurseThroughFolders |
listStrategy
Deprecated.
|
protected ListContainerOptions |
options
Deprecated.
|
protected com.google.common.base.Function<String,String> |
pathStripper
Deprecated.
|
protected com.google.common.base.Function<String,String> |
prefixer
Deprecated.
|
protected PutBlobsStrategy |
putBlobsStrategy
Deprecated.
|
Constructor and Description |
---|
BaseBlobMap(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<String,V>> |
entrySet()
Deprecated.
|
protected Iterable<Blob> |
getAllBlobs()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Set<String> |
keySet()
Deprecated.
|
Iterable<? extends BlobMetadata> |
list()
Deprecated.
|
int |
size()
Deprecated.
|
protected Blob |
stripPrefix(Blob from)
Deprecated.
|
String |
toString()
Deprecated.
|
protected final BlobStore blobstore
protected final String containerName
protected final com.google.common.base.Function<String,String> pathStripper
protected final ListContainerOptions options
protected final GetBlobsInListStrategy getAllBlobs
protected final ContainsValueInListStrategy containsValueStrategy
protected final ListContainerAndRecurseThroughFolders listStrategy
protected final PutBlobsStrategy putBlobsStrategy
@Inject public BaseBlobMap(BlobStore blobstore, GetBlobsInListStrategy getAllBlobs, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, ListContainerAndRecurseThroughFolders listStrategy, String containerName, ListContainerOptions options)
public boolean containsValue(Object value)
containsValue
in interface Map<String,V>
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
public Iterable<? extends BlobMetadata> list()
list
in interface ListableMap<String,V>
Copyright © 2009-2013 jclouds. All Rights Reserved.