Package com.clickhouse.client.grpc
Class ClickHouseGrpcResponse
java.lang.Object
com.clickhouse.client.ClickHouseStreamResponse
com.clickhouse.client.grpc.ClickHouseGrpcResponse
- All Implemented Interfaces:
ClickHouseResponse,Serializable,AutoCloseable
- See Also:
-
Field Summary
Fields inherited from class com.clickhouse.client.ClickHouseStreamResponse
columns, config, defaultTypes, input, processor, summaryFields inherited from interface com.clickhouse.client.ClickHouseResponse
EMPTY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClickHouseGrpcResponse(ClickHouseConfig config, Map<String, Serializable> settings, ClickHouseStreamObserver observer) protectedClickHouseGrpcResponse(ClickHouseConfig config, Map<String, Serializable> settings, Result result) -
Method Summary
Methods inherited from class com.clickhouse.client.ClickHouseStreamResponse
close, getColumns, getFormat, getInputStream, isClosed, of, of, of, of, of, recordsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.clickhouse.client.ClickHouseResponse
firstRecord, pipe, stream
-
Constructor Details
-
ClickHouseGrpcResponse
protected ClickHouseGrpcResponse(ClickHouseConfig config, Map<String, Serializable> settings, ClickHouseStreamObserver observer) throws IOException- Throws:
IOException
-
ClickHouseGrpcResponse
protected ClickHouseGrpcResponse(ClickHouseConfig config, Map<String, Serializable> settings, Result result) throws IOException- Throws:
IOException
-
-
Method Details
-
getSummary
- Specified by:
getSummaryin interfaceClickHouseResponse- Overrides:
getSummaryin classClickHouseStreamResponse
-