public class Protocol.DbBlocks extends BinaryProtocol.SimpleMessage
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
blockSize |
(package private) java.lang.String |
dbName |
| Constructor and Description |
|---|
Protocol.DbBlocks(java.nio.ByteBuffer buffer) |
Protocol.DbBlocks(java.lang.String dbName,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
java.lang.String |
getDbName() |
BinaryProtocol.MessageOp |
getOp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, match, toStringpublic Protocol.DbBlocks(java.lang.String dbName,
int blockSize)
public Protocol.DbBlocks(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic java.lang.String getDbName()
public int getBlockSize()
Copyright (c) 2004-2012 Oracle. All rights reserved.