Package | Description |
---|---|
fr.gouv.vitam.functional.administration.common.api | |
fr.gouv.vitam.functional.administration.common.impl | |
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.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 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.offersynchronization | |
fr.gouv.vitam.storage.engine.server.storagetraceability | |
fr.gouv.vitam.storage.offers.core |
Provides core implementation (Workspace based) for the Storage Offer Default
module
|
fr.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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<List<OfferLog>> |
RestoreBackupService.getListing(String strategy,
DataCategory category,
Long offset,
int limit,
Order order)
Retrieve list of offer log defining objects to reconstruct from offer log
|
Modifier and Type | Method and Description |
---|---|
Iterator<List<OfferLog>> |
RestoreBackupServiceImpl.getListing(String strategy,
DataCategory dataCategory,
Long offset,
int limit,
Order order)
Retrieve list of offer log defining objects to reconstruct from offer log
|
Modifier and Type | Method and Description |
---|---|
Iterator<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 |
---|---|
Iterator<OfferLog> |
RestoreBackupService.getListing(String strategy,
DataCategory category,
Long offset,
Integer limit,
Order order,
int batchSize)
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 |
---|---|
static Iterator<OfferLog> |
OfferLogHelper.getListing(StorageClientFactory storageClientFactory,
String strategy,
DataCategory dataCategory,
Long offset,
Order order,
int chunkSize,
Integer limit) |
RequestResponse<OfferLog> |
StorageClientMock.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order) |
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
protected List<OfferLog> |
StorageClientOfferLogIterator.loadNextChunk(int chunkSize) |
Modifier and Type | Method and Description |
---|---|
OfferLog |
OfferLog.setAction(OfferLogAction action) |
OfferLog |
OfferLog.setContainer(String container) |
OfferLog |
OfferLog.setFileName(String fileName) |
OfferLog |
OfferLog.setFormatVersion(OfferLogFormatVersion formatVersion) |
OfferLog |
OfferLog.setSequence(long sequence) |
OfferLog |
OfferLog.setTime(LocalDateTime time) |
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
|
RequestResponse<OfferLog> |
StorageDistribution.getOfferLogsByOfferId(String strategyId,
String offerId,
DataCategory category,
Long offset,
int limit,
Order order)
Get offer log from the given offer
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<OfferLog> |
StorageDistributionImpl.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order) |
RequestResponse<OfferLog> |
StorageDistributionImpl.getOfferLogsByOfferId(String strategyId,
String offerId,
DataCategory category,
Long offset,
int limit,
Order order)
Get offer log from the given offer
|
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
RestoreOfferBackupService.getListing(String strategy,
String offerId,
DataCategory category,
Long offset,
int limit,
Order order)
Retrieve listing of offerLogs defining objects to synchronize
|
Modifier and Type | Method and Description |
---|---|
Iterator<OfferLog> |
TraceabilityStorageService.getLastSavedStorageLogIterator(String strategyId)
Get the files of the last storage backup since the last traceability (fromDate)
|
protected List<OfferLog> |
OfferLogIterator.loadNextChunk(int chunkSize) |
Modifier and Type | Method and Description |
---|---|
List<OfferLog> |
DefaultOfferServiceImpl.getOfferLogs(String containerName,
Long offset,
int limit,
Order order) |
List<OfferLog> |
DefaultOfferService.getOfferLogs(String containerName,
Long offset,
int limit,
Order order)
Get the offer log of objects created in offer container
|
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 © 2019 Vitam. All rights reserved.