[][src]Type Definition aeron_rs::concurrent::logbuffer::term_scan::GapHandler

type GapHandler = fn(_: i32, _: &AtomicBuffer, _: Index, _: Index);

GapHandler is called for each found gap Params:

  1. i32 - term ID
  2. &AtomicBuffer - term (log) buffer we are scanning
  3. Index - offset in the buffer where gap begins
  4. Index - gap length