Inheritance: LuceneTestCase
Ejemplo n.º 1
0
 public IndexerThread(TestTransactions enclosingInstance, System.Object lock_Renamed, Directory dir1, Directory dir2, TimedThread[] threads) : base(threads)
 {
     InitBlock(enclosingInstance);
     this.lock_Renamed = lock_Renamed;
     this.dir1         = dir1;
     this.dir2         = dir2;
 }
Ejemplo n.º 2
0
 public IndexerThread(TestTransactions outerInstance, object @lock, Directory dir1, Directory dir2, TimedThread[] threads)
     : base(threads)
 {
     this.OuterInstance = outerInstance;
     this.@lock         = @lock;
     this.Dir1          = dir1;
     this.Dir2          = dir2;
 }
Ejemplo n.º 3
0
 public IndexerThread(TestTransactions outerInstance, object @lock,
                      Directory dir1, Directory dir2,
                      Func <IConcurrentMergeScheduler> newScheduler1, Func <IConcurrentMergeScheduler> newScheduler2,
                      TimedThread[] threads)
     : base(threads)
 {
     this.newScheduler1 = newScheduler1;
     this.newScheduler2 = newScheduler2;
     this.outerInstance = outerInstance;
     this.@lock         = @lock;
     this.dir1          = dir1;
     this.dir2          = dir2;
 }
Ejemplo n.º 4
0
 public IndexerThread(TestTransactions outerInstance, object @lock,
                      Directory dir1, Directory dir2,
                      IConcurrentMergeScheduler scheduler1, IConcurrentMergeScheduler scheduler2,
                      TimedThread[] threads)
     : base(threads)
 {
     _scheduler1        = scheduler1;
     _scheduler2        = scheduler2;
     this.OuterInstance = outerInstance;
     this.@lock         = @lock;
     this.Dir1          = dir1;
     this.Dir2          = dir2;
 }
Ejemplo n.º 5
0
			private void  InitBlock(TestTransactions enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Ejemplo n.º 6
0
			public RandomFailure(TestTransactions enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
Ejemplo n.º 7
0
			public IndexerThread(TestTransactions enclosingInstance, System.Object lock_Renamed, Directory dir1, Directory dir2, TimedThread[] threads):base(threads)
			{
				InitBlock(enclosingInstance);
				this.lock_Renamed = lock_Renamed;
				this.dir1 = dir1;
				this.dir2 = dir2;
			}
Ejemplo n.º 8
0
 private void  InitBlock(TestTransactions enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 9
0
 public RandomFailure(TestTransactions enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
Ejemplo n.º 10
0
 public RandomFailure(TestTransactions outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Ejemplo n.º 11
0
 public IndexerThread(TestTransactions outerInstance, object @lock, Directory dir1, Directory dir2, TimedThread[] threads)
     : base(threads)
 {
     this.OuterInstance = outerInstance;
     this.@lock = @lock;
     this.Dir1 = dir1;
     this.Dir2 = dir2;
 }
Ejemplo n.º 12
0
 public RandomFailure(TestTransactions outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Ejemplo n.º 13
0
 public IndexerThread(TestTransactions outerInstance, object @lock, 
     Directory dir1, Directory dir2,
     IConcurrentMergeScheduler scheduler1, IConcurrentMergeScheduler scheduler2,
     TimedThread[] threads)
     : base(threads)
 {
     _scheduler1 = scheduler1;
     _scheduler2 = scheduler2;
     this.OuterInstance = outerInstance;
     this.@lock = @lock;
     this.Dir1 = dir1;
     this.Dir2 = dir2;
 }