public class RowKeyWritable extends Object implements org.apache.hadoop.io.WritableComparable<RowKeyWritable>
| Modifier and Type | Class and Description |
|---|---|
static class |
RowKeyWritable.RowKeyComparator |
| Constructor and Description |
|---|
RowKeyWritable() |
RowKeyWritable(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RowKeyWritable other) |
void |
readFields(DataInput in) |
void |
set(byte[] array) |
void |
set(byte[] array,
int offset,
int length) |
void |
write(DataOutput out) |
public RowKeyWritable()
public RowKeyWritable(byte[] bytes)
public void set(byte[] array)
public void set(byte[] array,
int offset,
int length)
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(RowKeyWritable other)
compareTo in interface Comparable<RowKeyWritable>Copyright © 2014–2018 Apache Software Foundation. All rights reserved.