Package com.clickhouse.client.grpc.impl
Class ClickHouseGrpc
- java.lang.Object
-
- com.clickhouse.client.grpc.impl.ClickHouseGrpc
-
public final class ClickHouseGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClickHouseGrpc.ClickHouseBlockingStubstatic classClickHouseGrpc.ClickHouseFutureStubstatic classClickHouseGrpc.ClickHouseImplBasestatic classClickHouseGrpc.ClickHouseStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<QueryInfo,Result>getExecuteQueryMethod()static io.grpc.MethodDescriptor<QueryInfo,Result>getExecuteQueryWithStreamInputMethod()static io.grpc.MethodDescriptor<QueryInfo,Result>getExecuteQueryWithStreamIOMethod()static io.grpc.MethodDescriptor<QueryInfo,Result>getExecuteQueryWithStreamOutputMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ClickHouseGrpc.ClickHouseBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ClickHouseGrpc.ClickHouseFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ClickHouseGrpc.ClickHouseStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExecuteQueryMethod
public static io.grpc.MethodDescriptor<QueryInfo,Result> getExecuteQueryMethod()
-
getExecuteQueryWithStreamInputMethod
public static io.grpc.MethodDescriptor<QueryInfo,Result> getExecuteQueryWithStreamInputMethod()
-
getExecuteQueryWithStreamOutputMethod
public static io.grpc.MethodDescriptor<QueryInfo,Result> getExecuteQueryWithStreamOutputMethod()
-
getExecuteQueryWithStreamIOMethod
public static io.grpc.MethodDescriptor<QueryInfo,Result> getExecuteQueryWithStreamIOMethod()
-
newStub
public static ClickHouseGrpc.ClickHouseStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ClickHouseGrpc.ClickHouseBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ClickHouseGrpc.ClickHouseFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-