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

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

public class Protocol.FeederProtocolVersion
extends Protocol.ProtocolVersion

The feeder sends the replica its proposed version. IMPORTANT: This message must not change.


Constructor Summary
Protocol.FeederProtocolVersion(ByteBuffer buffer)
           
Protocol.FeederProtocolVersion(int proposedVersion)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.stream.Protocol.ProtocolVersion
getNameIdPair, getVersion, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol.FeederProtocolVersion

public Protocol.FeederProtocolVersion(int proposedVersion)

Protocol.FeederProtocolVersion

public Protocol.FeederProtocolVersion(ByteBuffer buffer)
Method Detail

getOp

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


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