com.sleepycat.je.rep.stream
Class Protocol.FeederProtocolVersion
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.stream.Protocol.HandshakeMessage
com.sleepycat.je.rep.stream.Protocol.ProtocolVersion
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.
Protocol.FeederProtocolVersion
public Protocol.FeederProtocolVersion(int proposedVersion)
Protocol.FeederProtocolVersion
public Protocol.FeederProtocolVersion(ByteBuffer buffer)
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
Copyright (c) 2004-2012 Oracle. All rights reserved.