Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
migration::cassandra::impl::TokenRange Struct Reference

The token range used to split the full table scan into multiple ranges. More...

#include <FullTableScanner.hpp>

Public Member Functions

 TokenRange (std::int64_t start, std::int64_t end)
 Construct a new Token Range object.
 

Public Attributes

std::int64_t start
 
std::int64_t end
 

Detailed Description

The token range used to split the full table scan into multiple ranges.

Constructor & Destructor Documentation

◆ TokenRange()

migration::cassandra::impl::TokenRange::TokenRange ( std::int64_t start,
std::int64_t end )
inline

Construct a new Token Range object.

Parameters
startThe start token
endThe end token

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