Interface StoreScanner.RecordConsumer<Reference>

    • Method Detail

      • offer

        boolean offer​(Reference reference)
        Handles the given record and tells the caller, if it can accept more records. Can also ignore the record if it is not of interest.
        Parameters:
        reference - record
        Returns:
        true, iff the consumer can consume more records