C# Class EventStore.Core.Index.TableIndex.TableItem

Exibir arquivo Open project: EventStore/EventStore

Public Properties

Property Type Description
CommitCheckpoint long
PrepareCheckpoint long
Table ISearchTable

Public Methods

Method Description
TableItem ( ISearchTable table, long prepareCheckpoint, long commitCheckpoint ) : System

Method Details

TableItem() public method

public TableItem ( ISearchTable table, long prepareCheckpoint, long commitCheckpoint ) : System
table ISearchTable
prepareCheckpoint long
commitCheckpoint long
return System

Property Details

CommitCheckpoint public_oe property

public long CommitCheckpoint
return long

PrepareCheckpoint public_oe property

public long PrepareCheckpoint
return long

Table public_oe property

public ISearchTable Table
return ISearchTable