Package

org.yupana

proto

Permalink

package proto

Visibility
  1. Public
  2. All

Type Members

  1. final case class ParameterValue(index: Int, value: Value) extends GeneratedMessage with Message[ParameterValue] with Updatable[ParameterValue] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class Ping(reqTime: Long, version: Option[Version] = None) extends GeneratedMessage with Message[Ping] with Updatable[Ping] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class Pong(reqTime: Long, respTime: Long, version: Option[Version] = None) extends GeneratedMessage with Message[Pong] with Updatable[Pong] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class Request(req: Req = org.yupana.proto.Request.Req.Empty) extends GeneratedMessage with Message[Request] with Updatable[Request] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class Response(resp: Resp = ...) extends GeneratedMessage with Message[Response] with Updatable[Response] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class ResultChunk(values: Seq[ByteString] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ResultChunk] with Updatable[ResultChunk] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class ResultField(name: String, type: String) extends GeneratedMessage with Message[ResultField] with Updatable[ResultField] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class ResultHeader(fields: Seq[ResultField] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ResultHeader] with Updatable[ResultHeader] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. final case class ResultStatistics(seconds: Int, rowCount: Int) extends GeneratedMessage with Message[ResultStatistics] with Updatable[ResultStatistics] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. final case class SqlQuery(sql: String, parameters: Seq[ParameterValue] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[SqlQuery] with Updatable[SqlQuery] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. final case class Value(value: Value.Value = org.yupana.proto.Value.Value.Empty) extends GeneratedMessage with Message[Value] with Updatable[Value] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. final case class Version(protocol: Int, major: Int, minor: Int, version: String) extends GeneratedMessage with Message[Version] with Updatable[Version] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object ParameterValue extends GeneratedMessageCompanion[ParameterValue] with Serializable

    Permalink
  2. object Ping extends GeneratedMessageCompanion[Ping] with Serializable

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

    Permalink
  4. object ProtoProto extends GeneratedFileObject

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

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

    Permalink
  7. object ResultChunk extends GeneratedMessageCompanion[ResultChunk] with Serializable

    Permalink
  8. object ResultField extends GeneratedMessageCompanion[ResultField] with Serializable

    Permalink
  9. object ResultHeader extends GeneratedMessageCompanion[ResultHeader] with Serializable

    Permalink
  10. object ResultStatistics extends GeneratedMessageCompanion[ResultStatistics] with Serializable

    Permalink
  11. object SqlQuery extends GeneratedMessageCompanion[SqlQuery] with Serializable

    Permalink
  12. object Value extends GeneratedMessageCompanion[Value] with Serializable

    Permalink
  13. object Version extends GeneratedMessageCompanion[Version] with Serializable

    Permalink
  14. package util

    Permalink

Ungrouped