Ejemplo n.º 1
0
			private void  InitBlock(TestIndexWriterDelete enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Ejemplo n.º 2
0
 public FailureAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance)
 {
     this.OuterInstance = outerInstance;
     sawMaybe = false;
     failed = false;
 }
Ejemplo n.º 3
0
			public AnonymousClassFailure(TestIndexWriterDelete enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
Ejemplo n.º 4
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance, RandomIndexWriter modifier, CountDownLatch latch, CountDownLatch doneLatch, int offset)
 {
     this.OuterInstance = outerInstance;
     this.Modifier = modifier;
     this.Latch = latch;
     this.DoneLatch = doneLatch;
     this.Offset = offset;
 }
Ejemplo n.º 5
0
 public IndexWriterAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance, Directory dir, IndexWriterConfig setReaderPooling, AtomicInteger docsInSegment, AtomicBoolean closing, AtomicBoolean sawAfterFlush)
     : base(dir, setReaderPooling)
 {
     this.OuterInstance = outerInstance;
     this.DocsInSegment = docsInSegment;
     this.Closing = closing;
     this.SawAfterFlush = sawAfterFlush;
 }
Ejemplo n.º 6
0
 public AnalyzerAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Ejemplo n.º 7
0
 private void  InitBlock(TestIndexWriterDelete enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 8
0
 public AnonymousClassFailure(TestIndexWriterDelete enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }