类 ExtractorLineAggregator<T>

    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型方法说明
      java.lang.Stringaggregate​(T item)
      Extract fields from the given item using the FieldExtractor and then aggregate them.
      protected abstract java.lang.StringdoAggregate​(java.lang.Object[] fields)
      Aggregate provided fields into single String.
      voidsetFieldExtractor​(FieldExtractor<T> fieldExtractor)
      Public setter for the field extractor responsible for splitting an input object up into an array of objects.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • doAggregate

        protected abstract java.lang.String doAggregate​(java.lang.Object[] fields)
        Aggregate provided fields into single String.
        参数:
        fields - An array of the fields that must be aggregated
        返回:
        aggregated string