C# 클래스 EventStore.Core.TransactionLog.Checkpoint.FileCheckpoint

상속: ICheckpoint
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
FileCheckpoint ( string filename ) : System
FileCheckpoint ( string filename, string name, bool cached = false, bool mustExist = false, long initValue ) : System
Flush ( ) : void
Read ( ) : long
ReadNonFlushed ( ) : long
Write ( long checkpoint ) : void

보호된 메소드들

메소드 설명
OnFlushed ( long obj ) : void

비공개 메소드들

메소드 설명
ReadCurrent ( ) : long

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileCheckpoint() 공개 메소드

public FileCheckpoint ( string filename ) : System
filename string
리턴 System

FileCheckpoint() 공개 메소드

public FileCheckpoint ( string filename, string name, bool cached = false, bool mustExist = false, long initValue ) : System
filename string
name string
cached bool
mustExist bool
initValue long
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

OnFlushed() 보호된 메소드

protected OnFlushed ( long obj ) : void
obj long
리턴 void

Read() 공개 메소드

public Read ( ) : long
리턴 long

ReadNonFlushed() 공개 메소드

public ReadNonFlushed ( ) : long
리턴 long

Write() 공개 메소드

public Write ( long checkpoint ) : void
checkpoint long
리턴 void