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

Inheritance: ICheckpoint
Exibir arquivo Open project: EventStore/EventStore Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnFlushed ( long obj ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

InMemoryCheckpoint() public method

public InMemoryCheckpoint ( ) : System
return System

InMemoryCheckpoint() public method

public InMemoryCheckpoint ( long initialValue ) : System
initialValue long
return System

InMemoryCheckpoint() public method

public InMemoryCheckpoint ( string name, long initValue ) : System
name string
initValue long
return System

OnFlushed() protected method

protected OnFlushed ( long obj ) : void
obj long
return void

Read() public method

public Read ( ) : long
return long

ReadNonFlushed() public method

public ReadNonFlushed ( ) : long
return long

Write() public method

public Write ( long checkpoint ) : void
checkpoint long
return void