Module yz_solrq_sup

Behaviours: supervisor.

Data Types

index_name()

index_name() = binary()

p()

p() = non_neg_integer()

proplist()

proplist() = proplists:proplist()

Function Index

active_queues/0
child_count/1
init/1
start_drain_fsm/1Start the drain FSM, under this supervisor.
start_link/0
start_queue_pair/2
sync_active_queue_pairs/0

Function Details

active_queues/0

active_queues() -> [{index_name(), p()}]

child_count/1

child_count(ChildType::atom()) -> non_neg_integer()

init/1

init(X1) -> any()

start_drain_fsm/1

start_drain_fsm(Parameters::proplist()) -> {ok, pid()} | {error, Reason::term()}

Start the drain FSM, under this supervisor

start_link/0

start_link() -> any()

start_queue_pair/2

start_queue_pair(Index::index_name(), Partition::p()) -> ok

sync_active_queue_pairs/0

sync_active_queue_pairs() -> any()


Generated by EDoc