Search
Vectoree
v0.0.1
Pages
Modules
Settings
View Source
Vectoree.TreeServer
(Vectoree v0.0.1)
Summary
Functions
args2info(map)
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
mount_source(path)
notify(path, tree)
notify(server, path, tree)
query(server, path, opts \\ [])
query_apply(server, path, acc, fun, opts \\ [])
register_sink(path)
start_link(opts \\ [])
start_processor(server, module, mount_path, listen_path)
start_sink(server, module, listen_path)
start_source(server, module, mount_path)
stop_processor(server, pid)
stop_sink(server, pid)
stop_source(server, pid)
Functions
Link to this function
args2info(map)
View Source
Link to this function
child_spec(init_arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
mount_source(path)
View Source
Link to this function
notify(path, tree)
View Source
Link to this function
notify(server, path, tree)
View Source
Link to this function
query(server, path, opts \\ [])
View Source
Link to this function
query_apply(server, path, acc, fun, opts \\ [])
View Source
Link to this function
register_sink(path)
View Source
Link to this function
start_link(opts \\ [])
View Source
Link to this function
start_processor(server, module, mount_path, listen_path)
View Source
Link to this function
start_sink(server, module, listen_path)
View Source
Link to this function
start_source(server, module, mount_path)
View Source
Link to this function
stop_processor(server, pid)
View Source
Link to this function
stop_sink(server, pid)
View Source
Link to this function
stop_source(server, pid)
View Source