com.sleepycat.je.rep.stream
Class Protocol.VLSNMessage
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.stream.Protocol.VLSNMessage
- All Implemented Interfaces:
- BinaryProtocol.WireFormatable
- Direct Known Subclasses:
- Protocol.EntryRequest, Protocol.RestoreRequest, Protocol.StartStream
- Enclosing class:
- Protocol
abstract class Protocol.VLSNMessage
- extends BinaryProtocol.Message
Base class for messages which contain only a VLSN
vlsn
protected final VLSN vlsn
Protocol.VLSNMessage
Protocol.VLSNMessage(VLSN vlsn)
Protocol.VLSNMessage
public Protocol.VLSNMessage(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
getVLSN
VLSN getVLSN()
toString
public String toString()
- Overrides:
toString
in class BinaryProtocol.Message
Copyright (c) 2004-2012 Oracle. All rights reserved.