예제 #1
0
 public ThreadAnonymousInnerClassHelper(TestMixedDocValuesUpdates outerInstance, string str, IndexWriter writer, int numDocs, CountDownLatch done, AtomicInteger numUpdates, string f, string cf)
     : base(str)
 {
     this.OuterInstance = outerInstance;
     this.Writer        = writer;
     this.NumDocs       = numDocs;
     this.Done          = done;
     this.NumUpdates    = numUpdates;
     this.f             = f;
     this.Cf            = cf;
 }
예제 #2
0
 public ThreadAnonymousClass(TestMixedDocValuesUpdates outerInstance, string str, IndexWriter writer, int numDocs, CountdownEvent done, AtomicInt32 numUpdates, string f, string cf)
     : base(str)
 {
     this.outerInstance = outerInstance;
     this.writer        = writer;
     this.numDocs       = numDocs;
     this.done          = done;
     this.numUpdates    = numUpdates;
     this.f             = f;
     this.cf            = cf;
 }
 public ThreadAnonymousInnerClassHelper(TestMixedDocValuesUpdates outerInstance, string str, IndexWriter writer, int numDocs, CountdownEvent done, AtomicInteger numUpdates, string f, string cf)
     : base(str)
 {
     this.OuterInstance = outerInstance;
     this.Writer = writer;
     this.NumDocs = numDocs;
     this.Done = done;
     this.NumUpdates = numUpdates;
     this.f = f;
     this.Cf = cf;
 }