public class BaseProtocol.AlternateMatchpoint extends BinaryProtocol.Message
| Constructor and Description |
|---|
AlternateMatchpoint(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
InputWireRecord |
getAlternateWireRecord() |
BinaryProtocol.MessageOp |
getOp() |
boolean |
match(BinaryProtocol.Message other) |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBuffer, toStringpublic AlternateMatchpoint(ByteBuffer buffer) throws DatabaseException
DatabaseExceptionpublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic InputWireRecord getAlternateWireRecord()
public boolean match(BinaryProtocol.Message other)
match in class BinaryProtocol.MessageCopyright © 2024. All rights reserved.