Skip to content
Snippets Groups Projects
Commit 158eaef1 authored by pr1n19's avatar pr1n19
Browse files

Initial arguments assigned

parent bb63789c
No related branches found
No related tags found
No related merge requests found
public class Controller {
public static void main(String[] args) {
int cPort = Integer.parseInt(args[0]);
int r = Integer.parseInt(args[1]);
int timeOut = Integer.parseInt(args[2]);
int rebalancePeriod = Integer.parseInt(args[3]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment