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 executeScan(connection: Connection, namespace: String, scan: Scan, context: InternalQueryContext, batchSize: Int): Iterator[TSDOutputRow[Long]]

    Permalink
  21. def family(group: Int): Array[Byte]

    Permalink
  22. def finalize(): Unit

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

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

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

    Permalink
  26. def hashCode(): Int

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val logger: Logger

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

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

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

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

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

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

    Permalink
  36. val rollupSpecialKey: Array[Byte]

    Permalink
  37. val rollupStatusFamily: Array[Byte]

    Permalink
  38. val rollupStatusField: Array[Byte]

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

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

    Permalink
  41. val tableNamePrefix: String

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

    Permalink
  43. def toString(): String

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

    Permalink
  45. val tsdbSchemaField: Array[Byte]

    Permalink
  46. val tsdbSchemaKey: Array[Byte]

    Permalink
  47. val tsdbSchemaTableName: String

    Permalink
  48. final def wait(): Unit

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

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

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

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped