public class AvroFieldDescriptor
extends java.lang.Object
Constructor and Description |
---|
AvroFieldDescriptor(org.apache.avro.Schema.Field field,
boolean dynamic,
boolean accessedByIndex,
boolean accessedByKey) |
Modifier and Type | Method and Description |
---|---|
org.apache.avro.Schema.Field |
getField() |
boolean |
isAccessedByIndex() |
boolean |
isAccessedByKey() |
boolean |
isDynamic() |