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

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

public class Protocol.StartStream
extends Protocol.VLSNMessage

StartStream indicates that the replica would like the feeder to start the replication stream at the proposed vlsn.


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.stream.Protocol.VLSNMessage
vlsn
 
Constructor Summary
Protocol.StartStream(ByteBuffer buffer)
           
Protocol.StartStream(VLSN startVLSN)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.stream.Protocol.VLSNMessage
getVLSN, toString, wireFormat
 
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.StartStream

Protocol.StartStream(VLSN startVLSN)

Protocol.StartStream

public Protocol.StartStream(ByteBuffer buffer)
Method Detail

getOp

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


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