mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Add swap/restore methods to DBStore interface
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user