public interface HCatRecordable
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Object get(int fieldNum)
fieldNum
- the field numberjava.util.List<java.lang.Object> getAll()
void set(int fieldNum, java.lang.Object value)
fieldNum
- the field numbervalue
- the value to setint size()
Copyright © 2012 The Apache Software Foundation