public class Protocol.RemoteDiffRequest extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
RemoteDiffRequest(ByteBuffer buffer) |
RemoteDiffRequest(MismatchedRegion region) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
long |
getDiffSize() |
byte[] |
getKey() |
BinaryProtocol.MessageOp |
getOp() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getStringArray, getVLSN, putByteArray, putWireFormat, wireFormat, wireFormatSizeallocateInitializedBuffer, match, toStringpublic RemoteDiffRequest(MismatchedRegion region)
public RemoteDiffRequest(ByteBuffer buffer)
public ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic byte[] getKey()
public byte[] getData()
public long getDiffSize()
Copyright © 2024. All rights reserved.