C# 클래스 Brod.Storage.Log

상속: IDisposable
파일 보기 프로젝트 열기: paralect/brod

공개 메소드들

메소드 설명
Append ( byte payload ) : void
Dispose ( ) : void
Flush ( bool flushOnDisk ) : void
Log ( String topicDirectory, Int32 partition ) : System
ReadMessagesBlock ( Int32 offset, Int32 blockLength ) : MessagesBlock

Read bytes, starting from byte from specified and

비공개 메소드들

메소드 설명
GetLogDirectoryPath ( String topicDirectory ) : String
GetSegment ( System.Int64 segmentOffset ) : Segment
Init ( ) : void

메소드 상세

Append() 공개 메소드

public Append ( byte payload ) : void
payload byte
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( bool flushOnDisk ) : void
flushOnDisk bool
리턴 void

Log() 공개 메소드

public Log ( String topicDirectory, Int32 partition ) : System
topicDirectory String
partition System.Int32
리턴 System

ReadMessagesBlock() 공개 메소드

Read bytes, starting from byte from specified and
public ReadMessagesBlock ( Int32 offset, Int32 blockLength ) : MessagesBlock
offset System.Int32
blockLength System.Int32
리턴 Brod.Messages.MessagesBlock