Clio
develop
The XRP Ledger API server.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
migration::cassandra::impl::CanReadByTokenRange Concept Reference
The concept for an adapter.
More...
#include <
FullTableScanner.hpp
>
Concept definition
template
<
typename
T>
concept
migration::cassandra::impl::CanReadByTokenRange
=
requires
(T obj,
TokenRange
const
& range, boost::asio::yield_context yield) {
{ obj.readByTokenRange(range, yield) } -> std::same_as<void>;
}
migration::cassandra::impl::CanReadByTokenRange
The concept for an adapter.
Definition
FullTableScanner.hpp:61
migration::cassandra::impl::TokenRange
The token range used to split the full table scan into multiple ranges.
Definition
FullTableScanner.hpp:42
Detailed Description
The concept for an adapter.
migration
cassandra
impl
CanReadByTokenRange
Generated by
1.14.0