com.sleepycat.je.rep.util.ldiff
Class Protocol.DbMismatch
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
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.
Protocol.DbMismatch
public Protocol.DbMismatch(String message)
Protocol.DbMismatch
public Protocol.DbMismatch(ByteBuffer buffer)
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
Copyright (c) 2004-2010 Oracle. All rights reserved.