cassandra-thrift-0.0.1: thrift bindings to the cassandra database

Database.Cassandra.Thrift.Cassandra_Client

Documentation

insert :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> String -> String -> ColumnPath -> String -> Int64 -> ConsistencyLevel -> IO ()Source

remove :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> String -> String -> ColumnPath -> Int64 -> ConsistencyLevel -> IO ()Source