com.sleepycat.je.rep.util.ldiff
Class Protocol.BlockInfo
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.util.ldiff.Protocol.BlockInfo
- All Implemented Interfaces:
- BinaryProtocol.WireFormatable
- Enclosing class:
- Protocol
public class Protocol.BlockInfo
- extends BinaryProtocol.SimpleMessage
Supplies the properties of an individual block.
block
final Block block
Protocol.BlockInfo
public Protocol.BlockInfo(Block block)
Protocol.BlockInfo
public Protocol.BlockInfo(ByteBuffer buffer)
wireFormat
public ByteBuffer wireFormat()
- Description copied from class:
BinaryProtocol.Message
- The default message consists of the operation enum and just a 0
length size.
- Specified by:
wireFormat
in interface BinaryProtocol.WireFormatable
- Overrides:
wireFormat
in class BinaryProtocol.Message
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
getBlock
public Block getBlock()
Copyright (c) 2004-2010 Oracle. All rights reserved.