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, namespace: String = "", metadata: Map[String, String] = ...) 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 ExecutionService(modelVersion: Option[ModelVersion] = None, weight: Int = 0) extends GeneratedMessage with Message[ExecutionService] with Updatable[ExecutionService] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. 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

    Permalink
    Annotations
    @SerialVersionUID()
  5. 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 ExecutionService extends GeneratedMessageCompanion[ExecutionService] with Serializable

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

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

    Permalink

Ungrouped