| Package | Description |
|---|---|
| eu.europeana.domain | |
| eu.europeana.features |
| Modifier and Type | Method and Description |
|---|---|
int |
StorageObject.compareTo(StorageObject that) |
| Modifier and Type | Method and Description |
|---|---|
Optional<StorageObject> |
SwiftObjectStorageClient.get(String objectName) |
Optional<StorageObject> |
ObjectStorageClient.get(String objectName)
Gets the
StorageObject including its body. |
Optional<StorageObject> |
S3ObjectStorageClient.get(String objectName) |
Optional<StorageObject> |
SwiftObjectStorageClient.get(String objectName,
boolean verify) |
Optional<StorageObject> |
ObjectStorageClient.get(String objectName,
boolean verify)
Gets the
StorageObject including its body. |
Optional<StorageObject> |
S3ObjectStorageClient.get(String objectName,
boolean verify) |
Optional<StorageObject> |
SwiftObjectStorageClient.getWithoutBody(String objectName) |
Optional<StorageObject> |
ObjectStorageClient.getWithoutBody(String objectName)
Gets the
StorageObject metadata without its body. |
Optional<StorageObject> |
S3ObjectStorageClient.getWithoutBody(String objectName) |
List<StorageObject> |
SwiftObjectStorageClient.list() |
List<StorageObject> |
ObjectStorageClient.list() |
List<StorageObject> |
S3ObjectStorageClient.list() |
| Modifier and Type | Method and Description |
|---|---|
String |
SwiftObjectStorageClient.put(StorageObject storageObject) |
String |
ObjectStorageClient.put(StorageObject storageObject)
Creates or updates a
StorageObject. |
String |
S3ObjectStorageClient.put(StorageObject storageObject) |
Copyright © 2018. All rights reserved.