Object

org.yupana.hbase

HBaseUtils

Related Doc: package hbase

Permalink

object HBaseUtils extends StrictLogging

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

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 NULL_VALUE: Long

    Permalink
  5. val TAGS_POSITION_IN_ROW_KEY: Int

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def baseTime(time: Long, table: Table): Long

    Permalink
  8. def baseTimeList(fromTime: Long, toTime: Long, table: Table): NumericRange[Long]

    Permalink
  9. def checkNamespaceExistsElseCreate(connection: Connection, namespace: String): Unit

    Permalink
  10. def checkRollupStatusFamilyExistsElseCreate(connection: Connection, namespace: String, table: Table): Unit

    Permalink
  11. def checkTableExistsElseCreate(connection: Connection, namespace: String, table: Table): Unit

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createFuzzyFilter(baseTime: Option[Long], tagsFilter: Array[Option[Long]]): FuzzyRowFilter

    Permalink
  14. def createPutOperation(row: TSDInputRow[Long]): Put

    Permalink
  15. def createRollupStatusPut(time: Long, status: String): Put

    Permalink
  16. def createScan(queryContext: InternalQueryContext, multiRowRangeFilter: Option[MultiRowRangeFilter], hbaseFuzzyRowFilter: Seq[FuzzyRowFilter], fromTime: Long, toTime: Long, startRowKey: Option[Array[Byte]] = None, endRowKey: Option[Array[Byte]] = None): Scan

    Permalink
  17. def createTsdRows(dataPoints: Seq[DataPoint], dictionaryProvider: DictionaryProvider): Seq[(Table, Seq[TSDInputRow[Long]])]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def family(group: Int): Array[Byte]

    Permalink
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getTsdRowFromResult(table: Table, result: Result): TSDOutputRow[Long]

    Permalink
  24. def getValuesFromResult(res: Result): Array[(Long, Array[Byte])]

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def initStorage(connection: Connection, namespace: String, schema: Schema): Unit

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  29. def multiRowRangeFilter(table: Table, from: Long, to: Long, dimIds: Map[Dimension, Seq[Long]]): Option[MultiRowRangeFilter]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def parseRowKey(bytes: Array[Byte], table: Table): TSDRowKey[Long]

    Permalink
  34. def restTime(time: Long, table: Table): Long

    Permalink
  35. val rollupSpecialKey: Array[Byte]

    Permalink
  36. val rollupStatusFamily: Array[Byte]

    Permalink
  37. val rollupStatusField: Array[Byte]

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

    Permalink
    Definition Classes
    AnyRef
  39. def tableName(namespace: String, table: Table): TableName

    Permalink
  40. val tableNamePrefix: String

    Permalink
  41. def tableNameString(namespace: String, table: Table): String

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. val tsdbSchemaFamily: Array[Byte]

    Permalink
  44. val tsdbSchemaField: Array[Byte]

    Permalink
  45. val tsdbSchemaKey: Array[Byte]

    Permalink
  46. val tsdbSchemaTableName: String

    Permalink
  47. final def wait(): Unit

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

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

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

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped