Trait

org.yupana.hbase

TSDaoHBaseBase

Related Doc: package hbase

Permalink

trait TSDaoHBaseBase[Collection[_]] extends TSReadingDao[Collection, Long] with StrictLogging

Linear Supertypes
StrictLogging, TSReadingDao[Collection, Long], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TSDaoHBaseBase
  2. StrictLogging
  3. TSReadingDao
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type IdType = Long

    Permalink
  2. type RowFilter = (TSDRowKey) ⇒ Boolean

    Permalink
  3. type TimeFilter = (Long) ⇒ Boolean

    Permalink

Abstract Value Members

  1. abstract def dictionaryProvider: DictionaryProvider

    Permalink
  2. abstract def executeScans(queryContext: InternalQueryContext, from: Long, to: Long, rangeScanDims: Iterator[Map[Dimension, Seq[_]]]): Collection[Result]

    Permalink
  3. abstract def mapReduceEngine(metricQueryCollector: MetricQueryCollector): MapReducible[Collection]

    Permalink

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. val CROSS_JOIN_LIMIT: Int

    Permalink
  5. val EXTRACT_BATCH_SIZE: Int

    Permalink
  6. val FUZZY_FILTERS_LIMIT: Int

    Permalink
  7. val RANGE_FILTERS_LIMIT: Int

    Permalink
  8. val TIME: RawDimension[Time]

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createFilters(condition: Option[Condition]): Filters

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isSupportedCondition(condition: Condition): Boolean

    Permalink
    Definition Classes
    TSDaoHBaseBase → TSReadingDao
  19. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  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. def query(query: InternalQuery, internalRowBuilder: InternalRowBuilder, metricCollector: MetricQueryCollector): Collection[InternalRow]

    Permalink
    Definition Classes
    TSDaoHBaseBase → TSReadingDao
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def valuesToIds(dimension: DictionaryDimension, values: SortedSetIterator[String]): SortedSetIterator[IdType]

    Permalink
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from TSReadingDao[Collection, Long]

Inherited from AnyRef

Inherited from Any

Ungrouped