class Session

Defined at line 25 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 27 of file ../../src/storage/lib/block_server/block_server.h

Session & operator= (Session && other)

Defined at line 40 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 50 of file ../../src/storage/lib/block_server/block_server.cc

void Run ()

Runs the session (blocking).

Defined at line 56 of file ../../src/storage/lib/block_server/block_server.cc

Friends

class BlockServer