public static class RCFile.KeyBuffer extends Object implements org.apache.hadoop.io.WritableComparable
| Constructor and Description |
|---|
KeyBuffer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object arg0) |
int |
getColumnNumber() |
int[] |
getEachColumnUncompressedValueLen() |
int[] |
getEachColumnValueLen() |
int |
getNumberRows() |
int |
getSize()
get number of bytes to store the keyBuffer.
|
void |
nullColumn(int columnIndex) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
@Deprecated public KeyBuffer()
public int getColumnNumber()
public void nullColumn(int columnIndex)
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic int getSize()
throws IOException
IOExceptionpublic int compareTo(Object arg0)
compareTo in interface Comparablepublic int[] getEachColumnUncompressedValueLen()
public int[] getEachColumnValueLen()
public int getNumberRows()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.