Uses of Class
fr.gouv.vitam.storage.engine.common.model.OfferLog
-
Packages that use OfferLog Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.functional.administration.core.backup fr.gouv.vitam.functional.administration.core.reconstruction fr.gouv.vitam.logbook.common.server.reconstruction Provides reconstruction service classes for Logbook server modulefr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata modulefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module.fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.offersynchronization fr.gouv.vitam.storage.engine.server.storagetraceability fr.gouv.vitam.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.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. -
-
Uses of OfferLog in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return types with arguments of type OfferLog Modifier and Type Method Description RequestResponse<OfferLog>
FakeDriverImpl.FakeConnectionImpl. getOfferLogs(StorageOfferLogRequest storageOfferLogRequest)
-
Uses of OfferLog in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that return types with arguments of type OfferLog Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupService. getListing(java.lang.String strategy, DataCategory category, java.lang.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
Methods in fr.gouv.vitam.functional.administration.core.reconstruction that return types with arguments of type OfferLog Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupServiceImpl. getListing(java.lang.String strategy, DataCategory dataCategory, java.lang.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
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that return types with arguments of type OfferLog Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupService. getListing(java.lang.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
Methods in fr.gouv.vitam.metadata.core.reconstruction that return types with arguments of type OfferLog Modifier and Type Method Description java.util.Iterator<OfferLog>
RestoreBackupService. getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, java.lang.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
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type OfferLog Modifier and Type Method Description RequestResponse<OfferLog>
Connection. getOfferLogs(StorageOfferLogRequest request)
Get a listing of offer logs on a container type -
Uses of OfferLog in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type OfferLog Modifier and Type Method Description static java.util.Iterator<OfferLog>
OfferLogHelper. getListing(StorageClientFactory storageClientFactory, java.lang.String strategy, java.lang.String offerId, DataCategory dataCategory, java.lang.Long offset, Order order, int chunkSize, java.lang.Integer limit)
RequestResponse<OfferLog>
StorageClient. getOfferLogs(java.lang.String strategyId, java.lang.String offerId, DataCategory type, java.lang.Long offset, int limit, Order order)
Get offer log .RequestResponse<OfferLog>
StorageClientMock. getOfferLogs(java.lang.String strategyId, java.lang.String offerId, DataCategory type, java.lang.Long offset, int limit, Order order)
protected java.util.List<OfferLog>
StorageClientOfferLogIterator. loadNextChunk(int chunkSize)
-
Uses of OfferLog in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return OfferLog Modifier and Type Method Description OfferLog
OfferLog. setAction(OfferLogAction action)
OfferLog
OfferLog. setContainer(java.lang.String container)
OfferLog
OfferLog. setFileName(java.lang.String fileName)
OfferLog
OfferLog. setFormatVersion(OfferLogFormatVersion formatVersion)
OfferLog
OfferLog. setSequence(long sequence)
OfferLog
OfferLog. setTime(java.time.LocalDateTime time)
Methods in fr.gouv.vitam.storage.engine.common.model that return types with arguments of type OfferLog Modifier and Type Method Description java.util.List<OfferLog>
CompactedOfferLog. getLogs()
Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLog Modifier and Type Method Description int
OfferLog. compareTo(OfferLog o)
Method parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type OfferLog Modifier and Type Method Description void
CompactedOfferLog. setLogs(java.util.List<OfferLog> logs)
Constructor parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type OfferLog Constructor Description CompactedOfferLog(long sequenceStart, long sequenceEnd, java.time.LocalDateTime compactionDateTime, java.lang.String container, java.util.List<OfferLog> logs)
-
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return types with arguments of type OfferLog Modifier and Type Method Description RequestResponse<OfferLog>
StorageDistribution. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
Get offer log from referentRequestResponse<OfferLog>
StorageDistribution. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.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
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return types with arguments of type OfferLog Modifier and Type Method Description RequestResponse<OfferLog>
ReadOnlyShieldStorageDistribution. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
StorageDistributionImpl. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
ReadOnlyShieldStorageDistribution. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
StorageDistributionImpl. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
Get offer log from the given offer -
Uses of OfferLog in fr.gouv.vitam.storage.engine.server.offersynchronization
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization that return types with arguments of type OfferLog Modifier and Type Method Description java.util.List<OfferLog>
RestoreOfferBackupService. getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.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
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability that return types with arguments of type OfferLog Modifier and Type Method Description java.util.Iterator<OfferLog>
TraceabilityStorageService. getLastSavedStorageLogIterator(java.lang.String strategyId)
Get the files of the last storage backup since the last traceability (fromDate)protected java.util.List<OfferLog>
OfferLogIterator. loadNextChunk(int chunkSize)
-
Uses of OfferLog in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that return types with arguments of type OfferLog Modifier and Type Method Description java.util.List<OfferLog>
DefaultOfferService. getOfferLogs(java.lang.String containerName, java.lang.Long offset, int limit, Order order)
Get the offer log of objects created in offer containerjava.util.List<OfferLog>
DefaultOfferServiceImpl. getOfferLogs(java.lang.String containerName, java.lang.Long offset, int limit, Order order)
java.util.List<OfferLog>
SanityCheckOfferServiceDecorator. getOfferLogs(java.lang.String containerName, java.lang.Long offset, int limit, Order order)
-
Uses of OfferLog in fr.gouv.vitam.storage.offers.database
Methods in fr.gouv.vitam.storage.offers.database that return types with arguments of type OfferLog Modifier and Type Method Description java.util.List<OfferLog>
OfferLogCompactionDatabaseService. getAscendingOfferLogCompactionBy(java.lang.String containerName, java.lang.Long offset, int limit)
java.util.List<OfferLog>
OfferLogDatabaseService. getAscendingOfferLogsBy(java.lang.String containerName, java.lang.Long offset, int limit)
java.util.List<OfferLog>
OfferLogCompactionDatabaseService. getDescendingOfferLogCompactionBy(java.lang.String containerName, java.lang.Long offset, int limit)
java.util.List<OfferLog>
OfferLogDatabaseService. getDescendingOfferLogsBy(java.lang.String containerName, java.lang.Long offset, int limit)
CloseableIterable<OfferLog>
OfferLogDatabaseService. getExpiredOfferLogByContainer(long expirationValue, java.time.temporal.ChronoUnit expirationUnit)
Method parameters in fr.gouv.vitam.storage.offers.database with type arguments of type OfferLog Modifier and Type Method Description void
OfferLogAndCompactedOfferLogService. almostTransactionalSaveAndDelete(CompactedOfferLog toSave, java.util.List<OfferLog> toDelete)
boolean
OfferLogCompactionDatabaseService. loadNextOfferLogsAscending(java.lang.String containerName, java.lang.Long offset, int limit, java.util.List<OfferLog> results)
-
Uses of OfferLog in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type OfferLog Modifier and Type Method Description RequestResponse<OfferLog>
ConnectionImpl. getOfferLogs(StorageOfferLogRequest storageGetOfferLogRequest)
-