@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.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void set(int b)
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2017 The Apache Software Foundation. All rights reserved.