Package | Description |
---|---|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.logbook.common.server.reconstruction |
Provides reconstruction service classes for Logbook server module
|
fr.gouv.vitam.metadata.core.reconstruction |
Provides reconstruction classes for Metadata module
|
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.engine.server.distribution |
Provides a Distribution interface for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.storagetraceability | |
fr.gouv.vitam.storage.offers.common.core |
Provides core implementation (Workspace based) for the Storage Offer Default
module
|
fr.gouv.vitam.storage.offers.common.database |
Provides core implementation for default offer mongo acces.
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
ConnectionMockImpl.getOfferLogs(StorageOfferLogRequest request) |
Modifier and Type | Method and Description |
---|---|
List<List<OfferLog>> |
RestoreBackupService.getListing(String strategy,
long offset,
int limit)
Retrieve list of offer log defining objects to reconstruct from offer log
|
Modifier and Type | Method and Description |
---|---|
List<List<OfferLog>> |
RestoreBackupService.getListing(String strategy,
MetadataCollections collection,
long offset,
int limit)
Retrieve list of offer log defining objects to reconstruct from offer log
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
Connection.getOfferLogs(StorageOfferLogRequest request)
Get a listing of offer logs on a container type
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageDistribution.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order)
Get offer log from referent
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageDistributionImpl.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order) |
Modifier and Type | Method and Description |
---|---|
OfferLog |
StorageTraceabilityIterator.next() |
Constructor and Description |
---|
StorageTraceabilityIterator(List<OfferLog> files) |
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
DefaultOfferService.getOfferLogs(String containerName,
Long offset,
int limit,
Order order)
Get the offer log of objects created in offer container
|
List<OfferLog> |
DefaultOfferServiceImpl.getOfferLogs(String containerName,
Long offset,
int limit,
Order order) |
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
OfferLogDatabaseService.searchOfferLog(String containerName,
Long offset,
int limit,
Order order)
Search in offer log
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
ConnectionImpl.getOfferLogs(StorageOfferLogRequest storageGetOfferLogRequest) |
Copyright © 2018 Vitam. All rights reserved.