com.sleepycat.je.rep.util.ldiff
Class MismatchedRegion
java.lang.Object
com.sleepycat.je.rep.util.ldiff.MismatchedRegion
public class MismatchedRegion
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MismatchedRegion
public MismatchedRegion()
setRemoteBeginKey
public void setRemoteBeginKey(byte[] remoteBeginKey)
setRemoteBeginData
public void setRemoteBeginData(byte[] remoteBeginData)
setRemoteDiffSize
public void setRemoteDiffSize(long remoteDiffSize)
setLocalBeginKey
public void setLocalBeginKey(byte[] localBeginKey)
setLocalBeginData
public void setLocalBeginData(byte[] localBeginData)
setLocalDiffSize
public void setLocalDiffSize(long localDiffSize)
getRemoteBeginKey
public byte[] getRemoteBeginKey()
getRemoteBeginData
public byte[] getRemoteBeginData()
getRemoteDiffSize
public long getRemoteDiffSize()
getLocalBeginKey
public byte[] getLocalBeginKey()
getLocalBeginData
public byte[] getLocalBeginData()
getLocalDiffSize
public long getLocalDiffSize()
isRemoteAdditional
public boolean isRemoteAdditional()
isLocalAdditional
public boolean isLocalAdditional()
isNull
public boolean isNull()
Copyright (c) 2004-2012 Oracle. All rights reserved.