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

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.RestoreRequest
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.RestoreRequest
extends Protocol.VLSNMessage

Request from the replica to the feeder for sufficient information to start a network restore.


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

Protocol.RestoreRequest(VLSN failedMatchpoint)

Protocol.RestoreRequest

public Protocol.RestoreRequest(ByteBuffer buffer)
Method Detail

getOp

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


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