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 checkNamespaceExistsElseCreate(connection: Connection, namespace: String): Unit

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

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

    Permalink
  11. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
  19. def finalize(): Unit

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

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

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

    Permalink
  23. def hashCode(): Int

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

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
  32. val rollupSpecialKey: Array[Byte]

    Permalink
  33. val rollupStatusFamily: Array[Byte]

    Permalink
  34. val rollupStatusField: Array[Byte]

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

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

    Permalink
  37. val tableNamePrefix: String

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

    Permalink
  39. def toString(): String

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

    Permalink
  41. val tsdbSchemaField: Array[Byte]

    Permalink
  42. val tsdbSchemaKey: Array[Byte]

    Permalink
  43. val tsdbSchemaTableName: String

    Permalink
  44. final def wait(): Unit

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

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

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

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped