private void InitBlock(TestIndexWriterDelete enclosingInstance) { this.enclosingInstance = enclosingInstance; }
public FailureAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance) { this.OuterInstance = outerInstance; sawMaybe = false; failed = false; }
public AnonymousClassFailure(TestIndexWriterDelete enclosingInstance) { InitBlock(enclosingInstance); }
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; }
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; }
public AnalyzerAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance) { this.OuterInstance = outerInstance; }