Packages

package operations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class SchemaConvertInput(schema: Schema, targetFormat: DataFormat, targetEngine: Schema) extends Product with Serializable

    Data class representing the inputs required when querying the server for a schema conversion

    Data class representing the inputs required when querying the server for a schema conversion

    schema

    Schema to be inspected

    targetFormat

    Desired output format

    targetEngine

    Desired output engine

  2. case class SchemaInfoInput(schema: Schema) extends Product with Serializable

    Data class representing the inputs required when querying the server for a schema information

    Data class representing the inputs required when querying the server for a schema information

    schema

    Schema to be inspected

  3. case class SchemaValidateInput(data: Data, schema: Schema, triggerMode: TriggerMode) extends Product with Serializable

    Data class representing the inputs required when querying the server for a schema validation of data

    Data class representing the inputs required when querying the server for a schema validation of data

    data

    Data to be validated

    schema

    Schema model for the validation

    triggerMode

    Validation trigger, i.e.: how the validation was started (shapeMap, target declarations...)

  4. case class SchemaValidateStreamInput(configuration: StreamValidationConfiguration) extends Product with Serializable

    Data class representing the inputs required when querying the server for a schema validation of a stream of data using Comet

    Data class representing the inputs required when querying the server for a schema validation of a stream of data using Comet

    configuration

    Configuration object with all settings needed by Comet to fetch and validate a stream of data

Ungrouped