ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Ash/Selva - Implementing withReplication to RingState #60

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

This enables us to get a Map[TokenRange, List[MemberAddress]] where List[MemberAddress] is of size, replicationFactor. This should enable us to implement Scan.

codecov-io commented 7 years ago

Current coverage is 74.49% (diff: 72.72%)

Merging #60 into master will increase coverage by 0.30%

@@             master        #60   diff @@
==========================================
  Files            28         28          
  Lines           496        498     +2   
  Methods           0          0          
  Messages          0          0          
  Branches         83         83          
==========================================
+ Hits            368        371     +3   
+ Misses           76         75     -1   
  Partials         52         52          

Sunburst

Powered by Codecov. Last update ee30988...ee430e2