Interface StoreAreaProcessor
public interface StoreAreaProcessor
- Author:
- Adolfo Pérez
-
Method Summary
Modifier and TypeMethodDescriptioncleanUpDeletedStoreArea
(long companyId, int deletionQuota, Predicate<String> predicate, String startOffset, TemporalAmount temporalAmount) cleanUpNewStoreArea
(long companyId, int evictionQuota, Predicate<String> predicate, String startOffset, TemporalAmount temporalAmount) boolean
boolean
copyDirectory
(long companyId, long repositoryId, String dirName, StoreArea[] sourceStoreAreas, StoreArea destinationStoreArea)
-
Method Details
-
cleanUpDeletedStoreArea
String cleanUpDeletedStoreArea(long companyId, int deletionQuota, Predicate<String> predicate, String startOffset, TemporalAmount temporalAmount) -
cleanUpNewStoreArea
String cleanUpNewStoreArea(long companyId, int evictionQuota, Predicate<String> predicate, String startOffset, TemporalAmount temporalAmount) -
copy
-
copyDirectory
-