Class PinotScatterGatherQueryClient
- java.lang.Object
-
- org.apache.pinot.connector.presto.PinotScatterGatherQueryClient
-
public class PinotScatterGatherQueryClient extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPinotScatterGatherQueryClient.Configstatic classPinotScatterGatherQueryClient.ErrorCodestatic classPinotScatterGatherQueryClient.PinotException
-
Constructor Summary
Constructors Constructor Description PinotScatterGatherQueryClient(PinotScatterGatherQueryClient.Config pinotConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ServerInstance,DataTable>queryPinotServerForDataTable(String query, String serverHost, List<String> segments, long connectionTimeoutInMillis, boolean ignoreEmptyResponses, int pinotRetryCount)
-
-
-
Constructor Detail
-
PinotScatterGatherQueryClient
public PinotScatterGatherQueryClient(PinotScatterGatherQueryClient.Config pinotConfig)
-
-