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

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.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.


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.stream.Protocol.VLSNMessage
vlsn
 
Constructor Summary
Protocol.EntryRequest(ByteBuffer buffer)
           
Protocol.EntryRequest(VLSN matchpoint)
           
 
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.EntryRequest

Protocol.EntryRequest(VLSN matchpoint)

Protocol.EntryRequest

public Protocol.EntryRequest(ByteBuffer buffer)
Method Detail

getOp

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


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