Uses of Class
fr.gouv.vitam.storage.engine.common.model.Order
-
Packages that use Order Package Description fr.gouv.vitam.functional.administration.core.backup fr.gouv.vitam.functional.administration.core.reconstruction fr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata modulefr.gouv.vitam.storage.driver.model Provides Model classes such as Requests and Results classes 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.common.model.request Provides common Request 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 module -
-
Uses of Order in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup with parameters of type Order 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 Order in fr.gouv.vitam.functional.administration.core.reconstruction
Methods in fr.gouv.vitam.functional.administration.core.reconstruction with parameters of type Order 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 Order in fr.gouv.vitam.metadata.core.reconstruction
Methods in fr.gouv.vitam.metadata.core.reconstruction with parameters of type Order 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 Order in fr.gouv.vitam.storage.driver.model
Methods in fr.gouv.vitam.storage.driver.model that return Order Modifier and Type Method Description Order
StorageOfferLogRequest. getOrder()
Constructors in fr.gouv.vitam.storage.driver.model with parameters of type Order Constructor Description StorageOfferLogRequest(java.lang.Integer tenantId, java.lang.String type, java.lang.Long offset, int limit, Order order)
Initialize the needed data for request. -
Uses of Order in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client with parameters of type Order 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)
Constructors in fr.gouv.vitam.storage.engine.client with parameters of type Order Constructor Description StorageClientOfferLogIterator(StorageClientFactory storageClientFactory, java.lang.String strategyId, java.lang.String offerId, Order order, DataCategory dataCategory, int chunkSize, java.lang.Long startOffset)
-
Uses of Order in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return Order Modifier and Type Method Description static Order
Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Order[]
Order. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Order in fr.gouv.vitam.storage.engine.common.model.request
Methods in fr.gouv.vitam.storage.engine.common.model.request that return Order Modifier and Type Method Description Order
OfferLogRequest. getOrder()
Methods in fr.gouv.vitam.storage.engine.common.model.request with parameters of type Order Modifier and Type Method Description void
OfferLogRequest. setOrder(Order order)
Constructors in fr.gouv.vitam.storage.engine.common.model.request with parameters of type Order Constructor Description OfferLogRequest(java.lang.Long offset, int limit, Order order)
Constructor -
Uses of Order in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution with parameters of type Order 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 Order in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type Order 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 Order in fr.gouv.vitam.storage.engine.server.offersynchronization
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type Order 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 Order in fr.gouv.vitam.storage.engine.server.storagetraceability
Constructors in fr.gouv.vitam.storage.engine.server.storagetraceability with parameters of type Order Constructor Description OfferLogIterator(java.lang.String strategyId, Order order, DataCategory dataCategory, StorageDistribution distribution, int chunkSize)
-
Uses of Order in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core with parameters of type Order 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)
-