|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface StaticLargeObjectApi
Provides access to the OpenStack Object Storage (Swift) Static Large Object API features.
This API is new to jclouds and hence is in Beta. That means we need people to use it and give us feedback. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.
| Method Summary | |
|---|---|
void |
delete(String objectName)
Deletes a static large object, if present, including all of its segments. |
String |
replaceManifest(String objectName,
List<Segment> segments,
Map<String,String> metadata)
Creates or updates a static large object's manifest. |
| Method Detail |
|---|
@Named(value="staticLargeObject:replaceManifest")
String replaceManifest(String objectName,
List<Segment> segments,
Map<String,String> metadata)
objectName - corresponds to SwiftObject#getName().segments - ordered parts which will be concatenated upon download.metadata - corresponds to SwiftObject#getMetadata().
SwiftObject#getEtag() of the object, which is the MD5
checksum of the concatenated ETag values of the segments.@Named(value="staticLargeObject:delete") void delete(String objectName)
objectName - corresponds to SwiftObject#getName().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||