Package

com.salesforce.op.stages.impl

feature

Permalink

package feature

Visibility
  1. Public
  2. All

Type Members

  1. case class EmptyScalerArgs() extends ScalingArgs with Product with Serializable

    Permalink

    Case class for Scaling families that take no parameters

  2. sealed trait HashAlgorithm extends EnumEntry with Serializable

    Permalink

    Hashing Algorithms

  3. sealed trait HashSpaceStrategy extends EnumEntry with Serializable

    Permalink

    Hash space strategy

  4. case class LinearScalerArgs(slope: Double, intercept: Double) extends ScalingArgs with Product with Serializable

    Permalink

    Parameters need to uniquely define a linear scaling function

    Parameters need to uniquely define a linear scaling function

    slope

    the slope of the linear scaler

    intercept

    the x axis intercept of the linear scaler

  5. trait ScalingArgs extends JsonLike

    Permalink

    A trait to be extended by a case class containing the args needed to define a family of scaling & descaling functions

  6. sealed trait ScalingType extends EnumEntry with Serializable

    Permalink
  7. sealed abstract class TimePeriod extends EnumEntry with Serializable

    Permalink
  8. case class TimePeriodVal(value: Int, min: Int, max: Int) extends Product with Serializable

    Permalink

Value Members

  1. object HashAlgorithm extends Enum[HashAlgorithm] with Serializable

    Permalink
  2. object HashSpaceStrategy extends Enum[HashSpaceStrategy] with Serializable

    Permalink
  3. object ScalingType extends Enum[ScalingType] with Serializable

    Permalink
  4. object TimePeriod extends Enum[TimePeriod] with Serializable

    Permalink

Ungrouped