Package

org.yupana.hbase

proto

Permalink

package proto

Visibility
  1. Public
  2. All

Type Members

  1. final case class Metric(name: String, tag: Int, sqlTypeName: String, group: Int) extends GeneratedMessage with Message[Metric] with Updatable[Metric] with Product with Serializable

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

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class Table(name: String, rowTimeSpan: Long, dimensions: Seq[String] = _root_.scala.collection.Seq.empty, metrics: Seq[Metric] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Table] with Updatable[Table] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Metric extends GeneratedMessageCompanion[Metric] with Serializable

    Permalink
  2. object ProtoProto extends GeneratedFileObject

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

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

    Permalink

Ungrouped