com.alpine.plugin

OperatorDesignContextImpl

class OperatorDesignContextImpl extends OperatorDesignContext

Contains information that the operator may need in OperatorGUINode#getOperatorStatus. We use a single class for all the arguments to make it easier to add things without breaking compatibility with old operators.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OperatorDesignContextImpl
  2. OperatorDesignContext
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OperatorDesignContextImpl(inputMetadata: Map[OperatorInfo, IOMetadata], parameters: OperatorParameters, operatorDataSourceManager: OperatorDataSourceManager, chorusAPICaller: ChorusAPICaller, config: CustomOperatorConfig)

    inputMetadata

    The metadata for the operators that are connected to this one. This is metadata about the IOBase object that will be received from each parent operator at runtim.

    parameters

    The current parameter values of the operator.

    operatorDataSourceManager

    This contains that available data-sources (filtered for hadoop or database depending on the operator runtime class) that could be used by the operator at runtime.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val chorusAPICaller: ChorusAPICaller

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: CustomOperatorConfig

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. val inputMetadata: Map[OperatorInfo, IOMetadata]

    The metadata for the operators that are connected to this one.

    The metadata for the operators that are connected to this one. This is metadata about the IOBase object that will be received from each parent operator at runtim.

    Definition Classes
    OperatorDesignContextImplOperatorDesignContext
  16. lazy val inputSchemas: Map[String, TabularSchema]

    Equivalent to the input schemas argument that used to be passed directly to the onInputOrParameterChange of OperatorGUINode by the Alpine Engine.

    Equivalent to the input schemas argument that used to be passed directly to the onInputOrParameterChange of OperatorGUINode by the Alpine Engine.

    Definition Classes
    OperatorDesignContextImplOperatorDesignContext
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. val operatorDataSourceManager: OperatorDataSourceManager

    This contains that available data-sources (filtered for hadoop or database depending on the operator runtime class) that could be used by the operator at runtime.

    This contains that available data-sources (filtered for hadoop or database depending on the operator runtime class) that could be used by the operator at runtime.

    Definition Classes
    OperatorDesignContextImplOperatorDesignContext
  22. val parameters: OperatorParameters

    The current parameter values of the operator.

    The current parameter values of the operator.

    Definition Classes
    OperatorDesignContextImplOperatorDesignContext
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OperatorDesignContext

Inherited from AnyRef

Inherited from Any

Ungrouped