Package | Description |
---|---|
fr.gouv.vitam.common.storage.cas.container.api |
Provides API classes for the Workspace module
|
fr.gouv.vitam.common.storage.filesystem.v2 |
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
|
fr.gouv.vitam.common.storage.s3 |
Provides S3 implementations for the storage modules.
|
fr.gouv.vitam.common.storage.swift |
Provides a Swift implementation for the storage modules.
|
fr.gouv.vitam.storage.offers.core |
Provides core implementation (Workspace based) for the Storage Offer Default
module
|
fr.gouv.vitam.storage.offers.tape.cas |
Modifier and Type | Method and Description |
---|---|
ObjectContent |
ContentAddressableStorage.getObject(String containerName,
String objectName)
Retrieves an object representing the data at location containerName/objectName
|
ObjectContent |
ContentAddressableStorageJcloudsAbstract.getObject(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
ObjectContent |
HashFileSystem.getObject(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
ObjectContent |
AmazonS3V1.getObject(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
ObjectContent |
Swift.getObject(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
ObjectContent |
DefaultOfferServiceImpl.getObject(String containerName,
String objectId) |
ObjectContent |
DefaultOfferService.getObject(String containerName,
String objectId)
Get object on offer as an inputStream
|
Modifier and Type | Method and Description |
---|---|
ObjectContent |
TapeLibraryContentAddressableStorage.getObject(String containerName,
String objectName) |
Copyright © 2019 Vitam. All rights reserved.