Package

roar.hbase.model

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. class DateColumnType extends DataColumnType[Long]

    Permalink
  2. class IntColumnType extends DataColumnType[Int]

    Permalink
  3. class KeyColumnType extends DataColumnType[String]

    Permalink
  4. class LongColumnType extends DataColumnType[Long]

    Permalink
  5. class TextColumnType extends KeyColumnType

    Permalink

Value Members

  1. object DateColumnType extends DateColumnType

    Permalink

    string column type

    string column type

    Version

    0.1

  2. object IntColumnType extends IntColumnType

    Permalink

    Int Type Column

    Int Type Column

    Version

    0.1

  3. object KeyColumnType extends KeyColumnType

    Permalink

    string column type

    string column type

    Version

    0.1

  4. object LongColumnType extends LongColumnType

    Permalink

    Long Type Column

    Long Type Column

    Version

    0.1

  5. object TextColumnType extends TextColumnType

    Permalink

    clob类型的列

Ungrouped