Behaviours: supervisor.
index_name() = binary()
p() = non_neg_integer()
proplist() = proplists:proplist()
| active_queues/0 | |
| child_count/1 | |
| init/1 | |
| start_drain_fsm/1 | Start the drain FSM, under this supervisor. |
| start_link/0 | |
| start_queue_pair/2 | |
| sync_active_queue_pairs/0 |
active_queues() -> [{index_name(), p()}]
child_count(ChildType::atom()) -> non_neg_integer()
init(X1) -> any()
start_drain_fsm(Parameters::proplist()) -> {ok, pid()} | {error, Reason::term()}
Start the drain FSM, under this supervisor
start_link() -> any()
start_queue_pair(Index::index_name(), Partition::p()) -> ok
sync_active_queue_pairs() -> any()
Generated by EDoc