abstract class TsdbSparkBase extends TsdbBase with StrictLogging with Serializable

Linear Supertypes
Serializable, Serializable, TsdbBase, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TsdbSparkBase
  2. Serializable
  3. Serializable
  4. TsdbBase
  5. StrictLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TsdbSparkBase(sparkContext: SparkContext, prepareQuery: (Query) ⇒ Query, conf: Config, schema: Schema)

Type Members

  1. type Collection[X] = RDD[X]
    Definition Classes
    TsdbSparkBase → TsdbBase
  2. type Result = DataRowRDD
    Definition Classes
    TsdbSparkBase → TsdbBase

Abstract Value Members

  1. abstract def linkService(catalog: ExternalLink): ExternalLinkService[_ <: ExternalLink]
    Definition Classes
    TsdbBase
  2. abstract def registerExternalLink(catalog: ExternalLink, catalogService: ExternalLinkService[_ <: ExternalLink]): Unit
    Definition Classes
    TsdbBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyMapOperation(queryContext: QueryContext, values: InternalRow): InternalRow
    Definition Classes
    TsdbBase
  5. def applyPostMapOperation(queryContext: QueryContext, data: InternalRow): InternalRow
    Definition Classes
    TsdbBase
  6. def applyReduceOperation(queryContext: QueryContext, a: InternalRow, b: InternalRow): InternalRow
    Definition Classes
    TsdbBase
  7. def applyWindowFunctions(queryContext: QueryContext, keysAndValues: RDD[(KeyData, InternalRow)]): RDD[(KeyData, InternalRow)]
    Definition Classes
    TsdbSparkBase → TsdbBase
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def createMetricCollector(query: Query): MetricQueryCollector
    Definition Classes
    TsdbSparkBase → TsdbBase
  11. val dao: TSReadingDao[RDD, Long]
    Definition Classes
    TsdbSparkBase → TsdbBase
  12. def dictionary(dimension: Dimension): Dictionary
    Definition Classes
    TsdbBase
  13. val dictionaryProvider: DictionaryProvider
    Definition Classes
    TsdbSparkBase → TsdbBase
  14. def dictionaryRdd(namespace: String, name: String): RDD[(Long, String)]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def evalExprsOnAggregatesAndWindows(queryContext: QueryContext, data: InternalRow): InternalRow
    Definition Classes
    TsdbBase
  18. def evaluateExpressions(queryContext: QueryContext, row: InternalRow, metricCollector: MetricQueryCollector): InternalRow
    Definition Classes
    TsdbBase
  19. def evaluateFilterExprs(queryContext: QueryContext, row: InternalRow, metricCollector: MetricQueryCollector): InternalRow
    Definition Classes
    TsdbBase
  20. val extractBatchSize: Int
    Definition Classes
    TsdbSparkBase → TsdbBase
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def finalizeQuery(queryContext: QueryContext, data: RDD[Array[Option[Any]]], metricCollector: MetricQueryCollector): DataRowRDD
    Definition Classes
    TsdbSparkBase → TsdbBase
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. def mapReduceEngine(metricCollector: MetricQueryCollector): MapReducible[RDD]
    Definition Classes
    TsdbSparkBase → TsdbBase
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. implicit val operations: Operations
    Attributes
    protected
    Definition Classes
    TsdbBase
  32. val prepareQuery: (Query) ⇒ Query
    Definition Classes
    TsdbSparkBase → TsdbBase
  33. def query(query: Query): Result
    Definition Classes
    TsdbBase
  34. def readExternalLinks(queryContext: QueryContext, rows: Seq[InternalRow]): Seq[InternalRow]
    Definition Classes
    TsdbBase
  35. val sparkContext: SparkContext
  36. def substituteLinks(condition: Condition, metricCollector: MetricQueryCollector): Condition
    Definition Classes
    TsdbBase
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def union(rdds: Seq[DataRowRDD]): DataRowRDD
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def writeRDD(dataPointsRDD: RDD[DataPoint], table: Table): Unit

    Save DataPoints into table.

    Save DataPoints into table.

    dataPointsRDD

    data points to be saved

    table

    table to store data points

    Note

    This method takes table as a parameter, and saves only data points related to this table. All data points related to another tables are ignored.

Inherited from Serializable

Inherited from Serializable

Inherited from TsdbBase

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped