Class ChannelManager
- java.lang.Object
-
- org.apache.pinot.query.mailbox.channel.ChannelManager
-
public class ChannelManager extends Object
ChannelManagermanages Grpc send/receive channels.Grpc channels are managed centralized per Pinot component. Channels should be reused across different query/job/stages.
-
-
Constructor Summary
Constructors Constructor Description ChannelManager()
-
-
-
Method Detail
-
getChannel
public io.grpc.ManagedChannel getChannel(String hostname, int port)
-
-