Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.LongDefault<R> |
SchemaBuilder.BaseFieldTypeBuilder.longType()
A plain long type without custom properties.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.LongBuilder<SchemaBuilder.LongDefault<R>> |
SchemaBuilder.BaseFieldTypeBuilder.longBuilder()
Build a long type that can set custom properties.
|
SchemaBuilder.LongBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.LongDefault<R>>> |
SchemaBuilder.UnionFieldTypeBuilder.longBuilder()
Build a long type that can set custom properties.
|
SchemaBuilder.UnionAccumulator<SchemaBuilder.LongDefault<R>> |
SchemaBuilder.UnionFieldTypeBuilder.longType()
A plain long type without custom properties.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.