public class Protocol.DbBlocks extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
DbBlocks(ByteBuffer buffer) |
DbBlocks(String dbName,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
String |
getDbName() |
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 DbBlocks(String dbName, int blockSize)
public DbBlocks(ByteBuffer buffer)
public ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic String getDbName()
public int getBlockSize()
Copyright © 2024. All rights reserved.