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