mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add swap/restore methods to DBStore interface
This commit is contained in:
parent
21c524d8b6
commit
83d9d122bf
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue