| Package | Description |
|---|---|
| tachyon.network.protocol | |
| tachyon.network.protocol.databuffer |
| Modifier and Type | Method and Description |
|---|---|
DataBuffer |
RPCMessage.getPayloadDataBuffer()
Returns the data buffer of the payload.
|
DataBuffer |
RPCBlockWriteRequest.getPayloadDataBuffer() |
DataBuffer |
RPCBlockReadResponse.getPayloadDataBuffer() |
| Constructor and Description |
|---|
RPCBlockReadResponse(long blockId,
long offset,
long length,
DataBuffer data,
RPCResponse.Status status) |
RPCBlockWriteRequest(long sessionId,
long blockId,
long offset,
long length,
DataBuffer data) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataByteArrayChannel
A DataBuffer backed by a byte[].
|
class |
DataByteBuffer
A DataBuffer with the underlying data being a
ByteBuffer. |
class |
DataFileChannel
A DataBuffer with the underlying data being a
FileChannel. |
class |
DataNettyBuffer
A DataBuffer with the underlying data being a
ByteBuf. |
Copyright © 2015. All Rights Reserved.