public class BaseProtocol.Ack extends BinaryProtocol.Message
| Constructor and Description |
|---|
Ack(ByteBuffer buffer) |
Ack(long txnId) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
long |
getTxnId() |
String |
toString() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBuffer, matchpublic Ack(long txnId)
public Ack(ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic long getTxnId()
public String toString()
toString in class BinaryProtocol.MessageCopyright © 2024. All rights reserved.