Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
SchemaBuilder.FieldDefault<R,S extends SchemaBuilder.FieldDefault<R,S>>
Abstract base class for field defaults.
|
Modifier and Type | Class and Description |
---|---|
static class |
SchemaBuilder.ArrayDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.BooleanDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.BytesDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.DoubleDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.EnumDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.FixedDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.FloatDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.IntDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.LongDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.MapDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.NullDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.RecordDefault<R>
Choose whether to use a default value for the field or not.
|
static class |
SchemaBuilder.StringDefault<R>
Choose whether to use a default value for the field or not.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.