Builder

Type Alias Builder 

Source
pub type Builder<Types, Provider> = Builder<Types, SqlStorage, Provider>;

Aliased Type§

pub struct Builder<Types, Provider> {
Show 15 fields storage: SqlStorage, provider: Provider, backoff: ExponentialBackoffBuilder<SystemClock>, rate_limit: usize, range_chunk_size: usize, proactive_interval: Duration, proactive_range_chunk_size: Option<usize>, sync_status_chunk_size: usize, active_fetch_delay: Duration, chunk_fetch_delay: Duration, proactive_fetching: bool, aggregator: bool, aggregator_chunk_size: Option<usize>, leaf_only: bool, _types: PhantomData<Types>,
}

Fields§

§storage: SqlStorage§provider: Provider§backoff: ExponentialBackoffBuilder<SystemClock>§rate_limit: usize§range_chunk_size: usize§proactive_interval: Duration§proactive_range_chunk_size: Option<usize>§sync_status_chunk_size: usize§active_fetch_delay: Duration§chunk_fetch_delay: Duration§proactive_fetching: bool§aggregator: bool§aggregator_chunk_size: Option<usize>§leaf_only: bool§_types: PhantomData<Types>