示例#1
0
 private PartitionModule()
 {
     this.exit            = new ManualResetEvent(false);
     this.matcherRegistry = new MatcherRegistry();
 }
示例#2
0
 public void Setup()
 {
     registry = new MatcherRegistry();
 }
示例#3
0
 public PartitionSelector(MatcherRegistry matcherRegistry, PartitionRegistry partitionRegistry)
 {
     this.matcherRegistry   = matcherRegistry;
     this.partitionRegistry = partitionRegistry;
 }