|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HCatRecordable
Interface that determines whether we can implement a HCatRecord on top of it
Method Summary | |
---|---|
java.lang.Object |
get(int fieldNum)
Gets the field at the specified index. |
java.util.List<java.lang.Object> |
getAll()
Gets all the fields of the hcat record. |
void |
set(int fieldNum,
java.lang.Object value)
Sets the field at the specified index. |
int |
size()
Gets the size of the hcat record. |
Methods inherited from interface org.apache.hadoop.io.Writable |
---|
readFields, write |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.Object get(int fieldNum)
fieldNum
- the field number
java.util.List<java.lang.Object> getAll()
void set(int fieldNum, java.lang.Object value)
fieldNum
- the field numbervalue
- the value to setint size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |