Class | BigRecord::ConnectionAdapters::HbaseAdapter |
In: |
lib/big_record/connection_adapters/hbase_adapter.rb
|
Parent: | AbstractAdapter |
LOST_CONNECTION_ERROR_MESSAGES | = | [ "Server shutdown in progress", "Broken pipe", "Lost connection to HBase server during query", "HBase server has gone away" | ||
TYPE_NULL | = | 0x00; | data types | |
TYPE_STRING | = | 0x01; | ||
TYPE_BOOLEAN | = | 0x04; | TYPE_INTEGER = 0x02; # delegate to YAML TYPE_FLOAT = 0x03; # fixed 1 byte | |
TYPE_BINARY | = | 0x07; | TYPE_MAP = 0x05; # delegate to YAML TYPE_DATETIME = 0x06; # delegate to YAML | |
CHARSET | = | "utf-8" | string charset | |
NULL | = | "\000" | utility constants |