Class AggregationTransformationExecutionValue


  • public final class AggregationTransformationExecutionValue
    extends java.lang.Object
    Specifies the configuration used to import data into a file.
    Since:
    2.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Field getField()
      Returns the source node during transfer or export and null during import.
      java.lang.Object getValue()
      Returns the input value to transfer, export, or import data through an aggregation transformation function.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getField

        public Field getField()
        Returns the source node during transfer or export and null during import.
      • getValue

        public java.lang.Object getValue()
        Returns the input value to transfer, export, or import data through an aggregation transformation function.