C# 클래스 Lucene.Net.Index.TestDocumentsWriterStallControl

상속: LuceneTestCase
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
AwaitState ( ThreadState state ) : void

Waits for all incoming threads to be in wait() methods.

Join ( Lucene.Net.Support.ThreadClass toJoin ) : void
Start ( Lucene.Net.Support.ThreadClass tostart ) : void
Terminated ( Lucene.Net.Support.ThreadClass threads ) : bool
WaitThreads ( int num, DocumentsWriterStallControl ctrl ) : Lucene.Net.Support.ThreadClass[]

비공개 메소드들

메소드 설명
AssertState ( int numReleasers, int numStallers, int numWaiters, Lucene.Net.Support.ThreadClass threads, DocumentsWriterStallControl ctrl ) : void
TestAccquireReleaseRace ( ) : void
TestRandom ( ) : void
TestSimpleStall ( ) : void

메소드 상세

AwaitState() 공개 정적인 메소드

Waits for all incoming threads to be in wait() methods.
public static AwaitState ( ThreadState state ) : void
state ThreadState
리턴 void

Join() 공개 정적인 메소드

public static Join ( Lucene.Net.Support.ThreadClass toJoin ) : void
toJoin Lucene.Net.Support.ThreadClass
리턴 void

Start() 공개 정적인 메소드

public static Start ( Lucene.Net.Support.ThreadClass tostart ) : void
tostart Lucene.Net.Support.ThreadClass
리턴 void

Terminated() 공개 정적인 메소드

public static Terminated ( Lucene.Net.Support.ThreadClass threads ) : bool
threads Lucene.Net.Support.ThreadClass
리턴 bool

WaitThreads() 공개 정적인 메소드

public static WaitThreads ( int num, DocumentsWriterStallControl ctrl ) : Lucene.Net.Support.ThreadClass[]
num int
ctrl DocumentsWriterStallControl
리턴 Lucene.Net.Support.ThreadClass[]