Const
Creates a connection to a Pinot cluster given its Controller URL. The connection's query selector will periodically fetch table-to-broker mapping from via the Controller API.
Connection object with a controller-based broker selector
PinotClientError when the first request to the Controller API fails.
Pinot Controller URL
Creates a connection to a Pinot cluster which sends queries randomly between the specified brokers.
Connection object with a simple (random) broker selector
array of Pinot broker URLs
Generated using TypeDoc
Creates Pinot cluster connections via the initialization methods that it exposes.