Class/Object

org.yupana.spark

TsdbSparkBase

Related Docs: object TsdbSparkBase | package spark

Permalink

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)

    Permalink

Type Members

  1. type Collection[X] = RDD[X]

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  2. type Result = DataRowRDD

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase

Abstract Value Members

  1. abstract def linkService(catalog: ExternalLink): ExternalLinkService[_ <: ExternalLink]

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

    Permalink
    Definition Classes
    TsdbBase

Concrete 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. def applyMapOperation(queryContext: QueryContext, values: InternalRow): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  5. def applyPostMapOperation(queryContext: QueryContext, data: InternalRow): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  6. def applyReduceOperation(queryContext: QueryContext, a: InternalRow, b: InternalRow): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  7. def applyWindowFunctions(queryContext: QueryContext, keysAndValues: RDD[(KeyData, InternalRow)]): RDD[(KeyData, InternalRow)]

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createMetricCollector(query: Query): MetricQueryCollector

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  11. val dao: TSReadingDao[RDD, Long]

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  12. def dictionary(dimension: Dimension): Dictionary

    Permalink
    Definition Classes
    TsdbBase
  13. val dictionaryProvider: DictionaryProvider

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  14. def dictionaryRdd(namespace: String, name: String): RDD[(Long, String)]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def evalExprsOnAggregatesAndWindows(queryContext: QueryContext, data: InternalRow): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  18. def evaluateExpressions(queryContext: QueryContext, row: InternalRow, metricCollector: MetricQueryCollector): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  19. def evaluateFilterExprs(queryContext: QueryContext, row: InternalRow, metricCollector: MetricQueryCollector): InternalRow

    Permalink
    Definition Classes
    TsdbBase
  20. val extractBatchSize: Int

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def finalizeQuery(queryContext: QueryContext, data: RDD[Array[Option[Any]]], metricCollector: MetricQueryCollector): DataRowRDD

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  23. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  26. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. def mapReduceEngine(metricCollector: MetricQueryCollector): MapReducible[RDD]

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. implicit val operations: Operations

    Permalink
    Attributes
    protected
    Definition Classes
    TsdbBase
  32. val prepareQuery: (Query) ⇒ Query

    Permalink
    Definition Classes
    TsdbSparkBase → TsdbBase
  33. def query(query: Query): Result

    Permalink
    Definition Classes
    TsdbBase
  34. def readExternalLinks(queryContext: QueryContext, rows: Seq[InternalRow]): Seq[InternalRow]

    Permalink
    Definition Classes
    TsdbBase
  35. val sparkContext: SparkContext

    Permalink
  36. def substituteLinks(condition: Condition, metricCollector: MetricQueryCollector): Condition

    Permalink
    Definition Classes
    TsdbBase
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def union(rdds: Seq[DataRowRDD]): DataRowRDD

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def writeRDD(dataPointsRDD: RDD[DataPoint], table: Table): Unit

    Permalink

    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