Interface StoreAreaProcessor


public interface StoreAreaProcessor
Author:
Adolfo Pérez
  • 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

      boolean copy(String sourceFileName, String destinationFileName)
    • copyDirectory

      boolean copyDirectory(long companyId, long repositoryId, String dirName, StoreArea[] sourceStoreAreas, StoreArea destinationStoreArea)
    • copyDirectory

      boolean copyDirectory(long companyId, StoreArea[] sourceStoreAreas, StoreArea destinationStoreArea)