Esempio n. 1
0
 private void  InitBlock(TestStressIndexing enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 2
0
 public IndexerThread(TestStressIndexing enclosingInstance, IndexWriter writer, TimedThread[] threads) : base(threads)
 {
     InitBlock(enclosingInstance);
     this.writer = writer;
 }
Esempio n. 3
0
 public IndexerThread(TestStressIndexing outerInstance, IndexWriter writer, TimedThread[] threads)
     : base(threads)
 {
     this.OuterInstance = outerInstance;
     this.Writer = writer;
 }
			private void  InitBlock(TestStressIndexing enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
			public IndexerThread(TestStressIndexing enclosingInstance, IndexWriter writer, TimedThread[] threads):base(threads)
			{
				InitBlock(enclosingInstance);
				this.writer = writer;
			}
Esempio n. 6
0
 public IndexerThread(TestStressIndexing outerInstance, IndexWriter writer, TimedThread[] threads)
     : base(threads)
 {
     this.OuterInstance = outerInstance;
     this.Writer        = writer;
 }