Package org.apache.hadoop.hbase.ipc
Class ServerRpcConnection.ByteBuffByteInput
java.lang.Object
org.apache.hbase.thirdparty.com.google.protobuf.ByteInput
org.apache.hadoop.hbase.ipc.ServerRpcConnection.ByteBuffByteInput
- Enclosing class:
- ServerRpcConnection
private static class ServerRpcConnection.ByteBuffByteInput
extends org.apache.hbase.thirdparty.com.google.protobuf.ByteInput
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
read
(int offset) int
read
(int offset, byte[] out, int outOffset, int len) int
read
(int offset, ByteBuffer out) int
size()
Methods inherited from class org.apache.hbase.thirdparty.com.google.protobuf.ByteInput
read
-
Field Details
-
buf
-
length
-
-
Constructor Details
-
ByteBuffByteInput
ByteBuffByteInput(ByteBuff buf, int length)
-
-
Method Details
-
read
- Specified by:
read
in classorg.apache.hbase.thirdparty.com.google.protobuf.ByteInput
-
read
- Specified by:
read
in classorg.apache.hbase.thirdparty.com.google.protobuf.ByteInput
-
read
- Specified by:
read
in classorg.apache.hbase.thirdparty.com.google.protobuf.ByteInput
-
size
- Specified by:
size
in classorg.apache.hbase.thirdparty.com.google.protobuf.ByteInput
-