public class HiveBytesArrayWritable extends BinaryComparable implements WritableComparable<BinaryComparable>, java.io.Serializable
BytesWritable
that allows direct access to the underlying byte array without copying.
Used to wrap already json serialized hive entities.Modifier and Type | Class and Description |
---|---|
static class |
HiveBytesArrayWritable.Comparator |
Constructor and Description |
---|
HiveBytesArrayWritable() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object right_obj)
Are the two byte sequences equal?
|
byte[] |
getBytes() |
org.elasticsearch.hadoop.util.BytesArray |
getContent() |
int |
getLength() |
int |
hashCode() |
void |
readFields(java.io.DataInput in) |
void |
setContent(org.elasticsearch.hadoop.util.BytesArray ba) |
java.lang.String |
toString()
Generate the stream of bytes as hex pairs separated by ' '.
|
void |
write(java.io.DataOutput out) |
compareTo, compareTo
public int getLength()
getLength
in class BinaryComparable
public byte[] getBytes()
getBytes
in class BinaryComparable
public void setContent(org.elasticsearch.hadoop.util.BytesArray ba)
public org.elasticsearch.hadoop.util.BytesArray getContent()
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in interface Writable
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
public boolean equals(java.lang.Object right_obj)
equals
in class BinaryComparable
public int hashCode()
hashCode
in class BinaryComparable
public java.lang.String toString()
toString
in class java.lang.Object