|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to add a
value.
GenericDatumReader.readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to add a
key/value pair.
Decoder
for binary-format data.BinaryDecoder
with the input stream
provided as the source of data.
BinaryDecoder
with the byte array
provided as the source of data.
Encoder
for Avro's binary encoding.BinaryEncoder
with the OutputStream
provided as the destination for written data.
BinaryEncoder
implementation that writes large arrays and maps as a
sequence of blocks.BinaryEncoder
with the OutputStream
provided as the destination for written data.
Encoder
for Avro's binary encoding.ByteBuffer
data as an InputStream
.OutputStream
in ByteBuffer
s.DecoderFactory.binaryDecoder(InputStream, BinaryDecoder)
instead
DecoderFactory.binaryDecoder(byte[], int, int, BinaryDecoder)
instead
DecoderFactory.binaryDecoder(byte[], BinaryDecoder)
instead
DataFileWriter
.DataFileStream.Header
.
DataFileWriter
.DataFileWriter.append(Object)
when an exception occurs while writing a
datum to the buffer.Decoder
s.DecoderFactory.get()
instead
BinaryDecoder
with the input stream
provided as the source of data.
Encoder
for Avro's binary encoding that does not buffer output.BinaryEncoder
with the OutputStream
provided as the destination for written data.
Encoder
instances.GenericFixed
.GenericEnumSymbol
.GenericFixed
.GenericRecord
.DatumReader
for generic Java objects.DatumWriter
for generic Java objects.GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)
to enumerate
array elements.
GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)
to get the
size of an array.
GenericData
implementation.
GenericData
implementation.
GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to retrieve a record
field value from a reused instance.
getByteLength()
instead.
GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)
to enumerate
map elements.
GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)
to get the size
of a map.
GenericData.compare(Object,Object,Schema)
.
InputStream
that is aware of any buffering that
may occur in this BinaryDecoder.
GenericData.resolveUnion(Schema,Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
GenericData.instanceOf(org.apache.avro.Schema, java.lang.Object)
.
JsonDecoder
using the InputStrim provided for reading
data that conforms to the Schema provided.
JsonDecoder
using the String provided for reading data
that conforms to the Schema provided.
Decoder
for Avro's JSON data encoding.JsonEncoder
using the OutputStream provided for writing
data conforming to the Schema provided.
JsonEncoder
using the JsonGenerator
provided for
output of data conforming to the Schema provided.
Encoder
for Avro's JSON data encoding.Schema.Parser
instead.
Schema.Parser
instead.
Schema.Parser
instead.
Schema.Parser
instead.
Decoder
s.Encoder
s.List.add(Object)
would next
store an element, if any.
GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to retrieve a
value from a reused instance.
InputStream.read(byte[],int,int)
.
Encoder.writeBoolean(boolean)
.
Encoder.writeBytes(java.nio.ByteBuffer)
.
Encoder.writeDouble(double)
.
Encoder.writeFloat(float)
.
Encoder.writeIndex(int)
.
Encoder.writeInt(int)
.
Encoder.writeLong(long)
.
Encoder.writeString(org.apache.avro.util.Utf8)
.
ReflectData
implementation that permits null field values.DatumReader
for existing classes via
Java reflection.DatumWriter
for existing classes
via Java reflection.ResolvingDecoder.ResolvingDecoder(Object, Decoder)
.
ResolvingDecoder
wrapping the Decoder provided.
Decoder
that performs type-resolution between the reader's and
writer's schemas.Schema
.
DataFileWriter.sync()
while writing.
DataFileWriter.sync()
.
read()
.
FileInputStream
that implements SeekableInput
.GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder)
to set a record fields
value to a record instance.
setByteLength(int)
instead.
Encoder.writeBytes(java.nio.ByteBuffer)
.
Decoder.skipArray()
.
Encoder.writeString(org.apache.avro.util.Utf8)
.
skipXyz
or
readXyz
methods on this
, until the
parser stack reaches the target level.
DatumReader
for generated Java classes.DatumWriter
for generated Java classes.DataFileReader.seek(long)
.
read()
.
ValidatingDecoder
wrapping the Decoder provided.
Decoder
that ensures that the sequence
of operations conforms to a schema.ValidatingEncoder
that wraps the Encoder provided.
Encoder
that wraps another Encoder and
ensures that the sequence of operations conforms to the provided schema.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |