|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexedRecord
A record implementation that permits field access by integer index.
| Method Summary | |
|---|---|
Object |
get(int i)
Return the value of a field given its position in the schema. |
void |
put(int i,
Object v)
Set the value of a field given its position in the schema. |
| Methods inherited from interface org.apache.avro.generic.GenericContainer |
|---|
getSchema |
| Method Detail |
|---|
void put(int i,
Object v)
Object get(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||