Exemplo n.º 1
0
 public _Runnable_564(TestLazyPersistFiles _enclosing, Path path1, int Seed, AtomicBoolean
                      testFailed, CountDownLatch latch)
 {
     this._enclosing = _enclosing;
     this.path1      = path1;
     this.Seed       = Seed;
     this.testFailed = testFailed;
     this.latch      = latch;
 }
Exemplo n.º 2
0
 public WriterRunnable(TestLazyPersistFiles _enclosing, int threadIndex, Path[] paths
                       , int seed, CountDownLatch latch, AtomicBoolean bFail)
 {
     this._enclosing = _enclosing;
     this.id         = threadIndex;
     this.paths      = paths;
     this.seed       = seed;
     this.latch      = latch;
     this.bFail      = bFail;
     System.Console.Out.WriteLine("Creating Writer: " + this.id);
 }