Skip to content
Snippets Groups Projects
Commit 6a49dec7 authored by tmp1u19's avatar tmp1u19 :octopus:
Browse files

Add main function

parent 042bc263
Branches
No related tags found
No related merge requests found
...@@ -23,4 +23,8 @@ public class Controller { ...@@ -23,4 +23,8 @@ public class Controller {
// maintains an index with the allocation of files to Dstores // maintains an index with the allocation of files to Dstores
// waits for Dstores to join the datastore (rebalance operation) // waits for Dstores to join the datastore (rebalance operation)
// it doesn't serve any client request until at least R Dstores have joined the system // it doesn't serve any client request until at least R Dstores have joined the system
public static void main (String[] args) {
}
} }
\ No newline at end of file
...@@ -15,4 +15,8 @@ public class Dstore { ...@@ -15,4 +15,8 @@ public class Dstore {
this.timeout = timeout; this.timeout = timeout;
this. file_folder = file_folder; this. file_folder = file_folder;
} }
public static void main (String[] args) {
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment