Add swap/restore methods to DBStore interface

This commit is contained in:
Shane Kilkelly
2021-01-14 13:57:34 +00:00
parent 21c524d8b6
commit 83d9d122bf
@@ -24,6 +24,12 @@ public interface DBStore {
String getOldestUnswappedProject();
void swap(String projectName, String compressionMethod);
void restore(String projectName);
String getSwapCompression(String projectName);
int getNumUnswappedProjects();
ProjectState getProjectState(String projectName);