Exemple #1
0
 public IndexSamplingJobAnonymousInnerClass4(IndexSamplingJobTrackerTest outerInstance, DoubleLatch latch, AtomicBoolean lastJobExecuted)
 {
     this.outerInstance    = outerInstance;
     this._latch           = latch;
     this._lastJobExecuted = lastJobExecuted;
 }
Exemple #2
0
 public IndexSamplingJobAnonymousInnerClass(IndexSamplingJobTrackerTest outerInstance, DoubleLatch latch, AtomicInteger count)
 {
     this.outerInstance = outerInstance;
     this._latch        = latch;
     this._count        = count;
 }
Exemple #3
0
 public IndexSamplingJobAnonymousInnerClass3(IndexSamplingJobTrackerTest outerInstance, DoubleLatch latch)
 {
     this.outerInstance = outerInstance;
     this._latch        = latch;
 }