Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
protected BufferChain |
ServerCall.response
Chain of buffers to send as response.
|
Modifier and Type | Method and Description |
---|---|
BufferChain |
RpcResponse.getResponse() |
BufferChain |
ServerCall.getResponse() |
protected BufferChain |
ServerCall.wrapWithSasl(BufferChain bc) |
Modifier and Type | Method and Description |
---|---|
protected long |
SimpleRpcServer.channelWrite(GatheringByteChannel channel,
BufferChain bufferChain)
Deprecated.
|
protected BufferChain |
ServerCall.wrapWithSasl(BufferChain bc) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.