Class

com.alpine.plugin

OperatorDesignContextImpl

Related Doc: package plugin

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

    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: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val chorusAPICaller: ChorusAPICaller

    Permalink
  6. def clone(): AnyRef

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

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

    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
  14. lazy val inputSchemas: Map[String, TabularSchema]

    Permalink

    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
  15. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val operatorDataSourceManager: OperatorDataSourceManager

    Permalink

    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
  20. val parameters: OperatorParameters

    Permalink

    The current parameter values of the operator.

    The current parameter values of the operator.

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OperatorDesignContext

Inherited from AnyRef

Inherited from Any

Ungrouped