Class EmptyStringRecordFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Record<java.lang.String> processRecord​(Record<java.lang.String> record)
      Filter a record.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyStringRecordFilter

        public EmptyStringRecordFilter()
    • Method Detail

      • processRecord

        public Record<java.lang.String> processRecord​(Record<java.lang.String> record)
        Description copied from interface: RecordFilter
        Filter a record.
        Specified by:
        processRecord in interface RecordFilter<java.lang.String>
        Specified by:
        processRecord in interface RecordProcessor<java.lang.String,​java.lang.String>
        Parameters:
        record - the record to filter.
        Returns:
        the input record if it should continue in the pipeline or null if the record should be filtered