Class BigRecord::ConnectionAdapters::CassandraAdapter
In: lib/big_record/connection_adapters/cassandra_adapter.rb
Parent: AbstractAdapter

Methods

Constants

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

Public Class methods

Public Instance methods

Serialize an object in a given type

Deserialize the given string. This method supports both the pure YAML format and the type header format.

Deserialize the given string assumed to be in the type header format.

CONNECTION MANAGEMENT ====================================

Serialize the given value

DATABASE STATEMENTS ======================================

Protected Instance methods

[Validate]