package applications
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Application(id: Long = 0L, name: String = "", contract: Option[ModelContract] = None, executionGraph: Option[ExecutionGraph] = None, kafkaStreaming: Seq[KafkaStreaming] = _root_.scala.collection.Seq.empty, namespace: String = "", metadata: Map[String, String] = ...) extends GeneratedMessage with Message[Application] with Updatable[Application] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ExecutionGraph(stages: Seq[ExecutionStage] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ExecutionGraph] with Updatable[ExecutionGraph] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ExecutionService(modelVersion: Option[ModelVersion] = None, weight: Int = 0) extends GeneratedMessage with Message[ExecutionService] with Updatable[ExecutionService] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ExecutionStage(stageId: String = "", signature: Option[ModelSignature] = None, services: Seq[ExecutionService] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ExecutionStage] with Updatable[ExecutionStage] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
KafkaStreaming(consumerId: String = "", sourceTopic: String = "", destinationTopic: String = "", errorTopic: String = "") extends GeneratedMessage with Message[KafkaStreaming] with Updatable[KafkaStreaming] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object Application extends GeneratedMessageCompanion[Application] with Serializable
- object ApplicationsProto extends GeneratedFileObject
- object ExecutionGraph extends GeneratedMessageCompanion[ExecutionGraph] with Serializable
- object ExecutionService extends GeneratedMessageCompanion[ExecutionService] with Serializable
- object ExecutionStage extends GeneratedMessageCompanion[ExecutionStage] with Serializable
- object KafkaStreaming extends GeneratedMessageCompanion[KafkaStreaming] with Serializable