Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
StoredInfoResult |
StorageDistribution.copyObjectFromOfferToOffer(DataContext context,
String sourceOffer,
String destinationOffer)
copy object from on offer to an another
|
void |
StorageDistribution.deleteObjectInAllOffers(String strategyId,
DataContext context)
Delete an object
|
void |
StorageDistribution.deleteObjectInOffers(String strategyId,
DataContext context,
List<String> offers)
Delete an object in offers
|
Modifier and Type | Method and Description |
---|---|
StoredInfoResult |
StorageDistributionImpl.copyObjectFromOfferToOffer(DataContext context,
String sourceOffer,
String destinationOffer) |
void |
StorageDistributionImpl.deleteObjectInAllOffers(String strategyId,
DataContext context) |
void |
StorageDistributionImpl.deleteObjectInOffers(String strategyId,
DataContext context,
List<String> offers) |
Copyright © 2018 Vitam. All rights reserved.