Package | Description |
---|---|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
Modifier and Type | Method and Description |
---|---|
StoragePutResult |
ConnectionMockImpl.putObject(StoragePutRequest request) |
Modifier and Type | Method and Description |
---|---|
StoragePutResult |
Connection.putObject(StoragePutRequest request)
Put the object file into the storage offer based on criterias defined in request argument and underlaying
connection parameters.
|
Modifier and Type | Method and Description |
---|---|
StoragePutResult |
ThreadResponseData.getResponse() |
Constructor and Description |
---|
ThreadResponseData(StoragePutResult putObjectResult,
javax.ws.rs.core.Response.Status status,
String objectGuid)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
StoragePutResult |
ConnectionImpl.putObject(StoragePutRequest request) |
Copyright © 2018 Vitam. All rights reserved.