Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
private NettyServerRpcConnection |
NettyRpcServerRequestDecoder.connection |
(package private) NettyServerRpcConnection |
NettyRpcFrameDecoder.connection |
Modifier and Type | Method and Description |
---|---|
protected NettyServerRpcConnection |
NettyRpcServerPreambleHandler.createNettyServerRpcConnection(org.apache.hbase.thirdparty.io.netty.channel.Channel channel) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
NettyRpcServerRequestDecoder.setConnection(NettyServerRpcConnection connection) |
(package private) void |
NettyRpcFrameDecoder.setConnection(NettyServerRpcConnection connection) |
Constructor and Description |
---|
NettyServerCall(int id,
org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service,
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md,
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
org.apache.hbase.thirdparty.com.google.protobuf.Message param,
CellScanner cellScanner,
NettyServerRpcConnection connection,
long size,
InetAddress remoteAddress,
long receiveTime,
int timeout,
ByteBuffAllocator bbAllocator,
CellBlockBuilder cellBlockBuilder,
RpcServer.CallCleanup reqCleanup) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.