Esempio n. 1
0
 public IndexTreeBuilderRunnable(EventType eventType, FilterHandleSetNode topNode, List <FilterSpecCompiled> testFilterSpecs, List <EventBean> matchedEvents, List <EventBean> unmatchedEvents)
 {
     _eventType       = eventType;
     _topNode         = topNode;
     _testFilterSpecs = testFilterSpecs;
     _matchedEvents   = matchedEvents;
     _unmatchedEvents = unmatchedEvents;
 }
Esempio n. 2
0
 public IndexTreeBuilderRunnable(EventType eventType, FilterHandleSetNode topNode, IList <FilterSpecCompiled> testFilterSpecs, IList <EventBean> matchedEvents, IList <EventBean> unmatchedEvents)
 {
     _lockFactory = new FilterServiceGranularLockFactoryReentrant(
         SupportContainer.Instance.RWLockManager());
     _eventType       = eventType;
     _topNode         = topNode;
     _testFilterSpecs = testFilterSpecs;
     _matchedEvents   = matchedEvents;
     _unmatchedEvents = unmatchedEvents;
 }