public class ShuffleEntry extends Object
| Constructor and Description |
|---|
ShuffleEntry(byte[] key,
byte[] secondaryKey,
byte[] value) |
ShuffleEntry(byte[] position,
byte[] key,
byte[] secondaryKey,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
byteArrayToString(byte[] bytes) |
boolean |
equals(Object o) |
byte[] |
getKey() |
byte[] |
getPosition() |
byte[] |
getSecondaryKey() |
byte[] |
getValue() |
int |
hashCode() |
int |
length()
Returns the size of this entry in bytes, excluding
position. |
String |
toString() |
public ShuffleEntry(byte[] key,
byte[] secondaryKey,
byte[] value)
public ShuffleEntry(byte[] position,
byte[] key,
byte[] secondaryKey,
byte[] value)
public byte[] getPosition()
public byte[] getKey()
public byte[] getSecondaryKey()
public byte[] getValue()
public int length()
position.public static String byteArrayToString(byte[] bytes)