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.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 |
---|---|
StorageCountResult |
ConnectionMockImpl.countObjects(StorageRequest request) |
Modifier and Type | Method and Description |
---|---|
StorageCountResult |
Connection.countObjects(StorageRequest request)
Count the number of binary objects ine the container
|
Modifier and Type | Class and Description |
---|---|
class |
StorageCheckRequest
Holds minimal needed parameters that may be needed to send a request on an
object on the distant storage offer : check object.
|
class |
StorageListRequest
Holds minimal needed parameters that may be needed to send a request on an
object on the distant storage offer : list objects.
|
class |
StorageObjectRequest
Holds minimal needed parameters that may be needed to send a request on an
object on the distant storage offer : object informations.
|
class |
StorageOfferLogRequest
build a query.
|
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 |
---|---|
StorageCountResult |
ConnectionImpl.countObjects(StorageRequest request) |
Copyright © 2018 Vitam. All rights reserved.