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

Database.Cassandra.Thrift.Cassandra_Client

Documentation

login :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> String -> AuthenticationRequest -> IO ()Source

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

describe_keyspaces :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> IO (Set String)Source

describe_version :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> IO StringSource

describe_ring :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> String -> IO [TokenRange]Source

describe_splits :: (Protocol a, Transport t, Protocol a1, Transport t1) => (a1 t1, a t) -> String -> String -> Int -> IO [String]Source