org.apache.hadoop.hive.ql.exec
Class ByteWritable
java.lang.Object
org.apache.hadoop.hive.ql.exec.ByteWritable
public class ByteWritable
- extends Object
ByteWritable.
ByteWritable
public ByteWritable(int b)
ByteWritable
public ByteWritable()
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
set
public void set(int b)
compareTo
public int compareTo(Object o)
- Compares two ByteWritables.
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 The Apache Software Foundation