public interface ExtendedBlobStore extends BlobStore
| Modifier and Type | Method and Description |
|---|---|
int |
blobSize(String key,
String type,
Auths auths)
Returns the size of the data stored with the given key and type.
|
Map<String,String> |
getProperties(String key,
String type,
Auths auths)
Returns the properties stored with the data for the given key and type.
|
OutputStream |
store(String key,
String type,
Map<String,String> properties,
long timestamp,
String visibility)
Provides an
OutputStream to allow storage of the data into the store along with some properties. |
int blobSize(String key, String type, Auths auths)
key - type - auths - Map<String,String> getProperties(String key, String type, Auths auths)
key - type - auths - OutputStream store(String key, String type, Map<String,String> properties, long timestamp, String visibility)
OutputStream to allow storage of the data into the store along with some properties.key - type - visibility - Copyright © 2014 Calrissian. All Rights Reserved.