public interface StoreAreaProcessor
| Modifier and Type | Method and Description |
|---|---|
String |
cleanUpDeletedStoreArea(long companyId,
int deletionQuota,
Predicate<String> predicate,
String startOffset,
TemporalAmount temporalAmount) |
String |
cleanUpNewStoreArea(long companyId,
int evictionQuota,
Predicate<String> predicate,
String startOffset,
TemporalAmount temporalAmount) |
boolean |
copy(String sourceFileName,
String destinationFileName) |
boolean |
copyDirectory(long companyId,
long repositoryId,
String dirName,
StoreArea[] sourceStoreAreas,
StoreArea destinationStoreArea) |
String cleanUpDeletedStoreArea(long companyId,
int deletionQuota,
Predicate<String> predicate,
String startOffset,
TemporalAmount temporalAmount)
String cleanUpNewStoreArea(long companyId,
int evictionQuota,
Predicate<String> predicate,
String startOffset,
TemporalAmount temporalAmount)
boolean copy(String sourceFileName,
String destinationFileName)