Package

io.hydrosphere.serving.manager.grpc

applications

Permalink

package applications

Visibility
  1. Public
  2. All

Type Members

  1. 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) extends GeneratedMessage with Message[Application] with Updatable[Application] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class ExecutionGraph(stages: Seq[ExecutionStage] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ExecutionGraph] with Updatable[ExecutionGraph] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class ExecutionStage(stageId: String = "", signature: Option[ModelSignature] = None) extends GeneratedMessage with Message[ExecutionStage] with Updatable[ExecutionStage] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class KafkaStreaming(consumerId: String = "", sourceTopic: String = "", destinationTopic: String = "", errorTopic: String = "") extends GeneratedMessage with Message[KafkaStreaming] with Updatable[KafkaStreaming] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Application extends GeneratedMessageCompanion[Application] with Serializable

    Permalink
  2. object ApplicationsProto extends GeneratedFileObject

    Permalink
  3. object ExecutionGraph extends GeneratedMessageCompanion[ExecutionGraph] with Serializable

    Permalink
  4. object ExecutionStage extends GeneratedMessageCompanion[ExecutionStage] with Serializable

    Permalink
  5. object KafkaStreaming extends GeneratedMessageCompanion[KafkaStreaming] with Serializable

    Permalink

Ungrouped