Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReaderTable ¶
Types ¶
type ReaderTable ¶
type ReaderTable struct {
OldestTxn int
// contains filtered or unexported fields
}
func OpenReaderTable ¶
func OpenReaderTable(path string) (table *ReaderTable, e error)
func (*ReaderTable) AcquireSlot ¶
func (table *ReaderTable) AcquireSlot(txnID int) (e error)
func (*ReaderTable) Close ¶
func (table *ReaderTable) Close() (e error)
Click to show internal directories.
Click to hide internal directories.