Interface OperatorInfo

All Known Implementing Classes:
DirectExchangeClientStatus, JoinOperatorInfo, LocalExchangeBufferInfo, PartitionedOutputOperator.PartitionedOutputInfo, SplitOperatorInfo, TableFinishInfo, TableWriterOperator.TableWriterInfo, WindowInfo

public interface OperatorInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
  • Method Details

    • isFinal

      default boolean isFinal()
      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).