com.sleepycat.je.rep.stream
Class Protocol.VLSNMessage

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by 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


Field Summary
protected  VLSN vlsn
           
 
Constructor Summary
Protocol.VLSNMessage(ByteBuffer buffer)
           
Protocol.VLSNMessage(VLSN vlsn)
           
 
Method Summary
(package private)  VLSN getVLSN()
           
 String toString()
           
 ByteBuffer wireFormat()
          The default message consists of the operation enum and just a 0 length size.
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, getOp, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vlsn

protected final VLSN vlsn
Constructor Detail

Protocol.VLSNMessage

Protocol.VLSNMessage(VLSN vlsn)

Protocol.VLSNMessage

public Protocol.VLSNMessage(ByteBuffer buffer)
Method Detail

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-2010 Oracle. All rights reserved.