org.jclouds.blobstore
Interface BlobMap

All Superinterfaces:
ListableMap<String,Blob>, Map<String,Blob>
All Known Implementing Classes:
BlobMapImpl

public interface BlobMap
extends ListableMap<String,Blob>

This allows you to access the underlying Blob so that you can manually set metadata such as length, content-type, or eTag hash.

Author:
Adrian Cole

Nested Class Summary
static interface BlobMap.Factory
           
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 BlobBuilder blobBuilder()
           
 
Methods inherited from interface org.jclouds.blobstore.ListableMap
list
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

blobBuilder

BlobBuilder blobBuilder()
Returns:
builder for creating new Blobs


Copyright © 2009-2012 jclouds. All Rights Reserved.