Class SplitOperatorInfo

    • Constructor Detail

      • SplitOperatorInfo

        public SplitOperatorInfo​(Object splitInfo)
    • Method Detail

      • isFinal

        public boolean isFinal()
        Specified by:
        isFinal in interface OperatorInfo
        Returns:
        true if this OperatorInfo should be collected and sent to the coordinator when the task completes (i.e. it will not be stripped away during summarization).
      • getSplitInfo

        public Object getSplitInfo()