| Name | Description | Type | Package | Framework |
| AbstractAvroMojo | Base for Avro Compiler Mojos. | Class | org.apache.avro.mojo | Avro |
|
| AvroAlias | Adds the given name and space as an alias to the schema. | Class | org.apache.avro.reflect | Avro |
|
| AvroAsTextInputFormat | An InputFormat for Avro data files, which converts each datum to string form in the input key. | Class | org.apache.avro.mapred | Avro |
|
| AvroCharSequenceComparator | Compares Avro string data (data with schema string). | Class | org.apache.avro.hadoop.util | Avro |
|
| AvroCollector | A collector for map and reduce output. | Class | org.apache.avro.mapred | Avro |
|
| AvroDatumConverter | Converts a Java object into an Avro datum. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroDatumConverterFactory | Constructs converters that turn objects (usually from the output of a MR job) into Avro data that can be serialized. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroDatumConverterFactory .AvroWrapperConverter | Converts AvroWrappers into their wrapped Avro data. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .BooleanWritableConverter | Converts BooleanWritables into Booleans. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .BytesWritableConverter | Converts BytesWritables into ByteBuffers. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .ByteWritableConverter | Converts ByteWritables into GenericFixed of size 1. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .DoubleWritableConverter | Converts DoubleWritables into Doubles. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .FloatWritableConverter | Converts FloatWritables into Floats. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .IntWritableConverter | Converts IntWritables into Ints. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .LongWritableConverter | Converts LongWritables into Longs. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .NullWritableConverter | Converts NullWritables into Nulls. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDatumConverterFactory .TextConverter | Converts Text into CharSequences. | Class | org.apache.avro.hadoop.io.AvroDatumConverterFactory | Avro |
|
| AvroDeserializer | Deserializes AvroWrapper objects within Hadoop. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroEncode | Expert: Fields with this annotation are encoded using the given custom encoder. | Class | org.apache.avro.reflect | Avro |
|
| AvroInputFormat | An InputFormat for Avro data files. | Class | org.apache.avro.mapred | Avro |
|
| AvroJob | Setters to configure jobs for Avro data. | Class | org.apache.avro.mapred | Avro |
|
| AvroJob | Utility methods for configuring jobs that work with Avro. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKey | The wrapper of keys for jobs configured with AvroJob . | Class | org.apache.avro.mapred | Avro |
|
| AvroKeyComparator | The RawComparator used by jobs configured with Compares AvroKeys output from the map phase for sorting. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroKeyComparator | The RawComparator used by jobs configured with AvroJob. | Class | org.apache.avro.mapred | Avro |
|
| AvroKeyDeserializer | Deserializes AvroKey objects within Hadoop. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroKeyInputFormat | A MapReduce InputFormat that can handle Avro container files. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyOutputFormat | FileOutputFormat for writing Avro container files. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyOutputFormat .RecordWriterFactory | A factory for creating record writers. | Class | org.apache.avro.mapreduce.AvroKeyOutputFormat | Avro |
|
| AvroKeyRecordReader | Reads records from an input split representing a chunk of an Avro container file. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyRecordWriter | Writes Avro records to an Avro container file output stream. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyValue | A helper object for working with the Avro generic records that are used to store key/value pairs in an Avro container file. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroKeyValue .Iterator | A wrapper for iterators over GenericRecords that are known to be KeyValue records. | Class | org.apache.avro.hadoop.io.AvroKeyValue | Avro |
|
| AvroKeyValueInputFormat | A MapReduce InputFormat that reads from Avro container files of key/value generic records. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyValueOutputFormat | FileOutputFormat for writing Avro container files of key/value pairs. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyValueRecordReader | Reads Avro generic records from an Avro container file, where the records contain two fields: 'key' and 'value'. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroKeyValueRecordWriter | Writes key/value pairs to an Avro container file. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroMapper | A mapper for Avro data. | Class | org.apache.avro.mapred | Avro |
|
| AvroMeta | Adds the given key:Value pair as metadata into the schema, at the corresponding node. | Class | org.apache.avro.reflect | Avro |
|
| AvroMultipleInputs | This class supports Avro-MapReduce jobs that have multiple input paths with a different Schema and AvroMapper for each path. | Class | org.apache.avro.mapred | Avro |
|
| AvroMultipleOutputs | The AvroMultipleOutputs class simplifies writing Avro output data to multiple outputs | Class | org.apache.avro.mapred | Avro |
|
| AvroMultipleOutputs | The AvroMultipleOutputs class simplifies writing Avro output data to multiple outputs | Class | org.apache.avro.mapreduce | Avro |
|
| AvroName | Sets the avroname for this java field. | Class | org.apache.avro.reflect | Avro |
|
| AvroOutputFormat | An OutputFormat for Avro data files. | Class | org.apache.avro.mapred | Avro |
|
| AvroOutputFormatBase | Abstract base class for output formats that write Avro container files. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroRecordReader | An RecordReader for Avro data files. | Class | org.apache.avro.mapred | Avro |
|
| AvroRecordReaderBase | Abstract base class for RecordReaders that read Avro container files. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroReducer | A reducer for Avro data. | Class | org.apache.avro.mapred | Avro |
|
| AvroRemoteException | Base class for exceptions thrown to client by server. | Class | org.apache.avro | Avro |
|
| AvroRuntimeException | Base Avro exception. | Class | org.apache.avro | Avro |
|
| AvroSchema | Declares that a Java type should have a specified Avro schema, overriding the normally inferred schema. | Class | org.apache.avro.reflect | Avro |
|
| AvroSequenceFile | A wrapper around a Hadoop SequenceFile that also supports reading and writing Avro data. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroSequenceFile .Reader | A reader for SequenceFiles that may contain Avro data. | Class | org.apache.avro.hadoop.io.AvroSequenceFile | Avro |
|
| AvroSequenceFile .Reader .Options | A helper class to encapsulate the options that can be used to construct a Reader. | Class | org.apache.avro.hadoop.io.AvroSequenceFile.Reader | Avro |
|
| AvroSequenceFile .Writer | A writer for an uncompressed SequenceFile that supports Avro data. | Class | org.apache.avro.hadoop.io.AvroSequenceFile | Avro |
|
| AvroSequenceFile .Writer .Options | A helper class to encapsulate the options that can be used to construct a Writer. | Class | org.apache.avro.hadoop.io.AvroSequenceFile.Writer | Avro |
|
| AvroSequenceFileInputFormat | An input format for reading from AvroSequenceFiles (sequence files that support Avro data). | Class | org.apache.avro.mapreduce | Avro |
|
| AvroSequenceFileOutputFormat | A sequence file output format that knows how to write AvroKeys and AvroValues in addition to Writables. | Class | org.apache.avro.mapreduce | Avro |
|
| AvroSerialization | | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroSerialization | The Serialization used by jobs configured with AvroJob. | Class | org.apache.avro.mapred | Avro |
|
| AvroSerializer | Serializes AvroWrapper objects within Hadoop. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroTextOutputFormat | The equivalent of TextOutputFormat for writing to Avro Data Files with a bytes schema. | Class | org.apache.avro.mapred | Avro |
|
| AvroTypeException | Thrown when an illegal type is used. | Class | org.apache.avro | Avro |
|
| AvroUtf8InputFormat | An InputFormat for text files. | Class | org.apache.avro.mapred | Avro |
|
| AvroValue | The wrapper of values for jobs configured with AvroJob . | Class | org.apache.avro.mapred | Avro |
|
| AvroValueDeserializer | Deserializes AvroValue objects within Hadoop. | Class | org.apache.avro.hadoop.io | Avro |
|
| AvroWrapper | The wrapper of data for jobs configured with AvroJob . | Class | org.apache.avro.mapred | Avro |
|
| BinaryData | Utilities for binary-encoded data. | Class | org.apache.avro.io | Avro |
|
| BinaryDecoder | An Decoder for binary-format data. | Class | org.apache.avro.io | Avro |
|
| BinaryEncoder | An abstract Encoder for Avro's binary encoding. | Class | org.apache.avro.io | Avro |
|
| BinaryFragmentToJsonTool | Converts an input file from Avro binary into JSON. | Class | org.apache.avro.tool | Avro |
|
| BlockingBinaryEncoder | A BinaryEncoder implementation that writes large arrays and maps as a sequence of blocks. | Class | org.apache.avro.io | Avro |
|
| BufferedBinaryEncoder | An Encoder for Avro's binary encoding. | Class | org.apache.avro.io | Avro |
|
| ByteBufferInputStream | Utility to present ByteBuffer data as an InputStream. | Class | org.apache.avro.util | Avro |
|
| ByteBufferOutputStream | Utility to collect data written to an OutputStream in ByteBuffers. | Class | org.apache.avro.util | Avro |
|
| BZip2Codec | | Class | org.apache.avro.file | Avro |
|
| Callback | Interface for receiving asynchronous callbacks. | Interface | org.apache.avro.ipc | Avro |
|
| CallFuture | A Future implementation for RPCs. | Class | org.apache.avro.ipc | Avro |
|
| CatTool | Tool to extract samples from an Avro data file. | Class | org.apache.avro.tool | Avro |
|
| ClassUtils | | Class | org.apache.avro.util | Avro |
|
| Codec | Interface for Avro-supported compression codecs for data files. | Class | org.apache.avro.file | Avro |
|
| CodecFactory | Encapsulates the ability to specify and configure a compression codec. | Class | org.apache.avro.file | Avro |
|
| ConcatTool | | Class | org.apache.avro.tool | Avro |
|
| Conversion | Conversion between generic and logical type instances. | Class | org.apache.avro | Avro |
|
| Conversions | | Class | org.apache.avro | Avro |
|
| Conversions .DecimalConversion | | Class | org.apache.avro.Conversions | Avro |
|
| Conversions .UUIDConversion | | Class | org.apache.avro.Conversions | Avro |
|
| CreateRandomFileTool | Creates a file filled with randomly-generated instances of a schema. | Class | org.apache.avro.tool | Avro |
|
| CustomEncoding | Expert: a custom encoder and decoder that writes an object directly to avro. | Class | org.apache.avro.reflect | Avro |
|
| DataFileConstants | Constants used in data files. | Class | org.apache.avro.file | Avro |
|
| DataFileGetMetaTool | Reads a data file to get its metadata. | Class | org.apache.avro.tool | Avro |
|
| DataFileGetSchemaTool | Reads a data file to get its schema. | Class | org.apache.avro.tool | Avro |
|
| DataFileReader | Random access to files written with DataFileWriter. | Class | org.apache.avro.file | Avro |
|
| DataFileReader12 | Read files written by Avro version 1. | Class | org.apache.avro.file | Avro |
|
| DataFileReadTool | | Class | org.apache.avro.tool | Avro |
|
| DataFileRepairTool | | Class | org.apache.avro.tool | Avro |
|
| DataFileStream | Streaming access to files written by DataFileWriter. | Class | org.apache.avro.file | Avro |
|
| DataFileStream .Header | A handle that can be used to reopen a DataFile without re-reading the header of the stream. | Class | org.apache.avro.file.DataFileStream | Avro |
|
| DataFileWriter | Stores in a file a sequence of data conforming to a schema. | Class | org.apache.avro.file | Avro |
|
| DataFileWriter .AppendWriteException | Thrown by DataFileWriter. | Class | org.apache.avro.file.DataFileWriter | Avro |
|
| DataFileWriteTool | Reads new-line delimited JSON records and writers an Avro data file. | Class | org.apache.avro.tool | Avro |
|
| DatagramServer | A datagram-based server implementation. | Class | org.apache.avro.ipc | Avro |
|
| DatagramTransceiver | A datagram-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro |
|
| DateAsLongEncoding | This encoder/decoder writes a java. | Class | org.apache.avro.reflect | Avro |
|
| DatumReader | Read data of a schema. | Interface | org.apache.avro.io | Avro |
|
| DatumWriter | Write data of a schema. | Interface | org.apache.avro.io | Avro |
|
| Decoder | Low-level support for de-serializing Avro values. | Class | org.apache.avro.io | Avro |
|
| DecoderFactory | A factory for creating and configuring Decoders. | Class | org.apache.avro.io | Avro |
|
| DirectBinaryEncoder | An Encoder for Avro's binary encoding that does not buffer output. | Class | org.apache.avro.io | Avro |
|
| Encoder | Low-level support for serializing Avro values. | Class | org.apache.avro.io | Avro |
|
| EncoderFactory | A factory for creating and configuring Encoder instances. | Class | org.apache.avro.io | Avro |
|
| ErrorBuilder | | Interface | org.apache.avro.data | Avro |
|
| FileReader | Interface for reading data from a file. | Interface | org.apache.avro.file | Avro |
|
| FixedSize | Declares the size of implementations ofRequired Element Summary | Class | org.apache.avro.specific | Avro |
|
| FromTextTool | Reads a text file into an Avro data file. | Class | org.apache.avro.tool | Avro |
|
| FsInput | Adapt an FSDataInputStream to SeekableInput. | Class | org.apache.avro.mapred | Avro |
|
| GenericArray | Array that permits reuse of contained elements. | Interface | org.apache.avro.generic | Avro |
|
| GenericContainer | Contains data of other types. | Interface | org.apache.avro.generic | Avro |
|
| GenericData | Utilities for generic Java data. | Class | org.apache.avro.generic | Avro |
|
| GenericData .Array | Default implementation of an array. | Class | org.apache.avro.generic.GenericData | Avro |
|
| GenericData .EnumSymbol | Default implementation of GenericEnumSymbol. | Class | org.apache.avro.generic.GenericData | Avro |
|
| GenericData .Fixed | Default implementation of GenericFixed. | Class | org.apache.avro.generic.GenericData | Avro |
|
| GenericData .Record | Default implementation of GenericRecord. | Class | org.apache.avro.generic.GenericData | Avro |
|
| GenericData .StringType | Used to specify the Java type for a string schema. | Class | org.apache.avro.generic.GenericData | Avro |
|
| GenericDatumReader | DatumReader for generic Java objects. | Class | org.apache.avro.generic | Avro |
|
| GenericDatumWriter | DatumWriter for generic Java objects. | Class | org.apache.avro.generic | Avro |
|
| GenericEnumSymbol | | Interface | org.apache.avro.generic | Avro |
|
| GenericFixed | | Interface | org.apache.avro.generic | Avro |
|
| GenericRecord | A generic instance of a record schema. | Interface | org.apache.avro.generic | Avro |
|
| GenericRecordBuilder | A RecordBuilder for generic records. | Class | org.apache.avro.generic | Avro |
|
| GenericRequestor | Requestor implementation for generic Java data. | Class | org.apache.avro.ipc.generic | Avro |
|
| GenericResponder | Responder implementation for generic Java data. | Class | org.apache.avro.ipc.generic | Avro |
|
| HadoopCodecFactory | Encapsulates the ability to specify and configure an avro compression codec from a given hadoop codec defined with the configuration parameter: | Class | org.apache.avro.hadoop.file | Avro |
|
| HandshakeMatch | | Class | org.apache.avro.ipc | Avro |
|
| HandshakeRequest | | Class | org.apache.avro.ipc | Avro |
|
| HandshakeRequest .Builder | RecordBuilder for HandshakeRequest instances. | Class | org.apache.avro.ipc.HandshakeRequest | Avro |
|
| HandshakeResponse | | Class | org.apache.avro.ipc | Avro |
|
| HandshakeResponse .Builder | RecordBuilder for HandshakeResponse instances. | Class | org.apache.avro.ipc.HandshakeResponse | Avro |
|
| HelpMojo | Display help information on avro-maven-plugin. | Class | org.apache.avro.mojo | Avro |
|
| HttpServer | An HTTP-based RPC Server. | Class | org.apache.avro.ipc | Avro |
|
| HttpTransceiver | An HTTP-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro |
|
| IDLProtocolMojo | Generate Java classes and interfaces from AvroIDL files (. | Class | org.apache.avro.mojo | Avro |
|
| IdlTool | | Class | org.apache.avro.tool | Avro |
|
| IdlToSchemataTool | | Class | org.apache.avro.tool | Avro |
|
| IndexedRecord | A record implementation that permits field access by integer index. | Interface | org.apache.avro.generic | Avro |
|
| InduceSchemaTool | Utility to induce a schema from a class or a protocol from an interface. | Class | org.apache.avro.tool | Avro |
|
| InputProtocol | | Interface | org.apache.avro.mapred.tether | Avro |
|
| InputProtocol .Callback | | Interface | org.apache.avro.mapred.tether.InputProtocol | Avro |
|
| Ipc | IPC utilities, including client and server factories. | Class | org.apache.avro.ipc | Avro |
|
| Json | Utilities for reading and writing arbitrary Json data in Avro format. | Class | org.apache.avro.data | Avro |
|
| Json .ObjectReader | DatumReader for arbitrary Json data using the object model described in JsonProperties. | Class | org.apache.avro.data.Json | Avro |
|
| Json .ObjectWriter | DatumWriter for arbitrary Json data using the object model described in JsonProperties. | Class | org.apache.avro.data.Json | Avro |
|
| Json .Reader | DatumReader for arbitrary Json data. | Class | org.apache.avro.data.Json | Avro |
|
| Json .Writer | DatumWriter for arbitrary Json data. | Class | org.apache.avro.data.Json | Avro |
|
| JsonDecoder | A Decoder for Avro's JSON data encoding. | Class | org.apache.avro.io | Avro |
|
| JsonEncoder | An Encoder for Avro's JSON data encoding. | Class | org.apache.avro.io | Avro |
|
| JsonGrammarGenerator | | Class | org.apache.avro.io.parsing | Avro |
|
| JsonProperties | Base class for objects that have JSON-valued properties. | Class | org.apache.avro | Avro |
|
| JsonToBinaryFragmentTool | Tool to convert JSON data into the binary form. | Class | org.apache.avro.tool | Avro |
|
| LocalTransceiver | | Class | org.apache.avro.ipc | Avro |
|
| LogicalType | Logical types provides an opt-in way to extend Avro's types. | Class | org.apache.avro | Avro |
|
| LogicalTypes | | Class | org.apache.avro | Avro |
|
| LogicalTypes .Date | | Class | org.apache.avro.LogicalTypes | Avro |
|
| LogicalTypes .Decimal | | Class | org.apache.avro.LogicalTypes | Avro |
|
| LogicalTypes .TimeMicros | | Class | org.apache.avro.LogicalTypes | Avro |
|
| LogicalTypes .TimeMillis | | Class | org.apache.avro.LogicalTypes | Avro |
|
| LogicalTypes .TimestampMicros | | Class | org.apache.avro.LogicalTypes | Avro |
|
| LogicalTypes .TimestampMillis | | Class | org.apache.avro.LogicalTypes | Avro |
|
| Main | Command-line driver. | Class | org.apache.avro.tool | Avro |
|
| MD5 | | Class | org.apache.avro.ipc | Avro |
|
| NettyServer | A Netty-based RPC Server implementation. | Class | org.apache.avro.ipc | Avro |
|
| NettyTransceiver | A Netty-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro |
|
| NettyTransceiver .NettyTransceiverThreadFactory | Creates threads with unique names based on a specified name prefix. | Class | org.apache.avro.ipc.NettyTransceiver | Avro |
|
| NettyTransportCodec | Data structure, encoder and decoder classes for the Netty transport. | Class | org.apache.avro.ipc | Avro |
|
| NettyTransportCodec .NettyDataPack | Transport protocol data structure when using Netty. | Class | org.apache.avro.ipc.NettyTransportCodec | Avro |
|
| NettyTransportCodec .NettyFrameDecoder | Protocol decoder which converts Netty's ChannelBuffer to NettyDataPack which contains a List needed | Class | org.apache.avro.ipc.NettyTransportCodec | Avro |
|
| NettyTransportCodec .NettyFrameEncoder | Protocol encoder which converts NettyDataPack which contains the Responder's output List to ChannelBuffer needed | Class | org.apache.avro.ipc.NettyTransportCodec | Avro |
|
| OutputProtocol | | Interface | org.apache.avro.mapred.tether | Avro |
|
| OutputProtocol .Callback | | Interface | org.apache.avro.mapred.tether.OutputProtocol | Avro |
|
| Pair | | Class | org.apache.avro.mapred | Avro |
|
| Parser | Parser is the class that maintains the stack for parsing. | Class | org.apache.avro.io.parsing | Avro |
|
| Parser .ActionHandler | The parser knows how to handle the terminal and non-terminal symbols. | Interface | org.apache.avro.io.parsing.Parser | Avro |
|
| ParsingDecoder | | Class | org.apache.avro.io | Avro |
|
| ParsingEncoder | | Class | org.apache.avro.io | Avro |
|
| ProtobufData | Utilities for serializing Protobuf data in Avro format. | Class | org.apache.avro.protobuf | Avro |
|
| ProtobufDatumReader | | Class | org.apache.avro.protobuf | Avro |
|
| ProtobufDatumWriter | | Class | org.apache.avro.protobuf | Avro |
|
| Protocol | A set of messages forming an application protocol. | Class | org.apache.avro | Avro |
|
| ProtocolMojo | Generate Java classes and interfaces from Avro protocol files (. | Class | org.apache.avro.mojo | Avro |
|
| ProtocolTask | Ant task to generate Java interface and classes for a protocol. | Class | org.apache.avro.compiler.specific | Avro |
|
| RecodecTool | Tool to alter the codec of an Avro data file. | Class | org.apache.avro.tool | Avro |
|
| RecordBuilder | | Interface | org.apache.avro.data | Avro |
|
| RecordBuilderBase | Abstract base class for RecordBuilder implementations. | Class | org.apache.avro.data | Avro |
|
| ReflectData | Utilities to use existing Java classes and interfaces via reflection. | Class | org.apache.avro.reflect | Avro |
|
| ReflectData .AllowNull | ReflectData implementation that permits null field values. | Class | org.apache.avro.reflect.ReflectData | Avro |
|
| ReflectDatumReader | | Class | org.apache.avro.reflect | Avro |
|
| ReflectDatumWriter | DatumWriter for existing classes via Java reflection. | Class | org.apache.avro.reflect | Avro |
|
| ReflectRequestor | A Requestor for existing interfaces. | Class | org.apache.avro.ipc.reflect | Avro |
|
| ReflectResponder | Responder for existing interfaces. | Class | org.apache.avro.ipc.reflect | Avro |
|
| Requestor | Base class for the client side of a protocol interaction. | Class | org.apache.avro.ipc | Avro |
|
| ResolvingDecoder | Decoder that performs type-resolution between the reader's and When resolving schemas, this class will return the values of fields in | Class | org.apache.avro.io | Avro |
|
| ResolvingGrammarGenerator | | Class | org.apache.avro.io.parsing | Avro |
|
| Responder | Base class for the server side of a protocol interaction. | Class | org.apache.avro.ipc | Avro |
|
| ResponderServlet | An HttpServlet that responds to Avro RPC requests. | Class | org.apache.avro.ipc | Avro |
|
| RPCContext | This class represents the context of an RPC call or RPC handshake. | Class | org.apache.avro.ipc | Avro |
|
| RPCPlugin | An instrumentation API for RPC metadata. | Class | org.apache.avro.ipc | Avro |
|
| RpcProtocolTool | Tool to grab the protocol from a remote running service. | Class | org.apache.avro.tool | Avro |
|
| RpcReceiveTool | Receives one RPC call and responds. | Class | org.apache.avro.tool | Avro |
|
| RpcSendTool | Sends a single RPC message. | Class | org.apache.avro.tool | Avro |
|
| SaslSocketServer | A Server that uses javax. | Class | org.apache.avro.ipc | Avro |
|
| SaslSocketTransceiver | A Transceiver that uses javax. | Class | org.apache.avro.ipc | Avro |
|
| Schema | An abstract data type. | Class | org.apache.avro | Avro |
|
| Schema .Field | A field within a record. | Class | org.apache.avro.Schema | Avro |
|
| Schema .Field .Order | How values of this field should be ordered when sorting records. | Class | org.apache.avro.Schema.Field | Avro |
|
| Schema .Parser | A parser for JSON-format schemas. | Class | org.apache.avro.Schema | Avro |
|
| Schema .Type | The type of a schema. | Class | org.apache.avro.Schema | Avro |
|
| SchemaBuilder | A fluent interface for building Schema instances. | Class | org.apache.avro | Avro |
|
| SchemaBuilder .ArrayBuilder | Builds an Avro Array type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .ArrayDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BaseFieldTypeBuilder | A special Builder for Record fields. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BaseTypeBuilder | A common API for building types within a context. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BooleanBuilder | Builds an Avro boolean type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BooleanDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BytesBuilder | Builds an Avro bytes type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .BytesDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .DoubleBuilder | Builds an Avro double type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .DoubleDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .EnumBuilder | Builds an Avro Enum type with optional properties, namespace, doc, and Set properties with SchemaBuilder. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .EnumDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FieldAssembler | | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FieldBuilder | Builds a Field in the context of a SchemaBuilder. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FieldDefault | Abstract base class for field defaults. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FieldTypeBuilder | FieldTypeBuilder adds unionOf(), nullable(), and optional() to BaseFieldTypeBuilder. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FixedBuilder | Builds an Avro Fixed type with optional properties, namespace, doc, and Set properties with SchemaBuilder. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FixedDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FloatBuilder | Builds an Avro float type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .FloatDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .GenericDefault | | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .IntBuilder | Builds an Avro int type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .IntDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .LongBuilder | Builds an Avro long type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .LongDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .MapBuilder | Builds an Avro Map type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .MapDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .NamedBuilder | An abstract type that provides builder methods for configuring the name, doc, and aliases of all Avro types that have names (fields, Fixed, Record, | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .NamespacedBuilder | An abstract type that provides builder methods for configuring the namespace for all Avro types that have namespaces (Fixed, Record, and | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .NullBuilder | Builds an Avro null type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .NullDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .PropBuilder | An abstract builder for all Avro types. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .RecordBuilder | | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .RecordDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .StringBldr | Builds an Avro string type with optional properties. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .StringDefault | Choose whether to use a default value for the field or not. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .TypeBuilder | A Builder for creating any Avro schema type. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .UnionAccumulator | Accumulates all of the types in a union. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilder .UnionFieldTypeBuilder | Builder for a union field. | Class | org.apache.avro.SchemaBuilder | Avro |
|
| SchemaBuilderException | Thrown for errors building schemas. | Class | org.apache.avro | Avro |
|
| SchemaCompatibility | Evaluate the compatibility between a reader schema and a writer schema. | Class | org.apache.avro | Avro |
|
| SchemaCompatibility .SchemaCompatibilityType | Identifies the type of a schema compatibility result. | Class | org.apache.avro.SchemaCompatibility | Avro |
|
| SchemaCompatibility .SchemaPairCompatibility | Provides information about the compatibility of a single reader and writer schema pair. | Class | org.apache.avro.SchemaCompatibility | Avro |
|
| SchemaMojo | Generate Java classes from Avro schema files (. | Class | org.apache.avro.mojo | Avro |
|
| SchemaNormalization | Collection of static methods for generating the cannonical form of schemas (see toParsingForm(org. | Class | org.apache.avro | Avro |
|
| SchemaParseException | Thrown for errors parsing schemas and protocols. | Class | org.apache.avro | Avro |
|
| SchemaTask | Ant task to generate Java interface and classes for a protocol. | Class | org.apache.avro.compiler.specific | Avro |
|
| SchemaValidationException | Thrown when SchemaValidator fails to validate a schema. | Class | org.apache.avro | Avro |
|
| SchemaValidationStrategy | An interface for validating the compatibility of a single schema against What makes one schema compatible with another is not defined by the contract. | Interface | org.apache.avro | Avro |
|
| SchemaValidator | A SchemaValidator has one method, which validates that a Schema is compatible with the other schemas provided. | Interface | org.apache.avro | Avro |
|
| SchemaValidatorBuilder | A Builder for creating SchemaValidators. | Class | org.apache.avro | Avro |
|
| SeekableByteArrayInput | A SeekableInput backed with data in a byte array. | Class | org.apache.avro.file | Avro |
|
| SeekableFileInput | A FileInputStream that implements SeekableInput. | Class | org.apache.avro.file | Avro |
|
| SeekableInput | An InputStream that supports seek and tell. | Interface | org.apache.avro.file | Avro |
|
| SequenceFileInputFormat | An InputFormat for sequence files. | Class | org.apache.avro.mapred | Avro |
|
| SequenceFileReader | A FileReader for sequence files. | Class | org.apache.avro.mapred | Avro |
|
| SequenceFileRecordReader | A RecordReader for sequence files. | Class | org.apache.avro.mapred | Avro |
|
| Server | A server listening on a port. | Interface | org.apache.avro.ipc | Avro |
|
| SkipParser | A parser that capable of skipping as well read and write. | Class | org.apache.avro.io.parsing | Avro |
|
| SkipParser .SkipHandler | The clients implement this interface to skip symbols and actions. | Interface | org.apache.avro.io.parsing.SkipParser | Avro |
|
| SocketServer | A socket-based server implementation. | Class | org.apache.avro.ipc | Avro |
|
| SocketTransceiver | A socket-based Transceiver implementation. | Class | org.apache.avro.ipc | Avro |
|
| SortedKeyValueFile | A SortedKeyValueFile is an indexed Avro container file of KeyValue records The SortedKeyValueFile is a directory with two files, named 'data' and | Class | org.apache.avro.hadoop.file | Avro |
|
| SortedKeyValueFile .Reader | Reads a SortedKeyValueFile by loading the key index into memory. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile | Avro |
|
| SortedKeyValueFile .Reader .Options | A class to encapsulate the options of a Reader. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile.Reader | Avro |
|
| SortedKeyValueFile .Writer | Writes a SortedKeyValueFile. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile | Avro |
|
| SortedKeyValueFile .Writer .Options | A class to encapsulate the various options of a SortedKeyValueFile. | Class | org.apache.avro.hadoop.file.SortedKeyValueFile.Writer | Avro |
|
| SpecificCompiler | Generate specific Java interfaces and classes for protocols and schemas. | Class | org.apache.avro.compiler.specific | Avro |
|
| SpecificCompiler .FieldVisibility | | Class | org.apache.avro.compiler.specific.SpecificCompiler | Avro |
|
| SpecificCompiler .Slf4jLogChute | | Class | org.apache.avro.compiler.specific.SpecificCompiler | Avro |
|
| SpecificCompilerTool | | Class | org.apache.avro.tool | Avro |
|
| SpecificData | Utilities for generated Java classes and interfaces. | Class | org.apache.avro.specific | Avro |
|
| SpecificDatumReader | DatumReader for generated Java classes. | Class | org.apache.avro.specific | Avro |
|
| SpecificDatumWriter | DatumWriter for generated Java classes. | Class | org.apache.avro.specific | Avro |
|
| SpecificErrorBuilderBase | Abstract base class for specific ErrorBuilder implementations. | Class | org.apache.avro.specific | Avro |
|
| SpecificExceptionBase | Base class for specific exceptions. | Class | org.apache.avro.specific | Avro |
|
| SpecificFixed | Base class for generated fixed-sized data classes. | Class | org.apache.avro.specific | Avro |
|
| SpecificRecord | | Interface | org.apache.avro.specific | Avro |
|
| SpecificRecordBase | Base class for generated record classes. | Class | org.apache.avro.specific | Avro |
|
| SpecificRecordBuilderBase | Abstract base class for specific RecordBuilder implementations. | Class | org.apache.avro.specific | Avro |
|
| SpecificRequestor | Requestor for generated interfaces. | Class | org.apache.avro.ipc.specific | Avro |
|
| SpecificResponder | Responder for generated interfaces. | Class | org.apache.avro.ipc.specific | Avro |
|
| StaticServlet | Very simple servlet class capable of serving static files. | Class | org.apache.avro.ipc.stats | Avro |
|
| StatsPlugin | Collects count and latency statistics about RPC calls. | Class | org.apache.avro.ipc.stats | Avro |
|
| StatsServer | | Class | org.apache.avro.ipc.stats | Avro |
|
| StatsServlet | Exposes information provided by a StatsPlugin as This class follows the same synchronization conventions | Class | org.apache.avro.ipc.stats | Avro |
|
| Symbol | | Class | org.apache.avro.io.parsing | Avro |
|
| Symbol .Alternative | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .DefaultStartAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .EnumAdjustAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .EnumLabelsAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .ErrorAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .FieldAdjustAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .FieldOrderAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .ImplicitAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .IntCheckAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .Kind | non-terminal to represent the unionnon-terminal action symbol which is explicitly consumed | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .Repeater | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .ResolvingAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .Root | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .Sequence | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .SkipAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .UnionAdjustAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Symbol .WriterUnionAction | | Class | org.apache.avro.io.parsing.Symbol | Avro |
|
| Syncable | | Interface | org.apache.avro.file | Avro |
|
| Syncable | | Interface | org.apache.avro.mapreduce | Avro |
|
| SyncableFileOutputStream | An implementation of Syncable which writes to a file. | Class | org.apache.avro.file | Avro |
|
| TaskType | | Class | org.apache.avro.mapred.tether | Avro |
|
| TetherJob | Constructs and submits tether jobs. | Class | org.apache.avro.mapred.tether | Avro |
|
| TetherTool | | Class | org.apache.avro.tool | Avro |
|
| ThriftData | Utilities for serializing Thrift data in Avro format. | Class | org.apache.avro.thrift | Avro |
|
| ThriftDatumReader | | Class | org.apache.avro.thrift | Avro |
|
| ThriftDatumWriter | | Class | org.apache.avro.thrift | Avro |
|
| TimeConversions | | Class | org.apache.avro.data | Avro |
|
| TimeConversions .DateConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .LossyTimeMicrosConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .LossyTimestampMicrosConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .TimeConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .TimeMicrosConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .TimestampConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| TimeConversions .TimestampMicrosConversion | | Class | org.apache.avro.data.TimeConversions | Avro |
|
| Tool | Command-line avro-tools utilities should implement this interface for delegation by Main. | Interface | org.apache.avro.tool | Avro |
|
| ToTextTool | Reads an avro data file into a plain text file. | Class | org.apache.avro.tool | Avro |
|
| ToTrevniTool | Reads an Avro data file and writes a Trevni file. | Class | org.apache.avro.tool | Avro |
|
| Transceiver | Base transport class used by Requestor. | Class | org.apache.avro.ipc | Avro |
|
| TrevniCreateRandomTool | | Class | org.apache.avro.tool | Avro |
|
| TrevniMetadataTool | Tool to print Trevni file metadata as JSON. | Class | org.apache.avro.tool | Avro |
|
| TrevniToJsonTool | Tool to read Trevni files and print them as JSON. | Class | org.apache.avro.tool | Avro |
|
| Union | Declares that a Java type should be represented by an Avro union schema. | Class | org.apache.avro.reflect | Avro |
|
| UnresolvedUnionException | Thrown when the expected contents of a union cannot be resolved. | Class | org.apache.avro | Avro |
|
| Utf8 | A Utf8 string. | Class | org.apache.avro.util | Avro |
|
| ValidateAll | A SchemaValidator for validating the provided schema against all schemas in the Iterable in validate(Schema, Iterable). | Class | org.apache.avro | Avro |
|
| ValidateLatest | A SchemaValidator for validating the provided schema against the first Schema in the iterable in validate(Schema, Iterable). | Class | org.apache.avro | Avro |
|
| ValidatingDecoder | An implementation of Decoder that ensures that the sequence of operations conforms to a schema. | Class | org.apache.avro.io | Avro |
|
| ValidatingEncoder | An implementation of Encoder that wraps another Encoder and ensures that the sequence of operations conforms to the provided schema. | Class | org.apache.avro.io | Avro |
|
| ValidatingGrammarGenerator | The class that generates validating grammar. | Class | org.apache.avro.io.parsing | Avro |
|
| WeakIdentityHashMap | Useful for caches that need to key off of a == comparison instead of a . | Class | org.apache.avro.util | Avro |
|
| XZCodec | | Class | org.apache.avro.file | Avro |