Ejemplo n.º 1
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterCommit outerInstance, Directory dir, RandomIndexWriter w, AtomicBoolean failed, long endTime, int finalI)
 {
     this.OuterInstance = outerInstance;
     this.Dir           = dir;
     this.w             = w;
     this.Failed        = failed;
     this.EndTime       = endTime;
     this.FinalI        = finalI;
 }
Ejemplo n.º 2
0
 public AnalyzerAnonymousInnerClassHelper2(TestIndexWriterCommit outerInstance, int length)
 {
     this.OuterInstance = outerInstance;
     this.Length        = length;
 }
Ejemplo n.º 3
0
 public AnalyzerAnonymousInnerClassHelper(TestIndexWriterCommit outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Ejemplo n.º 4
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterCommit outerInstance, Directory dir, RandomIndexWriter w, AtomicBoolean failed, long endTime, int finalI)
 {
     this.OuterInstance = outerInstance;
     this.Dir = dir;
     this.w = w;
     this.Failed = failed;
     this.EndTime = endTime;
     this.FinalI = finalI;
 }
Ejemplo n.º 5
0
 public AnalyzerAnonymousInnerClassHelper2(TestIndexWriterCommit outerInstance, int length)
 {
     this.OuterInstance = outerInstance;
     this.Length = length;
 }
Ejemplo n.º 6
0
 public AnalyzerAnonymousInnerClassHelper(TestIndexWriterCommit outerInstance)
 {
     this.OuterInstance = outerInstance;
 }