@InternalApi public final class ReadRowsRetryCompletedCallable<RowT> extends ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT>
This callable works in tandem with ReadRowsResumptionStrategy, which will send a
FULFILLED_REQUEST_MARKER to be processed by this callable. Upon receiving the FULFILLED_REQUEST_MARKER, this callable will promptly notify the ResponseObserver that
the stream has been successfully compeleted.
This class is considered an internal implementation detail and not meant to be used by applications.
| Constructor and Description |
|---|
ReadRowsRetryCompletedCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(com.google.bigtable.v2.ReadRowsRequest request,
ResponseObserver<RowT> responseObserver,
ApiCallContext context) |
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, first, serverStreamingCall, serverStreamingCall, withDefaultCallContextpublic ReadRowsRetryCompletedCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner)
public void call(com.google.bigtable.v2.ReadRowsRequest request,
ResponseObserver<RowT> responseObserver,
ApiCallContext context)
call in class ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT>Copyright © 2019 Google LLC. All rights reserved.