@Deprecated public class ByteWritable extends Object implements org.apache.hadoop.io.WritableComparable
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteWritable.Comparator
Deprecated.
A Comparator optimized for BytesWritable.
|
| Constructor and Description |
|---|
ByteWritable()
Deprecated.
|
ByteWritable(int b)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Deprecated.
Compares two ByteWritables.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readFields(DataInput in)
Deprecated.
|
void |
set(int b)
Deprecated.
|
void |
write(DataOutput out)
Deprecated.
|
public ByteWritable(int b)
public ByteWritable()
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 void set(int b)
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2019 The Apache Software Foundation. All Rights Reserved.