Maven
or Gradle
.
For information on how to install Maven, visit Installing Apache Maven.
pinot-java-client
to query Pinot.
ConnectionFactory
class to create connections to a Pinot cluster. To create a connection, include a comma-separated list of the brokers in the cluster. For example, ("broker-1:1234", "broker-2:1234", ...);
Connection.execute(org.apache.pinot.client.Request)
Connection.executeAsync(org.apache.pinot.client.Request)
PreparedStatement
(which isn’t stored, so won’t decrease the subsequent query performance).
get
methods on the first ResultSet
with the getResultSet(int)
method.
https://dp.1abcde6.cp.s7e.startree.cloud/tables
, then the Broker URL for the table will be broker.pinot.1abcde6.cp.s7e.startree.cloud
.