com.sleepycat.je.rep.stream
Class Protocol.EntryRequest
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.stream.Protocol.VLSNMessage
com.sleepycat.je.rep.stream.Protocol.EntryRequest
- All Implemented Interfaces:
- BinaryProtocol.WireFormatable
- Enclosing class:
- Protocol
public class Protocol.EntryRequest
- extends Protocol.VLSNMessage
A replica node asks a feeder for the log entry at this VLSN.
Protocol.EntryRequest
Protocol.EntryRequest(VLSN matchpoint)
Protocol.EntryRequest
public Protocol.EntryRequest(ByteBuffer buffer)
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
Copyright (c) 2004-2010 Oracle. All rights reserved.