Class/Object

org.yupana.api.schema

Table

Related Docs: object Table | package schema

Permalink

class Table extends Serializable

Table content definition.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Table(name: String, rowTimeSpan: Long, dimensionSeq: Seq[Dimension], metrics: Seq[Metric], externalLinks: Seq[ExternalLink], epochTime: Long)

    Permalink

    name

    name of this table

    rowTimeSpan

    duration of time series in milliseconds.

    dimensionSeq

    sequence of dimensions for this table.

    metrics

    metrics description for each data point of this table.

    externalLinks

    external links applicable for this table.

    epochTime

    milliseconds elapsed since the Unix epoch before the beginning of time series

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val dimensionSeq: Seq[Dimension]

    Permalink

    sequence of dimensions for this table.

  7. def dimensionTag(dimension: Dimension): Byte

    Permalink
    Annotations
    @inline()
  8. def dimensionTagExists(dimension: Dimension): Boolean

    Permalink
    Annotations
    @inline()
  9. val epochTime: Long

    Permalink

    milliseconds elapsed since the Unix epoch before the beginning of time series

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Table → AnyRef → Any
  12. val externalLinks: Seq[ExternalLink]

    Permalink

    external links applicable for this table.

  13. final def fieldForTag(tag: Byte): Option[Either[Metric, Dimension]]

    Permalink
    Annotations
    @inline()
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    Table → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val metrics: Seq[Metric]

    Permalink

    metrics description for each data point of this table.

  19. val name: String

    Permalink

    name of this table

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val rowTimeSpan: Long

    Permalink

    duration of time series in milliseconds.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    Table → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withExternalLinkReplaced[O <: ExternalLink, N <: O](oldExternalLink: O, newExternalLink: N): Table

    Permalink
  30. def withExternalLinks(extraLinks: Seq[ExternalLink]): Table

    Permalink
  31. def withMetrics(extraMetrics: Seq[Metric]): Table

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped