abstract class CryStorage::PageManagement::IManager

Included Modules

Direct Known Subclasses

Defined in:

page_manager.cr:13
page_manager.cr:177

Instance Method Summary

Instance methods inherited from module Enumerable(IO::Memory)

tabulate(io) tabulate

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Instance Method Detail

abstract def new_page : Tuple(Index, IO::Memory) #

[View source]
def new_table_page(schema, cls = Page(Slot)) #

[View source]
def table_page(id, schema, cls = Page(Slot)) #

[View source]