Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 2.67 KB

couchbeam_view_stream.md

File metadata and controls

99 lines (50 loc) · 2.67 KB

Module couchbeam_view_stream

Function Index

collect_object/2
handle_event/2
init/1
init_stream/5
maybe_continue/1
maybe_continue_decoding/1
start_link/4
system_code_change/4
system_continue/3
system_terminate/4
wait_rows/2
wait_rows1/2
wait_val/2

Function Details

collect_object/2

collect_object(X1, X2) -> any()

handle_event/2

handle_event(Event, St) -> any()

init/1

init(X1) -> any()

init_stream/5

init_stream(Parent, Owner, StreamRef, Req, StreamOptions) -> any()

maybe_continue/1

maybe_continue(State) -> any()

maybe_continue_decoding/1

maybe_continue_decoding(Viewst) -> any()

start_link/4

start_link(Owner, StreamRef, X3, StreamOptions) -> any()

system_code_change/4

system_code_change(Misc, X2, X3, X4) -> any()

system_continue/3

system_continue(X1, X2, X3) -> any()

system_terminate/4


system_terminate(Reason::any(), X2::term(), X3::term(), State::term()) -> no_return()

wait_rows/2

wait_rows(X1, St) -> any()

wait_rows1/2

wait_rows1(X1, X2) -> any()

wait_val/2

wait_val(X1, X2) -> any()