Package | Description |
---|---|
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.driver.model |
Provides Model classes such as Requests and Results classes for the Storage
driver module
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<TapeReadRequestReferentialEntity> |
Connection.createReadOrderRequest(StorageObjectRequest request)
Asynchronous retrieve an object from the storage offer based on criterias defined in request argument.
|
StorageGetResult |
Connection.getObject(StorageObjectRequest request)
Retrieve an object from the storage offer based on criterias defined in request argument.
|
boolean |
Connection.objectExistsInOffer(StorageObjectRequest request)
Check if an object is present in the offer
|
Modifier and Type | Class and Description |
---|---|
class |
StoragePutRequest
Holds every needed parameters that may be needed to put an object on the
distant storage offer.
|
class |
StorageRemoveRequest
Holds every needed parameters that may be needed to remove an object on the
distant storage offer.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<TapeReadRequestReferentialEntity> |
ConnectionImpl.createReadOrderRequest(StorageObjectRequest request) |
StorageGetResult |
ConnectionImpl.getObject(StorageObjectRequest request) |
boolean |
ConnectionImpl.objectExistsInOffer(StorageObjectRequest request) |
Copyright © 2019 Vitam. All rights reserved.