Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::nodejs::lmdb_store::StatsResponse Struct Reference

#include <lmdb_store_message.hpp>

Public Member Functions

 MSGPACK_FIELDS (stats, dbMapSizeBytes, dbPhysicalFileSizeBytes)
 

Public Attributes

std::vector< lmdblib::DBStatsstats
 
uint64_t dbMapSizeBytes
 
uint64_t dbPhysicalFileSizeBytes
 

Detailed Description

Definition at line 129 of file lmdb_store_message.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::nodejs::lmdb_store::StatsResponse::MSGPACK_FIELDS ( stats  ,
dbMapSizeBytes  ,
dbPhysicalFileSizeBytes   
)

Member Data Documentation

◆ dbMapSizeBytes

uint64_t bb::nodejs::lmdb_store::StatsResponse::dbMapSizeBytes

Definition at line 131 of file lmdb_store_message.hpp.

◆ dbPhysicalFileSizeBytes

uint64_t bb::nodejs::lmdb_store::StatsResponse::dbPhysicalFileSizeBytes

Definition at line 132 of file lmdb_store_message.hpp.

◆ stats

std::vector<lmdblib::DBStats> bb::nodejs::lmdb_store::StatsResponse::stats

Definition at line 130 of file lmdb_store_message.hpp.


The documentation for this struct was generated from the following file: