Highly experimental riak backend for kvdb.
Behaviours: kvdb
.
Authors: Ulf Wiger (ulf@feuerlabs.com
).
NOTE: This is work in progress. Several things still do not work
The best way to use this for now is via the kvdb_paired backend.
add_table(Db, Table, Opts) -> any()
close(Db) -> any()
delete(Db, Tab, K) -> any()
delete_table(Db, Table) -> any()
dump_tables(X1) -> any()
extract(X1, X2, X3) -> any()
first(X1, X2) -> any()
first_queue(X1, X2) -> any()
get(Db, Tab, K) -> any()
get_attrs(X1, X2, X3, X4) -> any()
get_schema_mod(Db, Default) -> any()
index_get(X1, X2, X3, X4) -> any()
index_keys(X1, X2, X3, X4) -> any()
info(Db, What) -> any()
is_queue_empty(X1, X2, X3) -> any()
is_table(Db, Tab) -> any()
last(X1, X2) -> any()
list_queue(X1, X2, X3) -> any()
list_queue(X1, X2, X3, X4, X5, X6) -> any()
list_tables(Db) -> any()
mark_queue_object(X1, X2, X3, X4) -> any()
next(X1, X2, X3) -> any()
next_queue(X1, X2, X3) -> any()
open(DbName, Options) -> any()
pop(X1, X2, X3) -> any()
prefix_match(Db, Table, Pfx) -> any()
prefix_match(Db, Table, Pfx, Limit) -> any()
prefix_match_rel(X1, X2, X3, X4, X5) -> any()
prel_pop(X1, X2, X3) -> any()
prev(X1, X2, X3) -> any()
proxy_childspecs(Name, Options) -> any()
push(X1, X2, X3, X4) -> any()
put(Db, Table, Obj) -> any()
queue_delete(X1, X2, X3) -> any()
queue_head_delete(X1, X2, X3) -> any()
queue_head_read(X1, X2, X3) -> any()
queue_head_write(X1, X2, X3, X4) -> any()
queue_insert(X1, X2, X3, X4, X5) -> any()
queue_read(X1, X2, X3) -> any()
update_counter(Db, Table, Key, Incr) -> any()