com.sleepycat.je.rep.util.ldiff
Class Protocol.EnvDiff

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
          extended by com.sleepycat.je.rep.util.ldiff.Protocol.EnvDiff
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.EnvDiff
extends BinaryProtocol.SimpleMessage

Message used to present that an Environment is requesting to do a LDiff with another Environment.


Constructor Summary
Protocol.EnvDiff()
           
Protocol.EnvDiff(ByteBuffer buffer)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getEnum, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
 
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.EnvDiff

public Protocol.EnvDiff()

Protocol.EnvDiff

public Protocol.EnvDiff(ByteBuffer buffer)
Method Detail

getOp

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


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