Interface ISegmentGapVerifier<K>

Type Parameters:
K - segment bound type

public interface ISegmentGapVerifier<K>
A verifier for segment bounds to determine what to do when an operation is undertaken. The operation is specified by the implementor and client.
  • Method Details

    • verify

      Verify a candidate gap range.
      Parameters:
      begin - inclusive gap start
      end - exclusive gap end
      Returns:
      verification code indicating whether to include the gap and continue scanning