Package com.clickhouse.client.grpc.impl
Class ClickHouseGrpc.ClickHouseImplBase
java.lang.Object
com.clickhouse.client.grpc.impl.ClickHouseGrpc.ClickHouseImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ClickHouseGrpc
public abstract static class ClickHouseGrpc.ClickHouseImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidexecuteQuery(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>executeQueryWithStreamInput(io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>executeQueryWithStreamIO(io.grpc.stub.StreamObserver<Result> responseObserver) voidexecuteQueryWithStreamOutput(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver)
-
Constructor Details
-
ClickHouseImplBase
public ClickHouseImplBase()
-
-
Method Details
-
executeQuery
-
executeQueryWithStreamInput
-
executeQueryWithStreamOutput
-
executeQueryWithStreamIO
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-