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