Uses of Class
com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallContext
Packages that use ExecuteQueryCallContext
-
Uses of ExecuteQueryCallContext in com.google.cloud.bigtable.data.v2.stub.sql
Methods in com.google.cloud.bigtable.data.v2.stub.sql that return ExecuteQueryCallContextModifier and TypeMethodDescriptionstatic ExecuteQueryCallContextExecuteQueryCallContext.create(BoundStatement boundStatement, com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture) ExecuteQueryResumptionStrategy.getResumeRequest(ExecuteQueryCallContext originalRequest) Methods in com.google.cloud.bigtable.data.v2.stub.sql that return types with arguments of type ExecuteQueryCallContextModifier and TypeMethodDescriptioncom.google.api.gax.retrying.StreamResumptionStrategy<ExecuteQueryCallContext,ExecuteQueryResponse> ExecuteQueryResumptionStrategy.createNew()Methods in com.google.cloud.bigtable.data.v2.stub.sql with parameters of type ExecuteQueryCallContextModifier and TypeMethodDescriptionvoidExecuteQueryCallable.call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) voidMetadataErrorHandlingCallable.call(ExecuteQueryCallContext request, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext context) voidPlanRefreshingCallable.call(ExecuteQueryCallContext executeQueryCallContext, com.google.api.gax.rpc.ResponseObserver<ExecuteQueryResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) voidSqlRowMergingCallable.call(ExecuteQueryCallContext callContext, com.google.api.gax.rpc.ResponseObserver<com.google.cloud.bigtable.data.v2.internal.SqlRow> responseObserver, com.google.api.gax.rpc.ApiCallContext apiCallContext) ExecuteQueryResumptionStrategy.getResumeRequest(ExecuteQueryCallContext originalRequest) Constructor parameters in com.google.cloud.bigtable.data.v2.stub.sql with type arguments of type ExecuteQueryCallContextModifierConstructorDescriptionExecuteQueryCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext, com.google.cloud.bigtable.data.v2.internal.SqlRow> inner) MetadataErrorHandlingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext, com.google.cloud.bigtable.data.v2.internal.SqlRow> inner) SqlRowMergingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ExecuteQueryCallContext, ExecuteQueryResponse> inner)