상속: LuceneTestCase
예제 #1
0
 public ThreadAnonymousClass(TestDocValuesIndexing outerInstance, IndexWriter w, CountdownEvent startingGun, AtomicBoolean hitExc, Document doc)
 {
     this.outerInstance = outerInstance;
     this.w             = w;
     this.startingGun   = startingGun;
     this.hitExc        = hitExc;
     this.doc           = doc;
 }
예제 #2
0
 public ThreadAnonymousInnerClassHelper(TestDocValuesIndexing outerInstance, IndexWriter w, CountDownLatch startingGun, AtomicBoolean hitExc, Document doc)
 {
     this.OuterInstance = outerInstance;
     this.w             = w;
     this.StartingGun   = startingGun;
     this.HitExc        = hitExc;
     this.Doc           = doc;
 }
 public ThreadAnonymousInnerClassHelper(TestDocValuesIndexing outerInstance, IndexWriter w, CountDownLatch startingGun, AtomicBoolean hitExc, Document doc)
 {
     this.OuterInstance = outerInstance;
     this.w = w;
     this.StartingGun = startingGun;
     this.HitExc = hitExc;
     this.Doc = doc;
 }