Interface MigrationCache
- All Known Implementing Classes:
MigrationCacheImpl
public interface MigrationCache
- Author:
- m.popov
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
default void
void
evict
(Collection<Path> files) void
evict
(Collection<Path> files, Versions versions) void
boolean
isOutdated
(Path file) default boolean
isOutdated
(Path file, Versions versions) boolean
isOutdated
(Versions versions) void
removeFile
(Path file)
-
Method Details
-
isOutdated
-
isOutdated
-
isOutdated
-
evict
-
evict
-
evict
-
evict
-
evict
-
removeFile
-