Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
protected BufferChain |
RpcServer.Call.response
Chain of buffers to send as response.
|
Modifier and Type | Method and Description |
---|---|
private BufferChain |
RpcServer.Call.wrapWithSasl(BufferChain bc) |
Modifier and Type | Method and Description |
---|---|
protected long |
RpcServer.channelWrite(GatheringByteChannel channel,
BufferChain bufferChain)
This is a wrapper around
WritableByteChannel.write(java.nio.ByteBuffer) . |
private BufferChain |
RpcServer.Call.wrapWithSasl(BufferChain bc) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.