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

java.lang.Object
  extended by com.sleepycat.je.rep.util.ldiff.Record

public class Record
extends Object


Field Summary
(package private)  byte[] mix
           
 
Constructor Summary
Record(byte[] key, byte[] data, VLSN vlsn)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[] getData()
           
 byte[] getKey()
           
 VLSN getVLSN()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mix

byte[] mix
Constructor Detail

Record

public Record(byte[] key,
              byte[] data,
              VLSN vlsn)
Method Detail

getKey

public byte[] getKey()

getData

public byte[] getData()

getVLSN

public VLSN getVLSN()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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