zk1931 / jzab

ZooKeeper Atomic Broadcast in Java
http://zk1931.github.io/jzab/master/
Apache License 2.0
54 stars 23 forks source link

Some refactoring on code. #201

Closed EasonLiao closed 10 years ago

EasonLiao commented 10 years ago
  1. Make all the processors as member variables instead of local variable.
  2. Make clusterConfig as member variable instead of local variable.

Now the code looks shorter since we don't need to pass processors around.

EasonLiao commented 10 years ago

@m1ch1