package snipe.server.block

Block

Data block. You can get or create it through the BlockManager API. Data blocks are described in detail in Data Blocks article.

BlockInfo

Block info base class.

BlockManager

Data blocks manager. None of the methods in this class are thread-safe, call only from main server thread. Methods that end with "Async", like getAsync() is for asynchronous worker threads. Data blocks are described in detail in Data Blocks article.

BlockWriter

Data blocks writer. Runs in a separate thread and with a separate database connection. You don't need to call any of its methods directly.

UserInfo

User data block info declaration.

UserLogicInfo

User logic state block info declaration.