Uses of Class
fr.gouv.vitam.storage.engine.common.model.OfferLog
Package
Description
Provides a fake Driver implementation for tests purpose
Provides reconstruction service classes for Logbook server module
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Storage Engine client interface, factory and implementations.
Provides common Model classes for the Storage Engine module.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Provides core implementation (Workspace based) for the Storage Offer Default
module
Provides core implementation for default offer mongo acces.
Provides implementation of the driver for the Workspace Driver module.
-
Uses of OfferLog in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.getOfferLogs
(StorageOfferLogRequest storageOfferLogRequest) -
Uses of OfferLog in fr.gouv.vitam.functional.administration.core.backup
Modifier and TypeMethodDescriptionRestoreBackupService.getListing
(String strategy, DataCategory category, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of OfferLog in fr.gouv.vitam.functional.administration.core.reconstruction
Modifier and TypeMethodDescriptionRestoreBackupServiceImpl.getListing
(String strategy, DataCategory dataCategory, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of OfferLog in fr.gouv.vitam.logbook.common.server.reconstruction
Modifier and TypeMethodDescriptionRestoreBackupService.getListing
(String strategy, long offset, int limit) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of OfferLog in fr.gouv.vitam.metadata.core.reconstruction.service
Modifier and TypeMethodDescriptionRestoreBackupService.getListing
(String strategy, String offerId, DataCategory category, Long offset, Integer limit, Order order, int batchSize) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of OfferLog in fr.gouv.vitam.storage.driver
Modifier and TypeMethodDescriptionConnection.getOfferLogs
(StorageOfferLogRequest request) Get a listing of offer logs on a container type -
Uses of OfferLog in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionOfferLogHelper.getListing
(StorageClientFactory storageClientFactory, String strategy, String offerId, DataCategory dataCategory, Long offset, Order order, int chunkSize, Integer limit) StorageClient.getOfferLogs
(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) Get offer log .StorageClientMock.getOfferLogs
(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) StorageClientOfferLogIterator.loadNextChunk
(int chunkSize) -
Uses of OfferLog in fr.gouv.vitam.storage.engine.common.model
Modifier and TypeMethodDescriptionOfferLog.setAction
(OfferLogAction action) OfferLog.setContainer
(String container) OfferLog.setFileName
(String fileName) OfferLog.setFormatVersion
(OfferLogFormatVersion formatVersion) OfferLog.setSequence
(long sequence) OfferLog.setTime
(LocalDateTime time) ModifierConstructorDescriptionCompactedOfferLog
(long sequenceStart, long sequenceEnd, LocalDateTime compactionDateTime, String container, List<OfferLog> logs) -
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.distribution
Modifier and TypeMethodDescriptionStorageDistribution.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) Get offer log from referentStorageDistribution.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) Get offer log from the given offer -
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) StorageDistributionImpl.getOfferLogs
(String strategyId, DataCategory category, Long offset, int limit, Order order) ReadOnlyShieldStorageDistribution.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) StorageDistributionImpl.getOfferLogsByOfferId
(String strategyId, String offerId, DataCategory category, Long offset, int limit, Order order) Get offer log from the given offer -
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.offersynchronization
Modifier and TypeMethodDescriptionRestoreOfferBackupService.getListing
(String strategy, String offerId, DataCategory category, Long offset, int limit, Order order) Retrieve listing of offerLogs defining objects to synchronize -
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.storagetraceability
Modifier and TypeMethodDescriptionTraceabilityStorageService.getLastSavedStorageLogIterator
(String strategyId) Get the files of the last storage backup since the last traceability (fromDate)OfferLogIterator.loadNextChunk
(int chunkSize) -
Uses of OfferLog in fr.gouv.vitam.storage.offers.core
Modifier and TypeMethodDescriptionDefaultOfferService.getOfferLogs
(String containerName, Long offset, int limit, Order order) Get the offer log of objects created in offer containerDefaultOfferServiceImpl.getOfferLogs
(String containerName, Long offset, int limit, Order order) SanityCheckOfferServiceDecorator.getOfferLogs
(String containerName, Long offset, int limit, Order order) -
Uses of OfferLog in fr.gouv.vitam.storage.offers.database
Modifier and TypeMethodDescriptionOfferLogCompactionDatabaseService.getAscendingOfferLogCompactionBy
(String containerName, Long offset, int limit) OfferLogDatabaseService.getAscendingOfferLogsBy
(String containerName, Long offset, int limit) OfferLogCompactionDatabaseService.getDescendingOfferLogCompactionBy
(String containerName, Long offset, int limit) OfferLogDatabaseService.getDescendingOfferLogsBy
(String containerName, Long offset, int limit) OfferLogDatabaseService.getExpiredOfferLogByContainer
(long expirationValue, ChronoUnit expirationUnit) Modifier and TypeMethodDescriptionvoid
OfferLogAndCompactedOfferLogService.almostTransactionalSaveAndDelete
(CompactedOfferLog toSave, List<OfferLog> toDelete) boolean
OfferLogCompactionDatabaseService.loadNextOfferLogsAscending
(String containerName, Long offset, int limit, List<OfferLog> results) -
Uses of OfferLog in fr.gouv.vitam.storage.offers.workspace.driver
Modifier and TypeMethodDescriptionConnectionImpl.getOfferLogs
(StorageOfferLogRequest storageGetOfferLogRequest)