Modifier and Type | Method and Description |
---|---|
String |
ObjectStorageObjectService.copy(ObjectLocation source,
ObjectLocation dest)
Copies an object to another object in the object store
|
ActionResponse |
ObjectStorageObjectService.delete(ObjectLocation location)
Deletes an Object from the specified container
|
ActionResponse |
ObjectStorageObjectService.delete(ObjectLocation location,
ObjectDeleteOptions options)
Deletes an Object from the specified container
|
DLPayload |
ObjectStorageObjectService.download(ObjectLocation location,
DownloadOptions options)
Retrieves the Payload for the data backing the given
location |
SwiftObject |
ObjectStorageObjectService.get(ObjectLocation location)
Gets the specified object based on the ObjectLocation
location |
Map<String,String> |
ObjectStorageObjectService.getMetadata(ObjectLocation location)
Gets the metadata for the specified object location
|
boolean |
ObjectStorageObjectService.updateMetadata(ObjectLocation location,
Map<String,String> metadata)
Creates or Updates the given metadata for the specified object location
|
Modifier and Type | Method and Description |
---|---|
static ObjectLocation |
ObjectLocation.create(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
static ParseObjectFunction |
ParseObjectFunction.create(ObjectLocation location) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectStorageObjectServiceImpl.copy(ObjectLocation source,
ObjectLocation dest)
Copies an object to another object in the object store
|
ActionResponse |
ObjectStorageObjectServiceImpl.delete(ObjectLocation location) |
ActionResponse |
ObjectStorageObjectServiceImpl.delete(ObjectLocation location,
ObjectDeleteOptions options) |
DLPayload |
ObjectStorageObjectServiceImpl.download(ObjectLocation location,
DownloadOptions options) |
SwiftObject |
ObjectStorageObjectServiceImpl.get(ObjectLocation location)
Gets the specified object based on the ObjectLocation
location |
Map<String,String> |
ObjectStorageObjectServiceImpl.getMetadata(ObjectLocation location) |
boolean |
ObjectStorageObjectServiceImpl.updateMetadata(ObjectLocation location,
Map<String,String> metadata) |
Copyright © 2017. All rights reserved.