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

Show file 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 property

public long CommitCheckpoint
return long

PrepareCheckpoint public property

public long PrepareCheckpoint
return long

Table public property

public ISearchTable Table
return ISearchTable