C# Class EventStore.Core.TransactionLog.Checkpoint.FileCheckpoint

Inheritance: ICheckpoint
Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnFlushed ( long obj ) : void

Private Methods

Méthode Description
ReadCurrent ( ) : long

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileCheckpoint() public méthode

public FileCheckpoint ( string filename ) : System
filename string
Résultat System

FileCheckpoint() public méthode

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
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

OnFlushed() protected méthode

protected OnFlushed ( long obj ) : void
obj long
Résultat void

Read() public méthode

public Read ( ) : long
Résultat long

ReadNonFlushed() public méthode

public ReadNonFlushed ( ) : long
Résultat long

Write() public méthode

public Write ( long checkpoint ) : void
checkpoint long
Résultat void