Package

ksb.csle.component.operator

integration

Permalink

package integration

Visibility
  1. Public
  2. All

Type Members

  1. class ConcatAndReshapeOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that reshapes with row concatenation in the given dataframe.

  2. class GroupByOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that creates dataframe by aggregating records according to a given group condition.

  3. class OrderByOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that performs to order by a specific column using a given condition.

  4. class TimeIndexAddOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that adds a time index column to the input dataframe using a given condition. The time index column generated from the column with time string pattern has Unix time stamp (in seconds).

  5. class VectorAssembleColumnAddOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that adds vector assemble column into the input dataframe using a given condition. The vector assemble column is used by ML predict.

Value Members

  1. object GroupByOperator extends Serializable

    Permalink
  2. object OrderByOperator extends Serializable

    Permalink
  3. object ReshapeWithConcat

    Permalink
  4. object TimeIndexAddOperator extends Serializable

    Permalink
  5. object VectorAssembleColumnAddOperator extends Serializable

    Permalink

Ungrouped