C# 클래스 Brod.Storage.Topic

상속: IDisposable
파일 보기 프로젝트 열기: paralect/brod 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( System.Boolean flushOnDisk ) : void
GetLog ( Int32 partitionId ) : Log
Topic ( String storeDirectory, String topicName, Int32 numberOfPartitions ) : System

비공개 메소드들

메소드 설명
Init ( ) : void
InitializeTopicDirectory ( ) : void

Creates partition directory and empty files for log files.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( System.Boolean flushOnDisk ) : void
flushOnDisk System.Boolean
리턴 void

GetLog() 공개 메소드

public GetLog ( Int32 partitionId ) : Log
partitionId System.Int32
리턴 Log

Topic() 공개 메소드

public Topic ( String storeDirectory, String topicName, Int32 numberOfPartitions ) : System
storeDirectory String
topicName String
numberOfPartitions System.Int32
리턴 System