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

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

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
InMemoryCheckpoint ( ) : System
InMemoryCheckpoint ( long initialValue ) : System
InMemoryCheckpoint ( string name, long initValue ) : System
Read ( ) : long
ReadNonFlushed ( ) : long
Write ( long checkpoint ) : void

Méthodes protégées

Méthode Description
OnFlushed ( long obj ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

InMemoryCheckpoint() public méthode

public InMemoryCheckpoint ( ) : System
Résultat System

InMemoryCheckpoint() public méthode

public InMemoryCheckpoint ( long initialValue ) : System
initialValue long
Résultat System

InMemoryCheckpoint() public méthode

public InMemoryCheckpoint ( string name, long initValue ) : System
name string
initValue long
Résultat System

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