Behaviours: supervisor.
supervisor
index_name() = binary()
p() = non_neg_integer()
start_link(Index::index_name(), Partition::p()) -> {ok, Pid::pid()} | {error, Reason::term()}
Starts the supervisor
Generated by EDoc