Module emojipoo_writer

Function Index

add/3
add_cache/2
close/1Close the btree index file.
code_change/3
count/1Return number of KVs added to this writer so far.
deserialize_state/1
handle_call/3
handle_cast/2
handle_info/2
init/1
open/1
open/2
serialize_state/1
terminate/2

Function Details

add/3

add(Server, Key, Value) -> any()

add_cache/2

add_cache(Server, Cache) -> any()

close/1

close(Server) -> any()

Close the btree index file

code_change/3

code_change(OldVsn, State, Extra) -> any()

count/1

count(Server) -> any()

Return number of KVs added to this writer so far

deserialize_state/1

deserialize_state(Binary) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

open/1

open(Name) -> any()

open/2

open(Name, Options) -> any()

serialize_state/1

serialize_state(State) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc