| Package | Description |
|---|---|
| tech.ydb.core.grpc | |
| tech.ydb.core.impl | |
| tech.ydb.core.impl.call |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrpcReadWriteStream<R,W> |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
GrpcTransport.readStreamCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
GrpcRequestSettings settings,
ReqT request) |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
BaseGrpcTransport.readStreamCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
GrpcRequestSettings settings,
ReqT request) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyStream<R,W>
Empty stream without messages but with status
|
class |
ProxyReadStream<BaseR,DestR> |
class |
ReadStreamCall<ReqT,RespT> |
class |
ReadWriteStreamCall<R,W> |
| Constructor and Description |
|---|
ProxyReadStream(GrpcReadStream<BaseR> origin,
ProxyReadStream.MessageFunctor<BaseR,DestR> functor) |
Copyright © 2024. All rights reserved.