public ThreadAnonymousInnerClassHelper2(TestControlledRealTimeReopenThread outerInstance, long lastGen, ControlledRealTimeReopenThread <IndexSearcher> thread, AtomicBoolean finished)
 {
     this.OuterInstance = outerInstance;
     this.LastGen       = lastGen;
     this.thread        = thread;
     this.Finished      = finished;
 }
 public RunnableAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, SnapshotDeletionPolicy sdp, Directory dir, IndexWriter iw)
 {
     this.OuterInstance = outerInstance;
     this.Sdp           = sdp;
     this.Dir           = dir;
     this.Iw            = iw;
 }
示例#3
0
 public RunnableAnonymousClass(TestControlledRealTimeReopenThread outerInstance, SnapshotDeletionPolicy sdp, Directory dir, IndexWriter iw)
 {
     this.outerInstance = outerInstance;
     this.sdp           = sdp;
     this.dir           = dir;
     this.iw            = iw;
 }
 public ThreadAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, CountDownLatch latch, CountDownLatch signal, TrackingIndexWriter writer, SearcherManager manager)
 {
     this.OuterInstance = outerInstance;
     this.Latch         = latch;
     this.Signal        = signal;
     this.Writer        = writer;
     this.Manager       = manager;
 }
示例#5
0
 public ThreadAnonymousClass(TestControlledRealTimeReopenThread outerInstance, CountdownEvent latch, CountdownEvent signal, TrackingIndexWriter writer, SearcherManager manager)
 {
     this.outerInstance = outerInstance;
     this.latch         = latch;
     this.signal        = signal;
     this.writer        = writer;
     this.manager       = manager;
 }
 public RefreshListenerAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, AtomicBoolean afterRefreshCalled)
 {
     this.OuterInstance      = outerInstance;
     this.AfterRefreshCalled = afterRefreshCalled;
 }
 public SearcherFactoryAnonymousInnerClassHelper2(TestControlledRealTimeReopenThread outerInstance, IndexReader other)
 {
     this.OuterInstance = outerInstance;
     this.Other         = other;
 }
 public SearcherFactoryAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, TaskScheduler es)
 {
     this.OuterInstance = outerInstance;
     this.Es            = es;
 }
 public ThreadAnonymousInnerClassHelper2(TestControlledRealTimeReopenThread outerInstance, long lastGen, ControlledRealTimeReopenThread<IndexSearcher> thread, AtomicBoolean finished)
 {
     this.OuterInstance = outerInstance;
     this.LastGen = lastGen;
     this.thread = thread;
     this.Finished = finished;
 }
示例#10
0
 public SearcherFactoryAnonymousClass(TestControlledRealTimeReopenThread outerInstance, TaskScheduler es)
 {
     this.outerInstance = outerInstance;
     this.es            = es;
 }
 public ThreadAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, CountDownLatch latch, CountDownLatch signal, TrackingIndexWriter writer, SearcherManager manager)
 {
     this.OuterInstance = outerInstance;
     this.Latch = latch;
     this.Signal = signal;
     this.Writer = writer;
     this.Manager = manager;
 }
 public SearcherFactoryAnonymousInnerClassHelper2(TestControlledRealTimeReopenThread outerInstance, IndexReader other)
 {
     this.OuterInstance = outerInstance;
     this.Other = other;
 }
 public SearcherFactoryAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, TaskScheduler es)
 {
     this.OuterInstance = outerInstance;
     this.Es = es;
 }
 public RunnableAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, SnapshotDeletionPolicy sdp, Directory dir, IndexWriter iw)
 {
     this.OuterInstance = outerInstance;
     this.Sdp = sdp;
     this.Dir = dir;
     this.Iw = iw;
 }
 public RefreshListenerAnonymousInnerClassHelper(TestControlledRealTimeReopenThread outerInstance, AtomicBoolean afterRefreshCalled)
 {
     this.OuterInstance = outerInstance;
     this.AfterRefreshCalled = afterRefreshCalled;
 }