class

Storage::Manager

Inherits Reference / Object

Constructors

new(path : String)
Source

Instance methods

close
Source
database_by_id
Source
database_by_id=(database_by_id : Hash(UUID, Storage::Manager::Database))
Source
databases
Source
databases=(databases : Hash(String, Storage::Manager::Database))
Source
get_table(db_name, table_name) : AbstractTable | Nil
Source
job_manager
Source
kv=(kv : KeyValueStore)
Source
lock
Source
lock=(lock : Sync::Mutex)
Source
start_time
Source
system_info
Source
table_by_id
Source
table_by_id=(table_by_id : Hash(UUID, Storage::Manager::Table))
Source

Nested types