|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schema.Field | |
---|---|
org.apache.avro | Avro kernel classes. |
Uses of Schema.Field in org.apache.avro |
---|
Methods in org.apache.avro that return types with arguments of type Schema.Field | |
---|---|
Map<String,Schema.Field> |
Schema.getFields()
If this is a record, returns its fields. |
Method parameters in org.apache.avro with type arguments of type Schema.Field | |
---|---|
static Schema |
Schema.createRecord(LinkedHashMap<String,Schema.Field> fields)
Create an anonymous record schema. |
void |
Schema.setFields(LinkedHashMap<String,Schema.Field> fields)
If this is a record, set its fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |