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

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

public class Protocol.EntryNotFound
extends BinaryProtocol.Message

Response when the EntryRequest asks for a VLSN that is below the VLSN range covered by the Feeder.


Constructor Summary
Protocol.EntryNotFound()
           
Protocol.EntryNotFound(ByteBuffer buffer)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match, toString, wireFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol.EntryNotFound

public Protocol.EntryNotFound()

Protocol.EntryNotFound

public Protocol.EntryNotFound(ByteBuffer buffer)
Method Detail

getOp

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


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