Class | BigRecord::ConnectionAdapters::HbaseRestAdapter |
In: |
lib/big_record/connection_adapters/hbase_rest_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_BINARY | = | 0x07; | ||
CHARSET | = | "utf-8" | string charset | |
NULL | = | "\000" | utility constants |