@InternalApi public class ReadRowsUserCallable<RowT> extends ServerStreamingCallable<Query,RowT>
This class is considered an internal implementation detail and not meant to be used by applications.
Constructor and Description |
---|
ReadRowsUserCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner,
RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
call(Query request,
ResponseObserver<RowT> responseObserver,
ApiCallContext context) |
UnaryCallable<Query,RowT> |
first() |
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, serverStreamingCall, serverStreamingCall, withDefaultCallContext
public ReadRowsUserCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner, RequestContext requestContext)
public void call(Query request, ResponseObserver<RowT> responseObserver, ApiCallContext context)
call
in class ServerStreamingCallable<Query,RowT>
public UnaryCallable<Query,RowT> first()
first
in class ServerStreamingCallable<Query,RowT>
Copyright © 2019 Google LLC. All rights reserved.