@InternalApi public class BigtableChannelPrimer extends Object implements com.google.cloud.bigtable.gaxx.grpc.ChannelPrimer
BigtableChannelPool.
This implementation is subject to change in the future, but currently it will prime the channel by sending a ReadRow request for a hardcoded, non-existent row key.
| Modifier and Type | Method and Description |
|---|---|
void |
primeChannel(io.grpc.Channel channel) |
com.google.api.core.ApiFuture<PingAndWarmResponse> |
sendPrimeRequestsAsync(io.grpc.Channel managedChannel) |
public void primeChannel(io.grpc.Channel channel)
primeChannel in interface com.google.cloud.bigtable.gaxx.grpc.ChannelPrimerpublic com.google.api.core.ApiFuture<PingAndWarmResponse> sendPrimeRequestsAsync(io.grpc.Channel managedChannel)
sendPrimeRequestsAsync in interface com.google.cloud.bigtable.gaxx.grpc.ChannelPrimerCopyright © 2026 Google LLC. All rights reserved.