C# 클래스 Lucene.Net.Store.MockRAMDirectory

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

공개 메소드들

메소드 설명
ClearCrash ( ) : void
Crash ( ) : void
CreateOutput ( String name ) : Lucene.Net.Store.IndexOutput
DeleteFile ( String name ) : void
FailOn ( Failure fail ) : void
GetMaxSizeInBytes ( ) : long
GetMaxUsedSizeInBytes ( ) : long
GetNoDeleteOpenFile ( ) : bool
GetOpenDeletedFiles ( ) : ISet
GetRandomIOExceptionRate ( ) : double
GetRecomputedActualSizeInBytes ( ) : long
GetRecomputedSizeInBytes ( ) : long
MockRAMDirectory ( ) : System
MockRAMDirectory ( Lucene.Net.Store.Directory dir ) : System
OpenInput ( String name ) : IndexInput
ResetMaxUsedSizeInBytes ( ) : void
SetMaxSizeInBytes ( long maxSize ) : void
SetNoDeleteOpenFile ( bool value ) : void
SetPreventDoubleWrite ( bool value ) : void
SetRandomIOExceptionRate ( double rate, long seed ) : void
Sync ( String name ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DeleteFile ( String name, bool forced ) : void
Init ( ) : void
MaybeThrowDeterministicException ( ) : void
MaybeThrowIOException ( ) : void

메소드 상세

ClearCrash() 공개 메소드

public ClearCrash ( ) : void
리턴 void

Crash() 공개 메소드

public Crash ( ) : void
리턴 void

CreateOutput() 공개 메소드

public CreateOutput ( String name ) : Lucene.Net.Store.IndexOutput
name String
리턴 Lucene.Net.Store.IndexOutput

DeleteFile() 공개 메소드

public DeleteFile ( String name ) : void
name String
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FailOn() 공개 메소드

public FailOn ( Failure fail ) : void
fail Failure
리턴 void

GetMaxSizeInBytes() 공개 메소드

public GetMaxSizeInBytes ( ) : long
리턴 long

GetMaxUsedSizeInBytes() 공개 메소드

public GetMaxUsedSizeInBytes ( ) : long
리턴 long

GetNoDeleteOpenFile() 공개 메소드

public GetNoDeleteOpenFile ( ) : bool
리턴 bool

GetOpenDeletedFiles() 공개 메소드

public GetOpenDeletedFiles ( ) : ISet
리턴 ISet

GetRandomIOExceptionRate() 공개 메소드

public GetRandomIOExceptionRate ( ) : double
리턴 double

GetRecomputedActualSizeInBytes() 공개 메소드

public GetRecomputedActualSizeInBytes ( ) : long
리턴 long

GetRecomputedSizeInBytes() 공개 메소드

public GetRecomputedSizeInBytes ( ) : long
리턴 long

MockRAMDirectory() 공개 메소드

public MockRAMDirectory ( ) : System
리턴 System

MockRAMDirectory() 공개 메소드

public MockRAMDirectory ( Lucene.Net.Store.Directory dir ) : System
dir Lucene.Net.Store.Directory
리턴 System

OpenInput() 공개 메소드

public OpenInput ( String name ) : IndexInput
name String
리턴 IndexInput

ResetMaxUsedSizeInBytes() 공개 메소드

public ResetMaxUsedSizeInBytes ( ) : void
리턴 void

SetMaxSizeInBytes() 공개 메소드

public SetMaxSizeInBytes ( long maxSize ) : void
maxSize long
리턴 void

SetNoDeleteOpenFile() 공개 메소드

public SetNoDeleteOpenFile ( bool value ) : void
value bool
리턴 void

SetPreventDoubleWrite() 공개 메소드

public SetPreventDoubleWrite ( bool value ) : void
value bool
리턴 void

SetRandomIOExceptionRate() 공개 메소드

public SetRandomIOExceptionRate ( double rate, long seed ) : void
rate double
seed long
리턴 void

Sync() 공개 메소드

public Sync ( String name ) : void
name String
리턴 void