com.sleepycat.je.rep.util.ldiff
Class Block

java.lang.Object
  extended by com.sleepycat.je.rep.util.ldiff.Block
All Implemented Interfaces:
Serializable

public class Block
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  int numRecords
           
 
Constructor Summary
Block(int blockId)
           
 
Method Summary
 boolean equals(Object o)
           
(package private)  byte[] getBeginData()
           
(package private)  byte[] getBeginKey()
           
(package private)  int getBlockId()
           
(package private)  byte[] getMd5Hash()
           
(package private)  int getNumRecords()
           
(package private)  long getRollingChksum()
           
 void setBeginData(byte[] beginData)
           
 void setBeginKey(byte[] beginKey)
           
 void setMd5Hash(byte[] md5Hash)
           
 void setNumRecords(int numRecords)
           
 void setRollingChksum(long rollingChksum)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numRecords

int numRecords
Constructor Detail

Block

public Block(int blockId)
Method Detail

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-2010 Oracle. All rights reserved.