class Session
Defined at line 28 of file ../../src/storage/lib/block_server/block_server.h
Represents a session. New sessions appear via `OnNewSession`.
Public Methods
void Session (Session && other)
Defined at line 30 of file ../../src/storage/lib/block_server/block_server.h
Session & operator= (Session && other)
Defined at line 42 of file ../../src/storage/lib/block_server/block_server.cc
void ~Session ()
NOTE: The `BlockServer` destructor will be unblocked before this returns, so take
care with any code that runs *after* this returns.
Defined at line 52 of file ../../src/storage/lib/block_server/block_server.cc
void Run ()
Runs the session (blocking).
Defined at line 58 of file ../../src/storage/lib/block_server/block_server.cc
Friends
class BlockServer