Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
org.apache.avro.generic |
A generic representation for Avro data.
|
org.apache.avro.hadoop.io | |
org.apache.avro.ipc |
Support for inter-process calls.
|
org.apache.avro.specific |
Generate specific Java classes for schemas and protocols.
|
Modifier and Type | Method and Description |
---|---|
GenericFixed |
Conversions.DecimalConversion.toFixed(BigDecimal value,
Schema schema,
LogicalType type) |
GenericFixed |
Conversion.toFixed(T value,
Schema schema,
LogicalType type) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
Conversions.DecimalConversion.fromFixed(GenericFixed value,
Schema schema,
LogicalType type) |
T |
Conversion.fromFixed(GenericFixed value,
Schema schema,
LogicalType type) |
Modifier and Type | Class and Description |
---|---|
static class |
GenericData.Fixed
Default implementation of
GenericFixed . |
Modifier and Type | Method and Description |
---|---|
GenericFixed |
AvroDatumConverterFactory.ByteWritableConverter.convert(ByteWritable input) |
Modifier and Type | Class and Description |
---|---|
class |
MD5 |
Modifier and Type | Class and Description |
---|---|
class |
SpecificFixed
Base class for generated fixed-sized data classes.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.