C# 클래스 Lucene.Net.Facet.SlowRAMDirectory

Test utility - slow directory
상속: Lucene.Net.Store.RAMDirectory
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
CreateOutput ( string name, IOContext context ) : IndexOutput
OpenInput ( string name, IOContext context ) : IndexInput
SlowRAMDirectory ( int sleepMillis, Random random ) : System

비공개 메소드들

메소드 설명
doSleep ( Random random, int length ) : void
forkRandom ( ) : Random

Make a private random.

메소드 상세

CreateOutput() 공개 메소드

public CreateOutput ( string name, IOContext context ) : IndexOutput
name string
context IOContext
리턴 IndexOutput

OpenInput() 공개 메소드

public OpenInput ( string name, IOContext context ) : IndexInput
name string
context IOContext
리턴 IndexInput

SlowRAMDirectory() 공개 메소드

public SlowRAMDirectory ( int sleepMillis, Random random ) : System
sleepMillis int
random System.Random
리턴 System