- Preparing search index...
- The search index is not available
pinot-client
Constructors
constructor
- new Connection(brokerSelector: BrokerSelector, transport: BrokerClientTransport, logger: Logger, updater?: Updater): Connection
-
Parameters
-
brokerSelector: BrokerSelector
-
transport: BrokerClientTransport
-
logger: Logger
-
updater: Updater = null
Properties
Private
Optional
updater
updater?: Updater
Methods
close
- close(): void
-
Returns void
execute
- execute(table: string, query: string): Promise<BrokerResponse>
-
Parameters
-
table: string
-
query: string
getBrokerList
- getBrokerList(): string[]
-
Returns string[]
A connection to Pinot, normally created via connectionFactory