Class IterationEventWithAggregators

    • Field Detail

      • NO_STRINGS

        protected static final String[] NO_STRINGS
      • NO_VALUES

        protected static final Value[] NO_VALUES
    • Constructor Detail

      • IterationEventWithAggregators

        protected IterationEventWithAggregators()
      • IterationEventWithAggregators

        protected IterationEventWithAggregators​(String aggregatorName,
                                                Value aggregate)
      • IterationEventWithAggregators

        protected IterationEventWithAggregators​(Map<String,​Aggregator<?>> aggregators)
    • Method Detail

      • getAggregatorNames

        public String[] getAggregatorNames()
      • write

        public void write​(DataOutputView out)
                   throws IOException
        Description copied from interface: IOReadableWritable
        Writes the object's internal data to the given data output view.
        Parameters:
        out - the output view to receive the data.
        Throws:
        IOException - thrown if any error occurs while writing to the output stream
      • read

        public void read​(DataInputView in)
                  throws IOException
        Description copied from interface: IOReadableWritable
        Reads the object's internal data from the given data input view.
        Parameters:
        in - the input view to read the data from
        Throws:
        IOException - thrown if any error occurs while reading from the input stream