Class PinotStreamingQueryClient
- java.lang.Object
-
- org.apache.pinot.connector.presto.grpc.PinotStreamingQueryClient
-
public class PinotStreamingQueryClient extends Object
Grpc based Pinot query client.
-
-
Constructor Summary
Constructors Constructor Description PinotStreamingQueryClient(GrpcConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Server.ServerResponse>submit(String host, int port, GrpcRequestBuilder requestBuilder)
-
-
-
Constructor Detail
-
PinotStreamingQueryClient
public PinotStreamingQueryClient(GrpcConfig config)
-
-
Method Detail
-
submit
public Iterator<Server.ServerResponse> submit(String host, int port, GrpcRequestBuilder requestBuilder)
-
-