public class BaseProtocol.EntryRequest extends BaseProtocol.VLSNMessage
vlsn| Constructor and Description |
|---|
EntryRequest(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
BaseProtocol.EntryRequestType |
getType() |
String |
toString() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
int |
wireFormatSize() |
allocateInitializedBuffer, matchpublic EntryRequest(ByteBuffer buffer)
public BaseProtocol.EntryRequestType getType()
public ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BaseProtocol.VLSNMessagepublic int wireFormatSize()
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic String toString()
toString in class BaseProtocol.VLSNMessageCopyright © 2024. All rights reserved.