TantivyEx.Distributed.Supervisor (TantivyEx v0.4.1)

View Source

Top-level supervisor for the distributed search system.

This supervisor manages the entire distributed search infrastructure using OTP principles for fault tolerance and scalability.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start the distributed search supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

Start the distributed search supervisor.

Options

  • :name - Name for the supervisor (default: MODULE)
  • :coordinator_name - Name for the coordinator GenServer
  • :registry_name - Name for the node registry