Пример #1
0
 public ThreadAnonymousClass(TestForceMergeForever outerInstance, Lucene.Net.Index.TestForceMergeForever.MyIndexWriter w, int numStartDocs, LineFileDocs docs, AtomicBoolean doStop)
 {
     this.outerInstance = outerInstance;
     this.w             = w;
     this.numStartDocs  = numStartDocs;
     this.docs          = docs;
     this.doStop        = doStop;
 }
Пример #2
0
 public ThreadAnonymousInnerClassHelper(TestForceMergeForever outerInstance, Lucene.Net.Index.TestForceMergeForever.MyIndexWriter w, int numStartDocs, LineFileDocs docs, AtomicBoolean doStop)
 {
     this.OuterInstance = outerInstance;
     this.w = w;
     this.NumStartDocs = numStartDocs;
     this.Docs = docs;
     this.DoStop = doStop;
 }