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

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.utilint.BinaryProtocol.RejectMessage
              extended by com.sleepycat.je.rep.util.ldiff.Protocol.DbMismatch
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
Protocol

public class Protocol.DbMismatch
extends BinaryProtocol.RejectMessage

Issued in response to a database level mismatch either because the database itself does not exist at the node, or because it's properties are different.


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
errorMessage
 
Constructor Summary
Protocol.DbMismatch(ByteBuffer buffer)
           
Protocol.DbMismatch(String message)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
getErrorMessage, toString, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, 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.DbMismatch

public Protocol.DbMismatch(String message)

Protocol.DbMismatch

public Protocol.DbMismatch(ByteBuffer buffer)
Method Detail

getOp

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


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