class BlockGroupRegistry

Defined at line 26 of file ../../src/storage/lib/block_client/cpp/block_group_registry.h

Assigns a group ID which is unique to each calling thread.

This class is thread-safe, although it should not be accessed by

more than MAX_TXN_GROUP_COUNT threads simultaneously.

Public Methods

groupid_t GroupID ()

Acquire an ID for the group of the calling thread.

Defined at line 14 of file ../../src/storage/lib/block_client/cpp/block_group_registry.cc