LeafRangeFetcher

Type Alias LeafRangeFetcher 

Source
pub(super) type LeafRangeFetcher<Types, S, P> = Fetcher<LeafRangeRequest<Types>, LeafCallback<Types, S, P>>;

Aliased Type§

pub(super) struct LeafRangeFetcher<Types, S, P> {
    in_progress: Arc<Mutex<HashMap<LeafRangeRequest<Types>, BTreeSet<LeafCallback<Types, S, P>>>>>,
    backoff: ExponentialBackoff<SystemClock>,
    permit: Arc<Semaphore>,
}

Fields§

§in_progress: Arc<Mutex<HashMap<LeafRangeRequest<Types>, BTreeSet<LeafCallback<Types, S, P>>>>>§backoff: ExponentialBackoff<SystemClock>§permit: Arc<Semaphore>