mboysan / jbizur

An implementation of the Bizur consensus algorithm in java
MIT License
0 stars 2 forks source link

allow using more than one map with names #61

Closed mboysan closed 4 years ago

mboysan commented 4 years ago

An example:

// get the map
Map map = bizurNode.getMap("map-name");

// use the map
map.put("hello", "world");