We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f29420 commit 3dff3cdCopy full SHA for 3dff3cd
1 file changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableChannelPrimer.java
@@ -110,12 +110,6 @@ private void sendPrimeRequestsBlocking(ManagedChannel managedChannel) {
110
}
111
112
113
- /**
114
- * Asynchronously sends a PingAndWarm request.
115
- *
116
- * @param managedChannel The channel to send the request on.
117
- * @return A ListenableFuture that will be completed with the PingAndWarmResponse or an exception.
118
- */
119
public SettableApiFuture<PingAndWarmResponse> sendPrimeRequestsAsync(
120
ManagedChannel managedChannel) {
121
ClientCall<PingAndWarmRequest, PingAndWarmResponse> clientCall =
0 commit comments