public class BaseProtocol.Entry extends BinaryProtocol.Message
| Modifier and Type | Field and Description |
|---|---|
protected InputWireRecord |
inputWireRecord |
protected OutputWireRecord |
outputWireRecord |
| Constructor and Description |
|---|
Entry(ByteBuffer buffer) |
Entry(OutputWireRecord outputWireRecord) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
InputWireRecord |
getWireRecord() |
protected int |
getWireSize() |
boolean |
isTxnEnd() |
boolean |
match(BinaryProtocol.Message other) |
String |
toString() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBufferprotected final InputWireRecord inputWireRecord
protected OutputWireRecord outputWireRecord
public Entry(OutputWireRecord outputWireRecord)
public Entry(ByteBuffer buffer) throws DatabaseException
DatabaseExceptionpublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messageprotected int getWireSize()
public InputWireRecord getWireRecord()
public String toString()
toString in class BinaryProtocol.Messagepublic boolean match(BinaryProtocol.Message other)
match in class BinaryProtocol.Messagepublic boolean isTxnEnd()
Copyright © 2024. All rights reserved.