C# Class Lucene.Net.Index.TestStressNRT.ThreadAnonymousInnerClassHelper

Inheritance: Lucene.Net.Support.ThreadClass
Show file Open project: apache/lucenenet

Public Methods

Method Description
Run ( ) : void
ThreadAnonymousInnerClassHelper ( TestStressNRT outerInstance, string str, int commitPercent, int softCommitPercent, int deletePercent, int deleteByQueryPercent, int ndocs, int maxConcurrentCommits, bool tombstones, AtomicLong operations, FieldType storedOnlyType, AtomicInteger numCommitting, RandomIndexWriter writer ) : System

Method Details

Run() public method

public Run ( ) : void
return void

ThreadAnonymousInnerClassHelper() public method

public ThreadAnonymousInnerClassHelper ( TestStressNRT outerInstance, string str, int commitPercent, int softCommitPercent, int deletePercent, int deleteByQueryPercent, int ndocs, int maxConcurrentCommits, bool tombstones, AtomicLong operations, FieldType storedOnlyType, AtomicInteger numCommitting, RandomIndexWriter writer ) : System
outerInstance TestStressNRT
str string
commitPercent int
softCommitPercent int
deletePercent int
deleteByQueryPercent int
ndocs int
maxConcurrentCommits int
tombstones bool
operations Lucene.Net.Support.AtomicLong
storedOnlyType Lucene.Net.Documents.FieldType
numCommitting Lucene.Net.Support.AtomicInteger
writer RandomIndexWriter
return System