Class OperatorContext


  • public class OperatorContext
    extends java.lang.Object
    Contains information about Operator execution.

    Not thread-safe.

    • Constructor Detail

    • Method Detail

      • getOperatorId

        public int getOperatorId()
      • getOperatorType

        public java.lang.String getOperatorType()
      • getMaxRunTime

        public io.airlift.units.Duration getMaxRunTime()
      • setMaxRunTime

        public void setMaxRunTime​(io.airlift.units.Duration maxRunTime)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object