C# 클래스 Lucene.Net.Util.ThrottledIndexOutput

Intentionally slow IndexOutput for testing.
상속: Lucene.Net.Store.IndexOutput
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
CopyBytes ( DataInput input, long numBytes ) : void
Dispose ( ) : void
Flush ( ) : void
MBitsToBytes ( int mbits ) : int
NewFromDelegate ( IndexOutput output ) : ThrottledIndexOutput
Seek ( long pos ) : void
ThrottledIndexOutput ( int bytesPerSecond, long delayInMillis, IndexOutput @delegate ) : System
ThrottledIndexOutput ( int bytesPerSecond, long delays, int minBytesWritten, IndexOutput @delegate ) : System
ThrottledIndexOutput ( int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput @delegate ) : System
WriteByte ( byte b ) : void
WriteBytes ( byte b, int offset, int length ) : void

보호된 메소드들

메소드 설명
GetDelay ( bool closing ) : long

비공개 메소드들

메소드 설명
Sleep ( long ms ) : void

메소드 상세

CopyBytes() 공개 메소드

public CopyBytes ( DataInput input, long numBytes ) : void
input DataInput
numBytes long
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetDelay() 보호된 메소드

protected GetDelay ( bool closing ) : long
closing bool
리턴 long

MBitsToBytes() 공개 정적인 메소드

public static MBitsToBytes ( int mbits ) : int
mbits int
리턴 int

NewFromDelegate() 공개 메소드

public NewFromDelegate ( IndexOutput output ) : ThrottledIndexOutput
output IndexOutput
리턴 ThrottledIndexOutput

Seek() 공개 메소드

public Seek ( long pos ) : void
pos long
리턴 void

ThrottledIndexOutput() 공개 메소드

public ThrottledIndexOutput ( int bytesPerSecond, long delayInMillis, IndexOutput @delegate ) : System
bytesPerSecond int
delayInMillis long
@delegate IndexOutput
리턴 System

ThrottledIndexOutput() 공개 메소드

public ThrottledIndexOutput ( int bytesPerSecond, long delays, int minBytesWritten, IndexOutput @delegate ) : System
bytesPerSecond int
delays long
minBytesWritten int
@delegate IndexOutput
리턴 System

ThrottledIndexOutput() 공개 메소드

public ThrottledIndexOutput ( int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput @delegate ) : System
bytesPerSecond int
flushDelayMillis long
closeDelayMillis long
seekDelayMillis long
minBytesWritten long
@delegate IndexOutput
리턴 System

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
리턴 void