public static class RCFile.KeyBuffer extends Object implements org.apache.hadoop.io.WritableComparable
Constructor and Description |
---|
RCFile.KeyBuffer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object arg0) |
boolean |
equals(Object obj) |
int |
getColumnNumber() |
int |
getSize()
get number of bytes to store the keyBuffer.
|
int |
hashCode() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
@Deprecated public RCFile.KeyBuffer()
public int getColumnNumber()
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int getSize() throws IOException
IOException
public int compareTo(Object arg0)
compareTo
in interface Comparable
Copyright © 2014 Apache Software Foundation. All Rights Reserved.