[][src]Constant aeron_rs::concurrent::logbuffer::log_buffer_descriptor::LOG_META_DATA_SECTION_INDEX

pub const LOG_META_DATA_SECTION_INDEX: Index = PARTITION_COUNT; // 3i32

Layout description for log buffers which contains partitions of terms with associated term meta data, plus ending with overall log meta data.

 +----------------------------+
 |           Term 0           |
 +----------------------------+
 |           Term 1           |
 +----------------------------+
 |           Term 2           |
 +----------------------------+
 |        Log Meta Data       |
 +----------------------------+