Class PlanRefreshingCallable
java.lang.Object
com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
com.google.cloud.bigtable.data.v2.stub.sql.PlanRefreshingCallable
@InternalApi("For internal use only")
public class PlanRefreshingCallable
extends com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
Callable that allows passing of
ResultSetMetadata back to users throught the ExecuteQueryCallContext.
This is considered an internal implementation detail and should not be used by applications.
-
Constructor Summary
ConstructorsConstructorDescriptionPlanRefreshingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryRequest, ExecuteQueryResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidcall(ExecuteQueryCallContext executeQueryCallContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) Methods inherited from class com.google.api.gax.rpc.ServerStreamingCallable
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, first, serverStreamingCall, serverStreamingCall, withDefaultCallContext
-
Constructor Details
-
PlanRefreshingCallable
public PlanRefreshingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryRequest, ExecuteQueryResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
-
-
Method Details
-
call
public void call(ExecuteQueryCallContext executeQueryCallContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, @Nullable com.google.api.gax.rpc.ApiCallContext apiCallContext) - Specified by:
callin classcom.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext,ExecuteQueryResponse>
-