public ThreadAnonymousInnerClassHelper2(TestDocValuesWithThreads outerInstance, Random random, IList <BytesRef> docValues, AtomicReader sr, long END_TIME)
 {
     this.OuterInstance = outerInstance;
     this.Random        = random;
     this.DocValues     = docValues;
     this.Sr            = sr;
     this.END_TIME      = END_TIME;
 }
 public ThreadAnonymousInnerClassHelper(TestDocValuesWithThreads outerInstance, IList <long?> numbers, IList <BytesRef> binary, IList <BytesRef> sorted, int numDocs, AtomicReader ar, CountdownEvent startingGun, Random threadRandom)
 {
     this.outerInstance = outerInstance;
     this.numbers       = numbers;
     this.binary        = binary;
     this.sorted        = sorted;
     this.numDocs       = numDocs;
     this.ar            = ar;
     this.startingGun   = startingGun;
     this.threadRandom  = threadRandom;
 }
 public ThreadAnonymousInnerClassHelper2(TestDocValuesWithThreads outerInstance, Random random, IList<BytesRef> docValues, AtomicReader sr, long END_TIME)
 {
     this.OuterInstance = outerInstance;
     this.Random = random;
     this.DocValues = docValues;
     this.Sr = sr;
     this.END_TIME = END_TIME;
 }
 public ThreadAnonymousInnerClassHelper(TestDocValuesWithThreads outerInstance, IList<long?> numbers, IList<BytesRef> binary, IList<BytesRef> sorted, int numDocs, AtomicReader ar, CountDownLatch startingGun, Random threadRandom)
 {
     this.OuterInstance = outerInstance;
     this.Numbers = numbers;
     this.Binary = binary;
     this.Sorted = sorted;
     this.NumDocs = numDocs;
     this.Ar = ar;
     this.StartingGun = startingGun;
     this.ThreadRandom = threadRandom;
 }