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

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.stream.Protocol.HeartbeatResponse
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.HeartbeatResponse
extends BinaryProtocol.Message


Constructor Summary
Protocol.HeartbeatResponse(ByteBuffer buffer)
           
Protocol.HeartbeatResponse(VLSN syncupVLSN)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 VLSN getSyncupVLSN()
           
 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, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol.HeartbeatResponse

public Protocol.HeartbeatResponse(VLSN syncupVLSN)

Protocol.HeartbeatResponse

public Protocol.HeartbeatResponse(ByteBuffer buffer)
Method Detail

getOp

public BinaryProtocol.MessageOp getOp()
Specified by:
getOp in class BinaryProtocol.Message

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

getSyncupVLSN

public VLSN getSyncupVLSN()

toString

public String toString()
Overrides:
toString in class BinaryProtocol.Message


Copyright (c) 2004-2010 Oracle. All rights reserved.