public interface HCatRecordable
extends org.apache.hadoop.io.Writable
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int fieldNum)
Gets the field at the specified index.
|
List<Object> |
getAll()
Gets all the fields of the hcat record.
|
void |
set(int fieldNum,
Object value)
Sets the field at the specified index.
|
int |
size()
Gets the size of the hcat record.
|
Object get(int fieldNum)
fieldNum - the field numbervoid set(int fieldNum,
Object value)
fieldNum - the field numbervalue - the value to setint size()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.