Example #1
0
 public HashGroupIMP(IHashGroupStore hashGroupStore, IHashNodeStore hashNodeStore, IHashRealNodeStore hashRealNodeStore)
 {
     _hashGroupStore    = hashGroupStore;
     _hashNodeStore     = hashNodeStore;
     _hashRealNodeStore = hashRealNodeStore;
 }
Example #2
0
 public HashGroupStrategyForRing(IHashNodeStore hashNodeStore)
 {
     _hashNodeStore = hashNodeStore;
 }