Uses of Interface
com.google.cloud.bigtable.grpc.io.ChannelPool.ChannelFactory
-
Packages that use ChannelPool.ChannelFactory Package Description com.google.cloud.bigtable.grpc com.google.cloud.bigtable.grpc.io -
-
Uses of ChannelPool.ChannelFactory in com.google.cloud.bigtable.grpc
Methods in com.google.cloud.bigtable.grpc with parameters of type ChannelPool.ChannelFactory Modifier and Type Method and Description protected io.grpc.ManagedChannel
BigtableSession. createChannelPool(ChannelPool.ChannelFactory channelFactory, int count)
Create a newChannelPool
, with auth headers. -
Uses of ChannelPool.ChannelFactory in com.google.cloud.bigtable.grpc.io
Constructors in com.google.cloud.bigtable.grpc.io with parameters of type ChannelPool.ChannelFactory Constructor and Description ChannelPool(ChannelPool.ChannelFactory factory, int count)
Constructor for ChannelPool.
-