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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
newBlob
@Deprecated
Blob newBlob(String name)
- Deprecated.
- Parameters:
name
- - See Also:
blobBuilder()
blobBuilder
BlobBuilder blobBuilder()
- Returns:
- builder for creating new
Blob
s
Copyright © 2009-2011 jclouds. All Rights Reserved.