@InternalApi public class MeasuredReadRowsCallable<RowT> extends com.google.api.gax.rpc.ServerStreamingCallable<Query,RowT>
Recorded stats:
RpcMeasureConstants.BIGTABLE_OP_LATENCY
RpcMeasureConstants.BIGTABLE_ROWS_READ_PER_OP
RpcMeasureConstants.BIGTABLE_READ_ROWS_FIRST_ROW_LATENCY
For internal use only.
Constructor and Description |
---|
MeasuredReadRowsCallable(com.google.api.gax.rpc.ServerStreamingCallable<Query,RowT> innerCallable,
String methodName,
io.opencensus.tags.Tagger tagger,
io.opencensus.stats.StatsRecorder stats,
com.google.api.core.ApiClock clock) |
Modifier and Type | Method and Description |
---|---|
void |
call(Query request,
com.google.api.gax.rpc.ResponseObserver<RowT> outerObserver,
com.google.api.gax.rpc.ApiCallContext context) |
public MeasuredReadRowsCallable(@Nonnull com.google.api.gax.rpc.ServerStreamingCallable<Query,RowT> innerCallable, @Nonnull String methodName, @Nonnull io.opencensus.tags.Tagger tagger, @Nonnull io.opencensus.stats.StatsRecorder stats, @Nonnull com.google.api.core.ApiClock clock)
Copyright © 2019 Google LLC. All rights reserved.