com.sleepycat.je.rep.stream
Class Protocol.StartStream
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.stream.Protocol.VLSNMessage
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.
Protocol.StartStream
Protocol.StartStream(VLSN startVLSN)
Protocol.StartStream
public Protocol.StartStream(ByteBuffer buffer)
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
Copyright (c) 2004-2010 Oracle. All rights reserved.