public class Record
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
mix |
| Constructor and Description |
|---|
Record(byte[] key,
byte[] data,
VLSN vlsn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getData() |
byte[] |
getKey() |
VLSN |
getVLSN() |
int |
hashCode() |
public Record(byte[] key,
byte[] data,
VLSN vlsn)
public byte[] getKey()
public byte[] getData()
public VLSN getVLSN()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright (c) 2004-2012 Oracle. All rights reserved.