Module erldocs_core

Data Types

map_fun()

map_fun(D, R) = fun((D) -> R)

reduce_fun()

reduce_fun(T) = fun((T, term()) -> term())

Function Index

build/1Build everything.
copy_static_files/1Copy static files.
dispatch/1Parses arguments passed to script and calls appropriate function.
mapreduce/4
maybe_delete_xmerl_table/0 Ensure the table xmerl uses is deleted.
pmapreduce/4
pmapreduce/5

Function Details

build/1

build(Conf::list()) -> boolean()

Build everything

copy_static_files/1

copy_static_files(Conf::list()) -> ok

Copy static files

dispatch/1

dispatch(Conf::list()) -> boolean()

Parses arguments passed to script and calls appropriate function.

mapreduce/4

mapreduce(Map::map_fun(T, R), Reduce::reduce_fun(R), R, L::[T]) -> [R]

maybe_delete_xmerl_table/0

maybe_delete_xmerl_table() -> any()

Ensure the table xmerl uses is deleted

pmapreduce/4

pmapreduce(Map::map_fun(T, R), Reduce::reduce_fun(R), R, L::[T]) -> [R]

pmapreduce/5

pmapreduce(Map::map_fun(T, R), Reduce::reduce_fun(R), R, L::[T], N::pos_integer()) -> [R]


Generated by EDoc