Package

org.ada.server.models

datatrans

Permalink

package datatrans

Visibility
  1. Public
  2. All

Type Members

  1. case class ChangeFieldEnumsTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, fieldNameOldNewEnums: Seq[(String, String, String)], scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetMetaTransformation with Product with Serializable

    Permalink
  2. case class ChangeFieldTypesDataSetTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, newFields: Seq[Field], streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  3. case class CopyDataSetTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  4. trait CoreLinkMultiDataSetsTransformation extends AnyRef

    Permalink
  5. trait CoreLinkTwoDataSetsTransformation extends AnyRef

    Permalink
  6. trait DataSetMetaTransformation extends Schedulable

    Permalink
  7. case class DataSetSeriesProcessingSpec(sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, seriesProcessingSpecs: Seq[SeriesProcessingSpec], preserveFieldNames: Seq[String], processingBatchSize: Option[Int], saveBatchSize: Option[Int]) extends DataSetTransformation2 with Product with Serializable

    Permalink
  8. case class DataSetSeriesTransformationSpec(sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, seriesTransformationSpecs: Seq[SeriesTransformationSpec], preserveFieldNames: Seq[String], processingBatchSize: Option[Int], saveBatchSize: Option[Int]) extends DataSetTransformation2 with Product with Serializable

    Permalink
  9. trait DataSetTransformation extends DataSetMetaTransformation

    Permalink
  10. trait DataSetTransformation2 extends AnyRef

    Permalink
    Annotations
    @Deprecated
  11. case class DropFieldsTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, fieldNamesToKeep: Traversable[String], fieldNamesToDrop: Traversable[String], resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  12. case class FilterDataSetTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, filterId: BSONObjectID, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  13. case class InferDataSetTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, resultDataSetSpec: ResultDataSetSpec, maxEnumValuesCount: Option[Int] = None, minAvgValuesPerEnum: Option[Double] = None, booleanIncludeNumbers: Boolean = false, inferenceGroupSize: Option[Int] = None, inferenceGroupsInParallel: Option[Int] = None, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  14. case class LinkMultiDataSetsTransformation(_id: Option[BSONObjectID] = None, linkedDataSetSpecs: Seq[LinkedDataSetSpec], addDataSetIdToRightFieldNames: Boolean, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with CoreLinkMultiDataSetsTransformation with Product with Serializable

    Permalink
  15. case class LinkSortedMultiDataSetsTransformation(_id: Option[BSONObjectID] = None, linkedDataSetSpecs: Seq[LinkedDataSetSpec], addDataSetIdToRightFieldNames: Boolean, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with CoreLinkMultiDataSetsTransformation with Product with Serializable

    Permalink
  16. case class LinkSortedTwoDataSetsTransformation(_id: Option[BSONObjectID] = None, leftSourceDataSetId: String, rightSourceDataSetId: String, linkFieldNames: Seq[(String, String)], leftFieldNamesToKeep: Traversable[String] = Nil, rightFieldNamesToKeep: Traversable[String] = Nil, addDataSetIdToRightFieldNames: Boolean = true, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with CoreLinkTwoDataSetsTransformation with Product with Serializable

    Permalink
  17. case class LinkTwoDataSetsTransformation(_id: Option[BSONObjectID] = None, leftSourceDataSetId: String, rightSourceDataSetId: String, linkFieldNames: Seq[(String, String)], leftFieldNamesToKeep: Traversable[String] = Nil, rightFieldNamesToKeep: Traversable[String] = Nil, addDataSetIdToRightFieldNames: Boolean = true, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with CoreLinkTwoDataSetsTransformation with Product with Serializable

    Permalink
  18. case class LinkedDataSetSpec(dataSetId: String, linkFieldNames: Seq[String], explicitFieldNamesToKeep: Traversable[String] = Nil) extends Product with Serializable

    Permalink
  19. case class MatchGroupsWithConfoundersTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, filterId: Option[BSONObjectID] = None, targetGroupFieldName: String, confoundingFieldNames: Seq[String], numericDistTolerance: Double, targetGroupDisplayStringRatios: Seq[(String, Option[Int])] = Nil, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  20. case class MergeFullyMultiDataSetsTransformation(_id: Option[BSONObjectID] = None, sourceDataSetIds: Seq[String], addSourceDataSetId: Boolean, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  21. case class MergeMultiDataSetsTransformation(_id: Option[BSONObjectID] = None, sourceDataSetIds: Seq[String], fieldNameMappings: Seq[Seq[Option[String]]], addSourceDataSetId: Boolean, resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  22. case class RenameFieldsTransformation(_id: Option[BSONObjectID] = None, sourceDataSetId: String, fieldOldNewNames: Seq[(String, String)], resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec = StreamSpec(), scheduled: Boolean = false, scheduledTime: Option[ScheduledTime] = None, timeCreated: Date = new Date(), timeLastExecuted: Option[Date] = None) extends DataSetTransformation with Product with Serializable

    Permalink
  23. case class ResultDataSetSpec(id: String, name: String, storageType: StorageType.Value = StorageType.ElasticSearch) extends Product with Serializable

    Permalink
  24. case class SelfLinkSpec(dataSetId: String, keyFieldNames: Seq[String], valueFieldName: String, processingBatchSize: Option[Int], resultDataSetSpec: ResultDataSetSpec) extends DataSetTransformation2 with Product with Serializable

    Permalink
  25. case class SeriesProcessingSpec(fieldPath: String, processingType: SeriesProcessingType.Value, pastValuesCount: Int, addInitPaddingWithZeroes: Boolean = true) extends Product with Serializable

    Permalink
  26. case class SeriesTransformationSpec(fieldPath: String, transformType: incal.spark_ml.models.VectorScalerType.Value) extends Product with Serializable

    Permalink

Value Members

  1. object ChangeFieldEnumsTransformation extends HasFormat[ChangeFieldEnumsTransformation] with Serializable

    Permalink
  2. object ChangeFieldTypesDataSetTransformation extends HasFormat[ChangeFieldTypesDataSetTransformation] with Serializable

    Permalink
  3. object CopyDataSetTransformation extends HasFormat[CopyDataSetTransformation] with Serializable

    Permalink
  4. object DataSetTransformation

    Permalink
  5. object DataSetTransformation2

    Permalink
  6. object DropFieldsTransformation extends HasFormat[DropFieldsTransformation] with Serializable

    Permalink
  7. object FilterDataSetTransformation extends HasFormat[FilterDataSetTransformation] with Serializable

    Permalink
  8. object InferDataSetTransformation extends HasFormat[InferDataSetTransformation] with Serializable

    Permalink
  9. object LinkMultiDataSetsTransformation extends HasFormat[LinkMultiDataSetsTransformation] with Serializable

    Permalink
  10. object LinkSortedMultiDataSetsTransformation extends HasFormat[LinkSortedMultiDataSetsTransformation] with Serializable

    Permalink
  11. object LinkSortedTwoDataSetsTransformation extends HasFormat[LinkSortedTwoDataSetsTransformation] with Serializable

    Permalink
  12. object LinkTwoDataSetsTransformation extends HasFormat[LinkTwoDataSetsTransformation] with Serializable

    Permalink
  13. object MatchGroupsWithConfoundersTransformation extends HasFormat[MatchGroupsWithConfoundersTransformation] with Serializable

    Permalink
  14. object MergeFullyMultiDataSetsTransformation extends HasFormat[MergeFullyMultiDataSetsTransformation] with Serializable

    Permalink
  15. object MergeMultiDataSetsTransformation extends HasFormat[MergeMultiDataSetsTransformation] with Serializable

    Permalink
  16. object RenameFieldsTransformation extends HasFormat[RenameFieldsTransformation] with Serializable

    Permalink
  17. object SeriesProcessingType extends Enumeration

    Permalink

Ungrouped