com.sleepycat.je.rep.util.ldiff
Class Block
java.lang.Object
com.sleepycat.je.rep.util.ldiff.Block
- All Implemented Interfaces:
- Serializable
public class Block
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Block(int blockId)
|
numRecords
int numRecords
Block
public Block(int blockId)
getBlockId
int getBlockId()
getNumRecords
int getNumRecords()
setNumRecords
public void setNumRecords(int numRecords)
getBeginKey
byte[] getBeginKey()
setBeginKey
public void setBeginKey(byte[] beginKey)
getBeginData
byte[] getBeginData()
setBeginData
public void setBeginData(byte[] beginData)
getRollingChksum
long getRollingChksum()
setRollingChksum
public void setRollingChksum(long rollingChksum)
getMd5Hash
byte[] getMd5Hash()
setMd5Hash
public void setMd5Hash(byte[] md5Hash)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004-2012 Oracle. All rights reserved.