| 277 | constexpr DepGraphIndex GetMinIntendedTxCount() const noexcept final { return MIN_INTENDED_TX_COUNT; } |
| 278 | constexpr DepGraphIndex GetMaxTxCount() const noexcept final { return MAX_TX_COUNT; } |
| 279 | DepGraphIndex GetDepGraphIndexRange() const noexcept final { return m_depgraph.PositionRange(); } |
| 280 | LinearizationIndex GetTxCount() const noexcept final { return m_linearization.size(); } |
| 281 | uint64_t GetTotalTxSize() const noexcept final; |
| 282 | GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { return m_mapping[index]; } |