Uses of Class
org.apache.avro.io.Decoder
Package
Description
Interfaces and base classes shared by generic, specific and reflect.
A generic representation for Avro data.
Utilities for Encoding and Decoding Avro data.
Support for inter-process calls.
Protocol Buffer
compatibility.
Use Java reflection to generate schemas and protocols for existing
classes.
Thrift compatibility.
-
Uses of Decoder in org.apache.avro.data
-
Uses of Decoder in org.apache.avro.generic
Modifier and TypeMethodDescriptionprotected Object
Called to read byte arrays.protected Object
Called to read byte arrays.protected Object
Called to read an enum value.protected Object
Called to read a fixed value.protected Object
Called to read integers.protected Object
GenericDatumReader.readMapKey
(Object old, Schema expected, Decoder in) Called by the default implementation ofGenericDatumReader.readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to read a key value.protected Object
GenericDatumReader.readString
(Object old, Decoder in) Called to read strings.protected Object
GenericDatumReader.readString
(Object old, Schema expected, Decoder in) Called to read strings.static void
Skip an instance of a schema. -
Uses of Decoder in org.apache.avro.io
Modifier and TypeClassDescriptionclass
AnDecoder
for binary-format data.class
ADecoder
for Avro's JSON data encoding.class
class
Decoder
that performs type-resolution between the reader's and writer's schemas.class
An implementation ofDecoder
that ensures that the sequence of operations conforms to a schema.Modifier and TypeMethodDescriptionRe-initialize, reading from a new underlying Decoder.void
Read a datum.DecoderFactory.resolvingDecoder
(Schema writer, Schema reader, Decoder wrapped) Creates aResolvingDecoder
wrapping the Decoder provided.DecoderFactory.validatingDecoder
(Schema schema, Decoder wrapped) Creates aValidatingDecoder
wrapping the Decoder provided. -
Uses of Decoder in org.apache.avro.ipc
Modifier and TypeMethodDescriptionDeprecated.abstract Exception
Reads an error message.abstract Object
Responder.readRequest
(Schema actual, Schema expected, Decoder in) Reads a request message.Requestor.readResponse
(Schema schema, Decoder in) Deprecated.abstract Object
Requestor.readResponse
(Schema writer, Schema reader, Decoder in) Reads a response message. -
Uses of Decoder in org.apache.avro.ipc.generic
-
Uses of Decoder in org.apache.avro.ipc.specific
-
Uses of Decoder in org.apache.avro.perf.test
-
Uses of Decoder in org.apache.avro.protobuf
-
Uses of Decoder in org.apache.avro.reflect
-
Uses of Decoder in org.apache.avro.thrift